old-cross-binutils/bfd
John Gilmore fc7233808a Merge devo/bfd with GDB's bfd.
Remove obstack.h to ../include and obstack.c to ../libiberty.
Move COFF symbol swapping code to coffswap.c where GDB can call it but it
won't be duplicated if we have N different COFF targets.
Add support for traditional Unix core files (with a upage).  This support
is from an Ultrix port, but is probably slightly broken now.
Improve bfd_release's of obstack'd items on error returns.
gcc -Wall fixes.
Handle section alignment slightly better in coff, and comment where it
needs more work (on page-aligning virtual vs file addresses for DPAGED).
Use set_tdata everywhere that tdata is set, to avoid "cast to the left
of assignment" problems with some compilers.
Move bfd_alloc, bfd_zalloc, bfd_realloc, and bfd_release into libbfd.h
(from bfd.h) since they are internal routines.
Remove the redundant suffix "_struct" from struct tags.
Set symbol count early in file reading, before slurping in the syms,
for GDB's use.
1991-05-02 04:11:40 +00:00
..
hosts Initial revision 1991-04-15 15:29:40 +00:00
aout.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
archive.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
archures.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
archures.h Moved the #defines into bfd.h long ago 1991-04-03 22:11:21 +00:00
bfd.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
bfd.doc Back from Intel with Steve 1991-03-21 21:11:26 +00:00
cache.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
ChangeLog Initial revision 1991-03-21 21:11:25 +00:00
coff-code.h Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
coff-i960.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
coff-m88k.c Fix minor pointer type problems that "cc" complains about. 1991-04-25 04:06:21 +00:00
coff-mips.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
coffswap.c Initial revision 1991-05-02 04:11:17 +00:00
configure Fixed a problem with host dependent parts. 1991-04-17 01:41:32 +00:00
COPYING Initial revision 1991-03-21 21:11:25 +00:00
cplus-dem.c Back from Intel with Steve 1991-03-21 21:11:26 +00:00
filemode.c Back from Intel with Steve 1991-03-21 21:11:26 +00:00
ieee.c Minor changes to accomodate merging of three include file directories. 1991-04-25 04:22:55 +00:00
libaout.h Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
libbfd.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
libbfd.h Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
libcoff.h Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
libieee.h Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
liboasys.h Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
Makefile *** empty log message *** 1991-04-04 05:15:05 +00:00
Makefile.in Minor changes to accomodate merging of three include file directories. 1991-04-25 04:22:55 +00:00
misc.c Initial revision 1991-03-21 21:11:25 +00:00
misc.h Initial revision 1991-03-21 21:11:25 +00:00
oasys.c Changed the shape of the howto type yet again. 1991-04-24 20:51:27 +00:00
obstack.c *** empty log message *** 1991-04-09 23:25:49 +00:00
obstack.h Just before a merge with chrisbs stuff 1991-04-14 02:23:48 +00:00
opncls.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
srec.c Fix minor pointer type problems that "cc" complains about. 1991-04-25 04:06:21 +00:00
sunos.c Merge devo/bfd with GDB's bfd. 1991-05-02 04:11:40 +00:00
targets.c *** empty log message *** 1991-04-23 16:02:09 +00:00
TODO Initial revision 1991-03-21 21:11:25 +00:00
trad-core.c Initial revision 1991-05-02 04:11:17 +00:00
trad-core.h Initial revision 1991-05-02 04:11:17 +00:00
VERSION Back from Intel with Steve 1991-03-21 21:11:26 +00:00