Steve Chamberlain
332b63272f
Update from bfd.c et al
35 years ago
Michael Tiemann
aa09fc9b6b
Fix backward i/f bit in movcc insns.
35 years ago
Steve Chamberlain
43857158b5
Reflect changes in archures.c
35 years ago
Steve Chamberlain
11eab90c7f
* bfd.h: change the documentation format.
* created coff, elf and opcode and aout directories. Moved:
aout64.h ==> aout/aout64.h
ar.h ==> aout/ar.h
a.out.encap.h ==> aout/encap.h
a.out.host.h ==> aout/host.h
a.out.hp.h ==> aout/hp.h
a.out.sun4.h ==> aout/sun4.h
ranlib.h ==> aout/ranlib.h
reloc.h ==> aout/reloc.h
stab.def ==> aout/stab.def
stab.gnu.h ==> aout/stab_gnu.h
coff-a29k.h ==> coff/a29k.h
coff-h8300.h ==> coff/h8300.h
coff-i386.h ==> coff/i386.h
coff-i960.h ==> coff/i960.h
internalcoff.h ==> coff/internal.h
coff-m68k.h ==> coff/m68k.h
coff-m88k.h ==> coff/m88k.h
coff-mips.h ==> coff/mips.h
coff-rs6000.h ==> coff/rs6000.h
elf-common.h ==> elf/common.h
dwarf.h ==> elf/dwarf.h
elf-external.h ==> elf/external.h
elf-internal.h ==> elf/internal.h
a29k-opcode.h ==> opcode/a29k.h
arm-opcode.h ==> opcode/arm.h
h8300-opcode.h ==> opcode/h8300.h
i386-opcode.h ==> opcode/i386.h
i860-opcode.h ==> opcode/i860.h
i960-opcode.h ==> opcode/i960.h
m68k-opcode.h ==> opcode/m68k.h
m88k-opcode.h ==> opcode/m88k.h
mips-opcode.h ==> opcode/mips.h
np1-opcode.h ==> opcode/np1.h
ns32k-opcode.h ==> opcode/ns32k.h
pn-opcode.h ==> opcode/pn.h
pyr-opcode.h ==> opcode/pyr.h
sparc-opcode.h ==> opcode/sparc.h
tahoe-opcode.h ==> opcode/tahoe.h
vax-opcode.h ==> opcode/vax.h
35 years ago
Steve Chamberlain
1ee1fd7e97
Initial revision
35 years ago
Steve Chamberlain
245ed2ea54
Initial revision
35 years ago
Steve Chamberlain
d289576d7f
Initial revision
35 years ago
Steve Chamberlain
0227e9187b
Initial revision
35 years ago
Steve Chamberlain
1484208fc1
Reflect the new scheme
35 years ago
Steve Chamberlain
6d56c69a47
*** empty log message ***
35 years ago
Michael Tiemann
35fadbebb7
Updated movc and fmovc patterns to reflect the latest encodings in the
0.3.1 Sparc V9 manual.
35 years ago
Steve Chamberlain
875f1391a7
Added coff-h8300.h
35 years ago
Steve Chamberlain
1daf2df4ec
* internalcoff.h: (internal_scnhdr) took out #def dependency, now
s_nreloc and s_nlnno are always long. (internal_reloc): allways
has an offset field now.
35 years ago
Steve Chamberlain
b4e42a642c
Initial revision
35 years ago
Michael Tiemann
5bcc23e3b2
Resync reloc_type and RELOC_TYPE_NAMES.
35 years ago
John Gilmore
f39eae7baa
Lint
35 years ago
Per Bothner
27612c2966
stab.def: Remove the GNU extended type codes (e.g. N_SETT).
aoutx.h: Put back the N_HEADER_IN_TEXT(x) that John removed,
but use his heuristic as its default definition.
bfd.H; Re-generated.
35 years ago
John Gilmore
c6fec0bfcb
* aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitions
that should handle all uses. LOGICAL_ versions deleted.
Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
kind of zmagic a.out file we are looking at.
* coff-rs6000.h: Typo.
35 years ago
John Gilmore
95b32bff0e
Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.
35 years ago
Per Bothner
22ef104a6d
Re-work previous change.
35 years ago
Per Bothner
8a400a1892
Some cleanups of N_TXTADDR and N_TXTOFF.
35 years ago
Fred Fish
25c56437cf
Update dwarf.h to DWARF draft 5 version from gcc2.
35 years ago
Sean Eric Fagan
b260b2a000
Some COFF systems (SCO, for example) want a .comment section. Not necessary,
but useful.
35 years ago
Per Bothner
1d2c557430
Updated from ../bfd make headsers
35 years ago
Per Bothner
6b0a15959d
* stab.def: Added defs for extended GNU symbol types,
such as N_SETT. These are normally ifdef'd out (because
of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
35 years ago
Fred Fish
f5496c7e98
Add defines to support ELF symbol tables.
35 years ago
Fred Fish
d6fee23897
Add support for ELF note sections, which are used in ELF core files to
hold copies of various /proc structures at the time of the core dump.
35 years ago
Steve Chamberlain
6255589afd
Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)
* internalcoff.h: took out the M88 dependency in the lineno
struct.
* coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
32bit linno entries.
* a29k-opcode.h: fixed encoding of mtacc
35 years ago
Steve Chamberlain
cfafcfa374
Fixed encoding of mtacc instruction.
35 years ago
Steve Chamberlain
bee84e0bc3
New prototype from sectino.c
35 years ago
Steve Chamberlain
358c1d4d42
Changed in line with bfd-in.h
35 years ago
Per Bothner
b941cb35d2
Updated from ../bfd/bfd-in.h.
35 years ago
John Gilmore
650e42fb18
Add x_csect defines.
35 years ago
K. Richard Pixley
0e409e0b3e
rewrote m68up aliases, pea works on anything
35 years ago
John Gilmore
40458cc92c
Rename coff-related files.
35 years ago
John Gilmore
fa8f1d093b
rs6000
35 years ago
John Gilmore
9d2972d880
Add file defining rs/6000 XCOFF file format.
35 years ago
John Gilmore
bbfdbb6d0e
Initial revision
35 years ago
John Gilmore
f883d70466
avoid "ulong".
35 years ago
John Gilmore
85d433c30d
Use RS6000COFF_C, not AIXCOFF_C.
35 years ago
John Gilmore
6603bf38d7
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
John Gilmore.
35 years ago
Fred Fish
fa4248e315
Add "dwarf.h".
35 years ago
Fred Fish
0e17578d0c
Document added dwarf.h file.
35 years ago
Fred Fish
1f5518a95d
Initial revision
35 years ago
Steve Chamberlain
a0788ae38f
*** empty log message ***
35 years ago
John Gilmore
1c0678213e
* aout64.h: Remove PAGE_SIZE defines; they are target-dependent.
Add N_FN_SEQ for N_FN symbol type used on Sequent machines.
* stab.def: Include N_FN_SEQ in table.
* bout.h: External formats of structures use unsigned chars.
35 years ago
John Gilmore
775e3a22af
Remove include files to bfd/hosts.
35 years ago
Steve Chamberlain
0c210c9c52
* bfd.h:upgrade from bfd.c
* internalcoff.h: add n_name, n_zeroes and n_offset macros
* amdcoff.h: Define OMAGIC and AOUTHDRSZ.
35 years ago
Per Bothner
23adc11718
* a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
* bfd.h (align_power): Add (actually move) comment.
35 years ago
John Gilmore
1b78540a99
Roll in some changes. Unlikely to compile yet.
35 years ago