diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-06-19 21:22:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-06-19 21:22:16 +0000 |
commit | 8b7789423cab57f0adc2a1cb374908d73a2f64b8 (patch) | |
tree | e49f5da057439b85bde420ebbc4d7b4c8b7bbada /binutils | |
parent | be47d07c7216009d8edfe2260e2389d4895646f8 (diff) | |
download | gdb-8b7789423cab57f0adc2a1cb374908d73a2f64b8.zip gdb-8b7789423cab57f0adc2a1cb374908d73a2f64b8.tar.gz gdb-8b7789423cab57f0adc2a1cb374908d73a2f64b8.tar.bz2 |
Fix misc x32 bugs.
bfd/
2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf_backend_post_process_headers): Defined
for x32.
binutils/testsuite/
2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/elfedit-1.d: Updated for x32.
gas/
2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
* configure.tgt: Support x32.
ld/
2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
* configure.tgt: Support x32.
ld/testsuite/
2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/eh1.d: Skip x32.
* ld-elf/eh2.d: Likewise.
* ld-elf/eh3.d: Likewise.
* ld-elf/eh4.d: Likewise.
* ld-elfvsb/elfvsb.exp: Only xfail 64bit x86_64-*-linux*.
* ld-shared/shared.exp: Likewise.
* ld-ifunc/ifunc-1-local-x86.d: Support x32.
* ld-ifunc/ifunc-1-x86.d: Likewise.
* ld-ifunc/ifunc-3a-x86.d: Likewise.
* ld-x86-64/pcrel16.d: Likewise.
* ld-x86-64/x86-64.exp (x86_64tests): Add missing -melf_x86_64.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/elfedit-1.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 94dcdad..d19d1b0 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-06-19 H.J. Lu <hongjiu.lu@intel.com> + + * binutils-all/elfedit-1.d: Updated for x32. + 2011-05-18 Nick Clifton <nickc@redhat.com> PR binutils/12753 diff --git a/binutils/testsuite/binutils-all/elfedit-1.d b/binutils/testsuite/binutils-all/elfedit-1.d index 3459315..700d542 100644 --- a/binutils/testsuite/binutils-all/elfedit-1.d +++ b/binutils/testsuite/binutils-all/elfedit-1.d @@ -7,8 +7,8 @@ #... ELF Header: - Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 - Class: ELF64 + Magic: 7f 45 4c 46 0(1|2) 01 01 00 00 00 00 00 00 00 00 00 + Class: ELF(32|64) Data: 2's complement, little endian Version: 1 \(current\) #... |