diff options
author | Richard Henderson <rth@redhat.com> | 1998-04-15 23:09:52 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-04-15 23:09:52 +0000 |
commit | b356d4afd6c3e7a2f5dcf62c91cbd312555ce9e3 (patch) | |
tree | b180c882300e4fa74871986aa28a8110ff472250 /bfd/ChangeLog | |
parent | c02e446b0b9136116e04e7b24cbda99f263dc793 (diff) | |
download | gdb-b356d4afd6c3e7a2f5dcf62c91cbd312555ce9e3.zip gdb-b356d4afd6c3e7a2f5dcf62c91cbd312555ce9e3.tar.gz gdb-b356d4afd6c3e7a2f5dcf62c91cbd312555ce9e3.tar.bz2 |
* elf.c (prep_headers): Use new EM_SPARCV9 symbol.
* elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
(ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 994bcfd..7744e46 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 15 16:08:46 1998 Richard Henderson <rth@cygnus.com> + + * elf.c (prep_headers): Use new EM_SPARCV9 symbol. + * elf64-sparc.c (ELF_MACHINE_CODE): Likewise. + (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64. + Wed Apr 15 11:34:33 1998 Ian Lance Taylor <ian@cygnus.com> * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32. |