aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@redhat.com>1998-12-16 07:17:25 +0000
committerGavin Romig-Koch <gavin@redhat.com>1998-12-16 07:17:25 +0000
commitfd85b79fcf5bf646a6101cd4bb2920bcf9eefd36 (patch)
tree6498c12246eeccd8cd6a8bd622c7b43ffc89163d /bfd
parent8ca780d31c4052db3a1323fe9c6cbd8f598cd922 (diff)
downloadfsf-binutils-gdb-fd85b79fcf5bf646a6101cd4bb2920bcf9eefd36.zip
fsf-binutils-gdb-fd85b79fcf5bf646a6101cd4bb2920bcf9eefd36.tar.gz
fsf-binutils-gdb-fd85b79fcf5bf646a6101cd4bb2920bcf9eefd36.tar.bz2
Handle vr4111
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7a39879..9528dde 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,13 @@
+start-sanitize-vr4xxx
+1998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
+
+ * archures.c,bfd-in2.h (bfd_mach_mips4111): New.
+ * cpu-mips.c: Add support for and independent 4111.
+ * elf32-mips.c (elf_mips_mach): E_MIPS_MACH_4111 -> bfd_mach_mips4111.
+ (_bfd_mips_elf_final_write_processing):
+ bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
+
+end-sanitize-vr4xxx
1998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
* elf32-mips.c (elf_mips_abi_name): New.