diff options
author | Nick Clifton <nickc@redhat.com> | 2017-11-20 15:32:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-11-20 15:32:55 +0000 |
commit | b77db948f4175e479bb3310ba86346c9554ab9f5 (patch) | |
tree | 634d70cd1221d48fa76e2f56c0c6836022e72c2c /ld/ChangeLog | |
parent | b7486a74a62527412cfd2dd50a9a100118265c28 (diff) | |
download | gdb-b77db948f4175e479bb3310ba86346c9554ab9f5.zip gdb-b77db948f4175e479bb3310ba86346c9554ab9f5.tar.gz gdb-b77db948f4175e479bb3310ba86346c9554ab9f5.tar.bz2 |
Fix handling of GNU Property notes that are not in a GNU NOTE PROPERTY section.
PR 22450
gas * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Skip
objects without a GNU_PROPERTY note section when looking for a bfd
onto which notes can be accumulated.
ld * testsuite/ld-elf/elf.exp: Add --defsym ALIGN=2|3 to assembler
command line depending upon the size of the target address space.
* testsuite/ld-elf/pr22450.s: New test file.
* testsuite/ld-elf/pr22450.d: New test driver.
* testsuite/config/default.exp: Add note that LD_CLASS refers to
the size of the host linker not the size of the target linker.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7f3c731..01e3d63 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2017-11-20 Nick Clifton <nickc@redhat.com> + + PR 22450 + * testsuite/ld-elf/elf.exp: Add --defsym ALIGN=2|3 to assembler + command line depending upon the size of the target address space. + * testsuite/ld-elf/pr22450.s: New test file. + * testsuite/ld-elf/pr22450.d: New test driver. + * testsuite/config/default.exp: Add note that LD_CLASS refers to + the size of the host linker not the size of the target linker. + 2017-11-15 Nick Clifton <nickc@redhat.com> PR 15152 |