diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-04 20:01:03 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-04 20:01:03 +0000 |
commit | 3c99554527e111da0d70113852cad436c9a9d688 (patch) | |
tree | 860b44bc88c8859f412d2e3f921ad2afc60d2ce6 /gas/ChangeLog | |
parent | 35262a230c8965864f39e160f901bece95f853c2 (diff) | |
download | gdb-3c99554527e111da0d70113852cad436c9a9d688.zip gdb-3c99554527e111da0d70113852cad436c9a9d688.tar.gz gdb-3c99554527e111da0d70113852cad436c9a9d688.tar.bz2 |
Support x86_64-*-linux-gnux32
gas/
* configure.tgt: Support x86_64-*-linux-gnux32.
ld/
* configure.tgt: Support x86_64-*-linux-gnux32.
ld/testsuite/
* ld-elf/eh1.d: Skip x86_64-*-linux-gnux32.
* ld-elf/eh2.d: Likewise.
* ld-elf/eh3.d: Likewise.
* ld-elf/eh4.d: Likewise.
* ld-elfvsb/elfvsb.exp: Xfail x86_64-*-linux-gnux32.
* ld-shared/shared.exp: Likewise.
* ld-ifunc/ifunc-3a-x86.d: Support x86_64-*-linux-gnux32.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8ea8296..d33b434 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2012-05-04 H.J. Lu <hongjiu.lu@intel.com> + * configure.tgt: Support x86_64-*-linux-gnux32. + +2012-05-04 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (match_template): Add `instruction' to unsupported error message. |