diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1998-11-25 01:10:52 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1998-11-25 01:10:52 +0000 |
commit | f8c41900fc052ca8aa12ba1c429b945d58b48753 (patch) | |
tree | 054ab825aa8f1268c7dec61ec021fb6a889fc133 /ld/ChangeLog | |
parent | cb4ec686970291b68dd1b289eba7c82904e31d39 (diff) | |
download | gdb-f8c41900fc052ca8aa12ba1c429b945d58b48753.zip gdb-f8c41900fc052ca8aa12ba1c429b945d58b48753.tar.gz gdb-f8c41900fc052ca8aa12ba1c429b945d58b48753.tar.bz2 |
For top level:
* config.sub (mips64vr4xxx,mips64vr4xxxel): New.
For gcc:
* config.sub (mips64vr4xxx,mips64vr4xxxel): New.
* configure.in (mips64vr4xxx,mips64vr4xxxel): New.
* config/mips/t-vr4xxx: New.
* config/mips/elfb4xxx.h: New.
* config/mips/elfl4xxx.h: New.
* configure: Rebuilt.
For gas:
* config/tc-mips.c (md_begin): Added mip64vr4xxx as a
possible CPU_TARGET.
For gdb:
* configure.tgt: Handle mips64*vr4xxx.
For ld:
* configure.tgt: Handle mips64*vr4xxx.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 44e1964..9fb6850 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,6 +1,14 @@ +start-sanitize-vr4xxx +1998-11-24 Gavin Romig-Koch <gavin@cygnus.com> + + * configure.tgt: Handle mips64*vr4xxx. + + +end-sanitize-vr4xxx 1998-11-23 DJ Delorie <dj@cygnus.com> - * pe-dll.c (make_head): name object files sequentially to ensure + * pe-dll.c (fill_edata): fill in timestamp + (make_head): name object files sequentially to ensure they link in the right order. (make_tail): same here (pe_process_import_defs): use sequential names for bfds to ensure |