aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-03-24 08:18:16 +0000
committerKen Raeburn <raeburn@cygnus>1993-03-24 08:18:16 +0000
commit828e987e6ba19368b6baa26d52a4a681e79e9d28 (patch)
tree899d36801d12da65a437a73c3baa8bf207cab593 /bfd
parent550fb7afd36ae6b7f26fde657c1aa591f62a6780 (diff)
downloadgdb-828e987e6ba19368b6baa26d52a4a681e79e9d28.zip
gdb-828e987e6ba19368b6baa26d52a4a681e79e9d28.tar.gz
gdb-828e987e6ba19368b6baa26d52a4a681e79e9d28.tar.bz2
mipsbsd renaming, libbfd optimization fixes
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3865f32..3132c19 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,16 @@
+Wed Mar 24 02:56:44 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * libbfd.c (bfd_seek): Disable optimized handling for archives and
+ archive members; they need more special reatment. For now, verify
+ that computed and actual file positions correspond.
+
Tue Mar 23 08:45:33 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+ * mipsbsd.c: Renamed from aout-mipsbsd.c.
+ (set_arch_mach): Delete non-MIPS code.
+ (reloc_howto_type_lookup): Ditto.
+ * Makefile.in: Adjusted.
+
* libbfd.c (bfd_tell): Update `where' field.
(bfd_seek): Don't do anything if we're not changing the file
position. If FILE_OFFSET_IS_CHAR_INDEX is defined, check `where'