old-cross-binutils/bfd
Per Bothner 71fa3b0161 * coffcode.h: Moved ALIGN macro to libbfd.h. Removed i960_align.
* libbfd.h: Moved ALIGN macro here.
	* bout.c (b_out_callback): Replace i960_align by align_power.

	* libaout.h (struct aoutdata):  Added fields page_size,
	segment_size and exec_bytes_size.  These help generic code
	(in aoutx.h and libaout.h) to figure out where to align
	the various segments in a demand paged file.
	* libaout.h (WRITE_HEADER):  Use new (struct aoutdata) fields
	to decide if the exec header counts in a_text (text segment size).
	Also, assume D_PAGED flag is set; don't set it here.
	* bout.c (b_out_callback): Add initialization of
	adata fields page_size, segment_size, and exec_bytes_size.
	* host-aout.c (NAME(host_aout, callback) and
	NAME(host_aout,mkobject): Ditto.
	* i386aout.c (aout386_callback) and new aout386_mkobject): Ditto.
	* newos3.c (newsos3_callback) and new newsos_mkobject): Ditto.
	* aoutf1.c (sunos4_callback) and new sunos_mkobject): Ditto.
	* aoutx.h (NAME(aout,some_aout_object_p)): Don't subtract
	EXEC_BYTES_SIZE from the a_test size; this is only appropriate
	for some systems (mainly sunos), so do it in the callback instead.
	Same routine: Add stuff to the THIS_IS_ONLY_DOCUMENTATION comment.
	* aoutx.h (NAME(aout,set_section_contents): Change the way
	filepos and size of sections are carried out to support
	older styles of demand paged executables.
1991-10-11 20:45:29 +00:00
..
doc doc/Makefile: stop hiding complaints from makeinfo. 1991-10-08 19:20:58 +00:00
hosts Initial revision 1991-10-11 10:45:56 +00:00
.Sanitize Add i386aout.c 1991-10-08 22:31:52 +00:00
aout-encap.c Initial revision 1991-10-11 10:45:56 +00:00
aout.c
aout32.c
aout64.c
aoutf1.h Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
aoutx.c
aoutx.h * bfd.c: Remove strerror() to libiberty. 1991-10-05 05:18:08 +00:00
archive.c
archures.c *** empty log message *** 1991-10-01 18:29:28 +00:00
archures.h
awkscan
awkscan-ip
awkscan-p
bfd-in.h * bfd-in.h: enum boolean => enum bfd_boolean for SVR4. Gumby's 1991-10-04 02:49:06 +00:00
bfd.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
bfd.doc
bfd.doc.ps
bfd.texinfo
blins-p
bout.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
cache.c
ChangeLog * coffcode.h: Moved ALIGN macro to libbfd.h. Removed i960_align. 1991-10-11 20:45:29 +00:00
coff-a29k.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
coff-code.h
coff-i386.c * Makefile.in: Rename XDEPFILES. 1991-10-11 04:51:42 +00:00
coff-i960.c
coff-m68k.c
coff-m88k.c
coff-mips.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:08:58 +00:00
coffcode.h * bfd-in.h: Added more macros to COFF_SWAP_TABLE. 1991-10-11 19:39:29 +00:00
coffish.h
coffswap.c
config.sub steves h8 patches 1991-10-02 04:01:08 +00:00
configure resync 1991-10-02 04:15:56 +00:00
configure.in Restructure configuration scheme for bfd, binutils, ld. 1991-10-11 10:43:34 +00:00
COPYING
core.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
cplus-dem.c
cpu-a29k.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
cpu-h8300.c Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-05 00:39:21 +00:00
cpu-i386.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-i960.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-m88k.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-vax.c Initial revision 1991-10-01 03:43:11 +00:00
demo64.c
elf.c *** empty log message *** 1991-10-03 14:49:10 +00:00
exfilter
exmerge
filemode.c
format.c
host-aout.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
howto.c Initial revision 1991-10-01 03:43:11 +00:00
i386aout.c Remove dead N_TXTOFF override. 1991-10-11 10:09:28 +00:00
ieee.c Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-05 00:39:21 +00:00
init.c Initial revision 1991-10-01 03:43:11 +00:00
intobfd
libaout.h * bfd.c: Remove strerror() to libiberty. 1991-10-05 05:18:08 +00:00
libbfd-in.h * bfd-in.h: enum boolean => enum bfd_boolean for SVR4. Gumby's 1991-10-04 02:49:06 +00:00
libbfd.c
libbfd.h * bfd-in.h: enum boolean => enum bfd_boolean for SVR4. Gumby's 1991-10-04 02:49:06 +00:00
libcoff.h
libieee.h
liboasys.h
Makefile
Makefile.in Remove refs to ../include/sysdep.h. 1991-10-11 12:48:25 +00:00
mergecom-p
misc.c
misc.h
movecom-p
newsos3.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
oasys.c
obstack.c
obstack.h
opncls.c
reloc.c Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-05 00:39:21 +00:00
scanit
scanph
section.c
sedscript
sedscript-p
srec.c
startcom-p
sunos.c
syms.c
targets.c * bfd-in.h: Added more macros to COFF_SWAP_TABLE. 1991-10-11 19:39:29 +00:00
TODO
tolibbfd
tolibcoff
trad-core.c * Makefile.in: Rename XDEPFILES. 1991-10-11 04:51:42 +00:00
trad-core.h
unPROTO
VERSION * bfd-in.h VERSION, change version number to 0.18, this makes a 1991-10-01 04:20:02 +00:00