mipsbsd renaming, libbfd optimization fixes

This commit is contained in:
Ken Raeburn 1993-03-24 08:18:16 +00:00
parent 550fb7afd3
commit 828e987e6b
1 changed files with 11 additions and 0 deletions

View File

@ -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'