binutils-gdb/bfd
Steve Chamberlain 63ffe5ef86 Insert the incidentals and things I forgot to ci last time, same log message:
Mon Sep 30 15:13:46 1991  Steve Chamberlain  (steve at cygnus.com)

	* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
	cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
	files will eventually contain processor specific bits for bfd,
	like strange relocation information and dis/assembly.  So far only
	the H8 has been even partially done.  This work also ties in with
	the change in handling architectures.

	* amdcoff.c: (a29k_reloc) fix error message.

	* aout-f1.h: (choose_reloc_size) now calls bfd_get_arch to
	discover the architecture of the bfd. (sunos4_callback) calls the
	function bfd_set_arch_mach rather than stuffing stuff directly
	into the bfd. (sunos4_write_object_contents), changed names of
	accessor functions.

	* aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
	setup the environment.

	* archive.c: (bfd_slurp_coff_armap) coff archives always have the
	headers in big endian format, regardless of the endianess of the
	host or target.

	* archures.c: totally changed. Now an architecture is represented
	with a pointer to an info structure rather than an enumerated type
	and a long. The old info is available as two elements in the
	structure.  Future enhancements to architecure support will
	involve pointers to methods being placed into the info structure.

	* bfd.c: changed the definition of the bfd structure for the new
	architecture stuff.

	* bout.c: (b_out_set_arch_mach) changed to use the new
	architecture mechanism.

	* coffcode.h: (coff_set_arch_mach, coff_set_flags) changed to use
	the new architecture mechanism.

	* configure.in: added h8 stuff.

	* ieee.c: too many changes to note.  Now ieee files written with
	bfd gas and ld can be read by gld and ieee only linkers and
	simulators.

	* libbfd.c, libbfd.h: changed prototype of bfd_write.

	* newsos3.c: (newos3_callback) now calls bfd_set_arch_mach rather
	than fixing the structure directly.

	* oasys.c: (oasys_object_p) now calls bfd_default_set_arch_mach rather
	than fixing the structure directly.

	* opncls.c: (new_bfd) makes sure that bfd_init has been called
	before opening a bfd.

	* srec.c: (srec_set_arch_mach) now calls bfd_default_set_arch_mach
	rather than fixing the structure directly.

	* targets.c: (target_vector) now by defining SELECT_VECS (perhaps
	in the t/hmake file) a user can select which backends they want
	linked with bfd without changing the source.

	* init.c: new, looks after initializing modules.

	* howto.c: for future use, will allow an application to work out
	what cookie to use as a handle on a relcoatio howto.
1991-10-01 03:55:40 +00:00
..
doc Per J Gilmore's advice, include redundant dependencies to get around 1991-09-12 21:04:21 +00:00
hosts Undo precipitous changes. 1991-09-20 03:44:17 +00:00
.Sanitize Insert the incidentals and things I forgot to ci last time, same log message: 1991-10-01 03:55:40 +00:00
COPYING
ChangeLog Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-01 03:43:43 +00:00
Makefile
Makefile.in Insert the incidentals and things I forgot to ci last time, same log message: 1991-10-01 03:55:40 +00:00
TODO Some of these things are already done. More are probably done, 1991-07-31 08:30:37 +00:00
VERSION
aout.c *** empty log message *** 1991-05-21 00:14:16 +00:00
aout32.c Initial revision 1991-05-18 02:58:02 +00:00
aout64.c Initial revision 1991-05-18 02:58:02 +00:00
aoutf1.h Lint (saber actually). 1991-09-26 22:28:46 +00:00
aoutx.c Initial revision 1991-05-18 02:58:02 +00:00
aoutx.h Lint (saber actually). 1991-09-26 22:28:46 +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 Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-01 03:43:43 +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 Insert the incidentals and things I forgot to ci last time, same log message: 1991-10-01 03:55:40 +00:00
bfd.c *** empty log message *** 1991-09-19 22:28:00 +00:00
bfd.doc Merge in changes from gdb-3.95 release into mainstream of BFD development. 1991-05-29 00:20:02 +00:00
bfd.doc.ps Initial revision 1991-08-01 14:37:46 +00:00
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 Lint (saber actually). 1991-09-26 22:28:46 +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
coff-a29k.c Insert the incidentals and things I forgot to ci last time, same log message: 1991-10-01 03:55:40 +00:00
coff-code.h *** empty log message *** 1991-05-13 20:26:24 +00:00
coff-i386.c *** empty log message *** 1991-05-30 22:33:01 +00:00
coff-i960.c *** empty log message *** 1991-05-30 22:33:01 +00:00
coff-m68k.c *** empty log message *** 1991-05-18 02:57:45 +00:00
coff-m88k.c *** empty log message *** 1991-05-30 22:33:01 +00:00
coff-mips.c * configure.in: Tix typo. 1991-08-23 20:55:23 +00:00
coffcode.h Lint (saber actually). 1991-09-26 22:28:46 +00:00
coffish.h Initial revision 1991-05-11 02:22:13 +00:00
coffswap.c *** empty log message *** 1991-05-18 02:57:45 +00:00
config.sub Undo precipitous changes. 1991-09-20 03:44:17 +00:00
configure Insert the incidentals and things I forgot to ci last time, same log message: 1991-10-01 03:55:40 +00:00
configure.in Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-01 03:43:43 +00:00
core.c Fixed minor typos. 1991-08-19 23:03:12 +00:00
cplus-dem.c
cpu-a29k.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-h8300.c Initial revision 1991-10-01 03:43:11 +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 Initial revision 1991-05-18 02:58:02 +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 * all files: update copyright notices for GPL version 2. 1991-07-31 16:58:05 +00:00
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 Lint (saber actually). 1991-09-26 22:28:46 +00:00
howto.c Initial revision 1991-10-01 03:43:11 +00:00
ieee.c Use set_tdata to set the ieee tdata field, avoiding casting left of 1991-07-06 08:37:45 +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 Rename liba.out.h to libaout.h for brain death file systems. Change callers. 1991-05-29 02:44:10 +00:00
libbfd-in.h Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-01 03:43:43 +00:00
libbfd.c Now full of documentation. Yum Yum. 1991-07-04 16:52:56 +00:00
libbfd.h Insert the incidentals and things I forgot to ci last time, same log message: 1991-10-01 03:55:40 +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 Undo Bothner changes that depend on pointer representation. 1991-05-29 00:38:52 +00:00
liboasys.h Minor cleanup to make it compile on DECstation. 1991-05-02 21:22:43 +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 * libaout.h (WRITE_HEADERS): Set header's a_text field always. 1991-09-26 18:40:30 +00:00
oasys.c Lint (saber actually). 1991-09-26 22:28:46 +00:00
obstack.c *** empty log message *** 1991-04-09 23:25:49 +00:00
obstack.h Just before a merge with chrisbs stuff 1991-04-14 02:23:48 +00:00
opncls.c Lint (saber actually). 1991-09-26 22:28:46 +00:00
reloc.c Typos. 1991-09-28 14:10:47 +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 * sunos.c: (choose_reloc_size) added: (sunos4_callback) calls 1991-05-13 21:02:56 +00:00
syms.c Fixed minor typos. 1991-08-19 23:03:12 +00:00
targets.c Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com) 1991-10-01 03:43:43 +00:00
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 Retract last edit. System type should determine whether this file gets loaded 1991-08-31 02:01:17 +00:00
trad-core.h * all files: update copyright notices for GPL version 2. 1991-07-31 16:58:05 +00:00
unPROTO Initial revision 1991-08-22 00:13:19 +00:00