Add test of V2 GNU build attribute notes.
authorNick Clifton <nickc@redhat.com>
Thu, 17 Aug 2017 13:49:01 +0000 (14:49 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 17 Aug 2017 13:51:31 +0000 (14:51 +0100)
commit714da62f64ef5527a22a3e897f7e21f69e442ade
tree45c48c8f0b4f5e32642b76aad377379ac4532219
parent545bc2b377db80aa6edd0cf00cde6f963735f8d1
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.
binutils/ChangeLog
binutils/readelf.c
binutils/testsuite/binutils-all/note-3-32.d [new file with mode: 0644]
binutils/testsuite/binutils-all/note-3-32.s [new file with mode: 0644]
binutils/testsuite/binutils-all/note-3-64.d [new file with mode: 0644]
binutils/testsuite/binutils-all/note-3-64.s [new file with mode: 0644]
binutils/testsuite/binutils-all/note-3.32.s [new file with mode: 0644]
binutils/testsuite/binutils-all/objcopy.exp
This page took 0.024536 seconds and 4 git commands to generate.