diff options
author | Nick Clifton <nickc@redhat.com> | 2017-08-17 14:49:01 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-08-17 14:51:31 +0100 |
commit | 714da62f64ef5527a22a3e897f7e21f69e442ade (patch) | |
tree | 45c48c8f0b4f5e32642b76aad377379ac4532219 /binutils/ChangeLog | |
parent | 545bc2b377db80aa6edd0cf00cde6f963735f8d1 (diff) | |
download | fsf-binutils-gdb-714da62f64ef5527a22a3e897f7e21f69e442ade.zip fsf-binutils-gdb-714da62f64ef5527a22a3e897f7e21f69e442ade.tar.gz fsf-binutils-gdb-714da62f64ef5527a22a3e897f7e21f69e442ade.tar.bz2 |
Add test of V2 GNU build attribute notes.
* testsuite/binutils-all/note-3-64.s: New test. Checks assembly
and decoding of version2 GNU build attribute notes.
* testsuite/binutils-all/note-3-32.s: New test. 32-bit version of
the above test.
* testsuite/binutils-all/note-3-64.d: New test driver.
* testsuite/binutils-all/note-3-32.d: New test driver.
* testsuite/binutils-all/objcopy.exp: Run the new test.
* readelf.c (is_64bit_abs_reloc): Add R_SPARC_64.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1e37ac6..3467f09 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2017-08-17 Nick Clifton <nickc@redhat.com> + + * testsuite/binutils-all/note-3-64.s: New test. Checks assembly + and decoding of version2 GNU build attribute notes. + * testsuite/binutils-all/note-3-32.s: New test. 32-bit version of + the above test. + * testsuite/binutils-all/note-3-64.d: New test driver. + * testsuite/binutils-all/note-3-32.d: New test driver. + * testsuite/binutils-all/objcopy.exp: Run the new test. + * readelf.c (is_64bit_abs_reloc): Add R_SPARC_64. + 2017-08-14 Gustavo Romero <gromero@linux.vnet.ibm.com> * readelf.c (get_note_type): Handle PPC note types available |