···11+2017-08-07 Alan Modra <amodra@gmail.com>
22+33+ PR 21910
44+ * elflink.c (bfd_elf_final_link): Don't segfault when sections
55+ needed to define various dynamic tags have been discarded.
66+172017-08-07 Nick Clifton <nickc@redhat.com>
2839 PR 21884
+1-1
bfd/elflink.c
···1234212342 get_vma:
1234312343 o = bfd_get_linker_section (dynobj, name);
1234412344 do_vma:
1234512345- if (o == NULL)
1234512345+ if (o == NULL || bfd_is_abs_section (o->output_section))
1234612346 {
1234712347 _bfd_error_handler
1234812348 (_("could not find section %s"), name);