[GOLD] testsuite/plugin_section_order.c fix
* testsuite/plugin_section_order.c (onload): Add missing break.
This commit is contained in:
parent
7a81a73b2e
commit
a61d92b7bd
@ -1,3 +1,7 @@
|
||||
2017-04-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/plugin_section_order.c (onload): Add missing break.
|
||||
|
||||
2017-03-15 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
|
||||
|
||||
* mips.cc (Mips_got_entry::hash()): Shift addend to reduce
|
||||
|
@ -85,6 +85,7 @@ onload(struct ld_plugin_tv *tv)
|
||||
case LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS:
|
||||
allow_unique_segment_for_sections
|
||||
= *entry->tv_u.tv_allow_unique_segment_for_sections;
|
||||
break;
|
||||
case LDPT_UNIQUE_SEGMENT_FOR_SECTIONS:
|
||||
unique_segment_for_sections
|
||||
= *entry->tv_u.tv_unique_segment_for_sections;
|
||||
|
Loading…
Reference in New Issue
Block a user