diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-07-04 15:32:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-07-04 15:32:46 +0000 |
commit | 872ce6ff99eaf767ce26c1c69d11b7d910274dbc (patch) | |
tree | de9d852494236a1367245f61e8c62e5ef51c62f7 /gas/ChangeLog | |
parent | ddb341a78c008d4989c4d68b039ec40f874ab06a (diff) | |
download | gdb-872ce6ff99eaf767ce26c1c69d11b7d910274dbc.zip gdb-872ce6ff99eaf767ce26c1c69d11b7d910274dbc.tar.gz gdb-872ce6ff99eaf767ce26c1c69d11b7d910274dbc.tar.bz2 |
gas/
2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
* config/obj-coff.h (x86_64_target_format): Renamed to ...
(i386_target_format): This
(TARGET_FORMAT): Use i386_target_format.
* config/tc-i386.c (x86_64_target_format): Removed.
(i386_target_format): Handle PE formats.
gas/testsuite/
2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index caf11f0..32aa3fa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2007-07-04 H.J. Lu <hongjiu.lu@intel.com> + + * config/obj-coff.h (x86_64_target_format): Renamed to ... + (i386_target_format): This + (TARGET_FORMAT): Use i386_target_format. + + * config/tc-i386.c (x86_64_target_format): Removed. + (i386_target_format): Handle PE formats. + 2007-07-04 Nick Clifton <nickc@redhat.com> * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order |