diff options
author | Andreas Jaeger <aj@suse.de> | 2002-01-04 14:49:06 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-01-04 14:49:06 +0000 |
commit | 8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015 (patch) | |
tree | e2d18f71defe99c6d424a6debc0ddc67eb94d88d /gas/ChangeLog | |
parent | f23631e4447c390d81cd0dcf027b34077d2125b9 (diff) | |
download | gdb-8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015.zip gdb-8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015.tar.gz gdb-8a8b2d4b4aeee0ab5ab6e19cbaa6999403585015.tar.bz2 |
bfd:
* config.bfd (x86_64-*-netbsd*): New target.
* configure.in (x86_64-*-netbsd*): Set COREFILE
to netbsd-core.lo.
* configure: Regenerated.
gas:
* configure.in (i386-*-netbsdelf*): Collapse target into...
(i386-*-netbsd*): ...this. Add support for x86-64.
* configure: Regenerated.
ld:
* configure.tgt (x86_64-*-netbsd*): New target.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index da0ef0d..ea3a954 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-01-04 Jason Thorpe <thorpej@wasabisystems.com> + + * configure.in (i386-*-netbsdelf*): Collapse target into... + (i386-*-netbsd*): ...this. Add support for x86-64. + * configure: Regenerated. + 2002-01-03 matthew green <mrg@redhat.com> * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific. @@ -69,7 +75,7 @@ 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com> * config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant - definition. + definition. 2001-12-18 Niibe Yutaka <gniibe@m17n.org> @@ -182,8 +188,8 @@ (md_assemble): Simplify ARM instruction handling. 2001-12-05 Arati Dikey <aratid@kpit.com> - - * tc-sh.c (parse_at): Corrected incorrect op->type selection due + + * tc-sh.c (parse_at): Corrected incorrect op->type selection due to missing 'else'. 2001-12-04 Alexandre Oliva <aoliva@redhat.com> @@ -309,7 +315,7 @@ * stabs.c (stabs_generate_asm_lineno): Remember file and line number from one call to the next, and eliminate consecutive duplicates (thereby emitting only one line symbol per source line). - * dwarf2dbg.c (dwarf2_gen_line_info): Ditto. + * dwarf2dbg.c (dwarf2_gen_line_info): Ditto. 2001-11-16 Alan Modra <amodra@bigpond.net.au> @@ -628,7 +634,7 @@ Hans-Peter Nilsson <hp@bitrange.com> * config/tc-sh.c (shl): Remove. - (big): New function. + (big): New function. (little): Remove shl handling. Emit error for endian mismatch. (md_show_usage): Add description of -big. (md_parse_option): Handle OPTION_BIG. Remove shl handling. |