binutils-gdb/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
aout32.c
aout64.c
aout-encap.c Initial revision 1991-10-11 10:45:56 +00:00
aout.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 Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-19 20:52:38 +00:00
archures.c *** empty log message *** 1991-10-01 18:29:28 +00:00
archures.h
awkscan Initial revision 1991-08-17 00:16:57 +00:00
awkscan-ip Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-21 21:37:39 +00:00
awkscan-p Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-21 21:37:39 +00:00
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 bfd.texinfo: some cleanup, reincorporated more intro matter from bfd.doc 1991-08-22 18:26:59 +00:00
blins-p Initial revision 1991-08-17 00:16:57 +00:00
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 Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-19 20:52:38 +00:00
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 Initial revision 1991-08-17 00:16:57 +00:00
exmerge Initial revision 1991-08-17 00:16:57 +00:00
filemode.c
format.c Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-19 20:52:38 +00:00
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 Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-21 21:37:39 +00:00
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 Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-19 20:52:38 +00:00
libieee.h
liboasys.h
Makefile
Makefile.in Remove refs to ../include/sysdep.h. 1991-10-11 12:48:25 +00:00
mergecom-p Initial revision 1991-08-17 00:16:57 +00:00
misc.c
misc.h
movecom-p Initial revision 1991-08-17 00:16:57 +00:00
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 Lint (saber actually). 1991-09-26 22:28:46 +00:00
obstack.c
obstack.h
opncls.c Lint (saber actually). 1991-09-26 22:28:46 +00:00
reloc.c Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-05 00:39:21 +00:00
scanit Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-22 00:13:22 +00:00
scanph Initial revision 1991-08-17 00:16:57 +00:00
section.c Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-19 20:52:38 +00:00
sedscript Initial revision 1991-08-17 00:16:57 +00:00
sedscript-p Initial revision 1991-08-17 00:16:57 +00:00
srec.c * srec.c: Better error checking, partly from Peter Schauer. 1991-09-30 20:50:18 +00:00
startcom-p Initial revision 1991-08-17 00:16:57 +00:00
sunos.c
syms.c Fixed minor typos. 1991-08-19 23:03:12 +00:00
targets.c * bfd-in.h: Added more macros to COFF_SWAP_TABLE. 1991-10-11 19:39:29 +00:00
TODO
tolibbfd Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-21 21:37:39 +00:00
tolibcoff Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) 1991-08-21 21:37:39 +00:00
trad-core.c * Makefile.in: Rename XDEPFILES. 1991-10-11 04:51:42 +00:00
trad-core.h
unPROTO Initial revision 1991-08-22 00:13:19 +00:00
VERSION * bfd-in.h VERSION, change version number to 0.18, this makes a 1991-10-01 04:20:02 +00:00