This is a gcc10 warning fix.
gold/
* testsuite/plugin_new_section_layout.c (new_input_hook): Correct
return status enum values.
+2019-09-23 Alan Modra <amodra@gmail.com>
+
+ * testsuite/plugin_new_section_layout.c (new_input_hook): Correct
+ return status enum values.
+
2019-09-20 Alan Modra <amodra@gmail.com>
PR 24768
section.shndx = i;
if (get_input_section_type(section, &type) != LDPS_OK)
- return LDPL_FATAL;
+ return LDPS_ERR;
if (type != SHT_PROGBITS)
continue;
if (get_input_section_name(section, &name))
- return LDPL_FATAL;
+ return LDPS_ERR;
/* As in plugin_section_order.c, order is foo() followed by bar()
followed by baz() */
}
if (num_entries != 3)
- return LDPL_FATAL;
+ return LDPS_ERR;
update_section_order(section_list, num_entries);
unique_segment_for_sections (".text.plugin_created_unique", 0, 0x1000,