John Gilmore
359f1dee91
Rename liba.out.h to libaout.h for brain death file systems. Change callers.
36 years ago
John Gilmore
8c1891af65
Fix up .Sanitize file, remove files that are not referenced.
36 years ago
John Gilmore
a5b00362e8
Undo Bothner changes that depend on pointer representation.
36 years ago
John Gilmore
c0e5039e64
Merge in changes from gdb-3.95 release into mainstream of BFD development.
Support defaulted (search all) targets and specific (only check one)
targets.
36 years ago
K. Richard Pixley
45021feed4
I think this gets symdefs right for at least sunos. Also now swaps
symdefs.
36 years ago
K. Richard Pixley
6c18e39366
fixed a bug in multiple targets
36 years ago
Steve Chamberlain
8c556488d1
Updated
#
36 years ago
Steve Chamberlain
67099990bc
Fixed to compile on kithrup
36 years ago
Steve Chamberlain
517496c5bc
Initial revision
36 years ago
Steve Chamberlain
20fdc627fa
Added 386 support!
36 years ago
K. Richard Pixley
08942d11c0
Initial revision
36 years ago
K. Richard Pixley
0fd8d5d963
Initial revision
36 years ago
Steve Chamberlain
5ad1d83042
Not only compiles, but spells _do_getl64 right too
36 years ago
Steve Chamberlain
0f2687577f
* libbfd.c: Now compiles
* coffcode.h: removed all put_x_<sizes>
36 years ago
Steve Chamberlain
b75ea0ea93
*** empty log message ***
36 years ago
Steve Chamberlain
536b27a506
Changed #ifdef __GNUC__ to #ifdef HOST_64_BIT
Added DEFUNS
36 years ago
Steve Chamberlain
55a970944c
Removed #define obstack_alloc xmalloc pending correct solution
36 years ago
Steve Chamberlain
3b69c2cc91
Changed obstack_chunk_alloc to xmalloc
36 years ago
Steve Chamberlain
4b3720f441
*** empty log message ***
36 years ago
Steve Chamberlain
7ed4093abc
*** empty log message ***
36 years ago
John Gilmore
c4cd3fc62e
Initial revision
36 years ago
Steve Chamberlain
a3bb31a043
Initial revision
36 years ago
Steve Chamberlain
19b03b7aa4
*** empty log message ***
36 years ago
K. Richard Pixley
1b494bfa15
ar called through parametarizable macro.
36 years ago
K. Richard Pixley
c422030318
see devo/configure 1.11
36 years ago
Steve Chamberlain
a14b9e8aa1
*** empty log message ***
36 years ago
Steve Chamberlain
1a602d6e61
* sunos.c: (choose_reloc_size) added: (sunos4_callback) calls
choose_reloc_size. (sunos4_write_object_contents) now calls
choose_reloc_size so outputs relocs correctly, also calculates the
size of the sections correctly.
* aout.c: (look in the rrgs I hate VI)
~
~
~
~
36 years ago
Steve Chamberlain
c42538adaf
*** empty log message ***
36 years ago
Steve Chamberlain
fb030779ae
*** empty log message ***
36 years ago
Steve Chamberlain
99a2aa2cb5
*** empty log message ***
36 years ago
Steve Chamberlain
10be52bffd
*** empty log message ***
36 years ago
Steve Chamberlain
8e3c8f4755
*** empty log message ***
36 years ago
Steve Chamberlain
22ddf9bcc5
Initial revision
36 years ago
John Gilmore
e10d93eda2
Sony NEWS port and modularization of a.out code. Cleanup of
close_and_cleanup, write_contents, and jump vectors.
36 years ago
John Gilmore
a42ceb3229
Initial revision
36 years ago
John Gilmore
2b1d8a50a0
Cleanups of interface, including close_and_cleanup and write_contents
transfer vector changes. See ChangeLog.
36 years ago
John Gilmore
78aa64b14c
* sunos.c: Remove all code that goes in aout.c. Split out
machine dependent followup in sunos4_object_p into
sunos4_callback. Use JUMP_TABLE(aout) and redefine only
the names we CHANGE, not all the names. Drop the little-endian
vector, and rename the vector as sunos4 rather than generic.
36 years ago
John Gilmore
8b0328dba3
Lint.
36 years ago
John Gilmore
e2aed73b28
REMOVE ALL SUNOS SUPPORT TO SEPARATE MODULE.
This is now a generic module for a.out handling.
Rename all routines from sunos4_xxx to aout_xxx. Remove Sun-specific
code. Remove transfer vectors. Pull core file handling. Lint.
Remove close_and_cleanup.
36 years ago
John Gilmore
69ebee8678
Split up a.out handlers into generic and target-specific.
Remove close_and_cleanup. Lint.
36 years ago
John Gilmore
ed9c0d48e0
Eliminate close_and_cleanup routines.
36 years ago
Steve Chamberlain
a0a87dd55e
*** empty log message ***
36 years ago
Steve Chamberlain
9dce1776b6
Initial revision
36 years ago
Steve Chamberlain
cdd896f940
*** empty log message ***
36 years ago
Steve Chamberlain
c407897e2f
Added 68kcoff
36 years ago
Steve Chamberlain
77a7985cb0
Test new structure exporting code with 68k coff implementaion.
36 years ago
Steve Chamberlain
e5b919b168
Fixed all the places where there were problems with the size and
alignments of structures on disk and structures in memory. #ifed out
all the code in coffswap.c, since it should be done using the target
swap routines now.
36 years ago
Steve Chamberlain
af773d1b0f
It's new and improved
36 years ago
John Gilmore
66b510f652
* coff-code.h: Remove coff_get_section_contents, and use the
generic one instead.
36 years ago
John Gilmore
ce3f6d51b0
* ieee.c: Cast enums to int before comparing them, for brain-
dead compilers.
36 years ago