aboutsummaryrefslogtreecommitdiff
path: root/include/aout64.h
AgeCommit message (Collapse)AuthorFilesLines
1992-12-08recording file deathK. Richard Pixley1-379/+0
1991-11-22stab.def: Remove the GNU extended type codes (e.g. N_SETT).Per Bothner1-9/+24
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.
1991-11-21* aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitionsJohn Gilmore1-54/+83
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.
1991-11-20Re-work previous change.Per Bothner1-3/+15
1991-11-20Some cleanups of N_TXTADDR and N_TXTOFF.Per Bothner1-10/+23
1991-10-16* aout64.h: Remove PAGE_SIZE defines; they are target-dependent.John Gilmore1-4/+1
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.
1991-10-07* aout64.h: Move struct internal_exec to ../bfd/libaout.h soJohn Gilmore1-107/+30
it can be shared by all `a.out-family' code. Rename EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types for nlist members, and make strx integral rather than pointer. More commentary on n_type values.
1991-09-20Update N_FN value to 0x1F. Add comments about N_EXT bits.John Gilmore1-1/+4
1991-09-04* a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,John Gilmore1-1/+7
to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib support. * stab.def: Add N_COMM to table, fix overlap comment.
1991-08-23* a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to dependJohn Gilmore1-2/+8
on the particular a.out being examined. * a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's. * FIXME: a.out.gnu.h is almost obsolete. * FIXME: a.out.sun4.h should be renamed a.out.sun.h now.
1991-08-06N_INDR movementSteve Chamberlain1-0/+2
now in a.out.gnu.h and aout64.h, not in stab.def
1991-07-23*** empty log message ***Steve Chamberlain1-6/+11
1991-07-19Changes in reloc numbers, lint, and removal of constSteve Chamberlain1-2/+7
1991-05-18Initial revisionSteve Chamberlain1-0/+363