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.
36 years ago
John Gilmore
ff37ea550b
Initial revision
36 years ago
John Gilmore
44954de0f6
Replace all 5 BFD_FAILURE's with false's.
36 years ago
John Gilmore
d6a554ae83
Minor changes to accomodate merging of three include file directories.
36 years ago
John Gilmore
a6ac0c5998
Fix minor pointer type problems that "cc" complains about.
36 years ago
Steve Chamberlain
453063fec9
Added some depdenencies and fixed etags
36 years ago
Steve Chamberlain
4cddd1c904
Changed the shape of the howto type yet again.
Now m88kbcs support can self host.
36 years ago
Steve Chamberlain
39a2ce33d7
*** empty log message ***
36 years ago
Steve Chamberlain
9872a49c27
*** empty log message ***
36 years ago
Steve Chamberlain
a37cc0c05c
*** empty log message ***
36 years ago
Steve Chamberlain
1327fb2956
Initial revision
36 years ago
K. Richard Pixley
7d774e0167
Working toward configuring targets.
36 years ago
K. Richard Pixley
5176a6bcd8
Some cleanup and some new targets.
36 years ago
K. Richard Pixley
a6dab0710c
Killed a few warnings.
36 years ago
Steve Chamberlain
301dfc71d4
Stuff
36 years ago
K. Richard Pixley
04dc1a6246
Fixed a problem with host dependent parts.
36 years ago
Steve Chamberlain
2a525d0c6c
Changed bad call of fstat to stat
36 years ago
Steve Chamberlain
1f4d3c7911
Cosmetic changes to bfd_perform_relocation
36 years ago
Steve Chamberlain
3874a23cde
Some changes from chrisb and some more DEFUNS.
Also some work on C_FILE stuff, which still doesn't work correctly.
36 years ago
Steve Chamberlain
3e9aade183
Lots of fixes to make it work
36 years ago
Steve Chamberlain
4432f8ad29
Fixed some casts
36 years ago
K. Richard Pixley
b5132a6b85
Now handles multiple hosts and targets.
36 years ago
Steve Chamberlain
660f21b7de
Initial revision
36 years ago
Steve Chamberlain
9846338e68
Merged in some changes from Intel,
Added some more prototypes.
36 years ago
Steve Chamberlain
aa802a3246
Just before a merge with chrisbs stuff
36 years ago
K. Richard Pixley
ec342d7d9a
Config cut 3. We now almost install a29k.
36 years ago
K. Richard Pixley
f2e91404e7
Cut 2. Subdirs.
36 years ago
Steve Chamberlain
03466f17b7
*** empty log message ***
36 years ago
K. Richard Pixley
a9c7e163af
First minimally usable checkin.
36 years ago
Steve Chamberlain
de7c1ff613
*** empty log message ***
36 years ago
K. Richard Pixley
726cc6ef80
Added little endian a.out.
36 years ago
Steve Chamberlain
4e1dc65681
Fixed bug where abs symbols wern't being placed into the right bit of
the symbol table.
36 years ago
K. Richard Pixley
99a42820d9
Initial revision
36 years ago
Steve Chamberlain
b6fc45ca4c
*** empty log message ***
36 years ago
Steve Chamberlain
f61d204a35
*** empty log message ***
36 years ago
David Henkel-Wallace
37a1fd96b7
Minor format fixes.
36 years ago
David Henkel-Wallace
14f6fdb6c8
*** empty log message ***
36 years ago
David Henkel-Wallace
aacf30e313
*** empty log message ***
36 years ago
David Henkel-Wallace
87f86b4ec6
Initial revision
36 years ago
Steve Chamberlain
e4a0e98e2b
Initial revision
36 years ago
Steve Chamberlain
0da5b97eb1
Moved the #defines into bfd.h long ago
36 years ago
Steve Chamberlain
36773af51a
Fixed typo
36 years ago
Steve Chamberlain
cec2111e47
Added dgux stuff
36 years ago
Steve Chamberlain
0452b5aacf
Various noise
36 years ago
Steve Chamberlain
a7fe4c5997
Initial revision
36 years ago
Steve Chamberlain
4bf6219f87
Added ansidecl.h
36 years ago
Steve Chamberlain
c93595dd1c
Added sun3 support
36 years ago
Steve Chamberlain
8daa713142
the famous 'disasm' bug fix.
36 years ago
Steve Chamberlain
067605b0fe
removed some obsolete stuff
36 years ago
Steve Chamberlain
d6aa3fb01a
Fixes for ChrisB
36 years ago