Commit Graph

1276 Commits

Author SHA1 Message Date
Roland Pesch 050f05e73f Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
* binutils.texinfo: remove most remaining FIXME's, delete
	references to __.SYMDEF by name
1991-10-08 20:59:54 +00:00
Roland Pesch a6fe7eeb1e doc/Makefile: stop hiding complaints from makeinfo. 1991-10-08 19:20:58 +00:00
Roland Pesch 92c78ee6ea * reloc.c, section.c, syms.c, targets.c: correct info-node
structure in *doc* comments.
1991-10-08 19:20:35 +00:00
Steve Chamberlain 71e83453e5 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
* objdump.c (print_address) Print addresses nicely.
1991-10-08 18:07:33 +00:00
Jim Wilson bdb7313439 Fix bug in smake- file code. 1991-10-08 06:07:58 +00:00
Roland Pesch f036c5d55f Two formatting bugfixes. 1991-10-08 02:28:43 +00:00
Roland Pesch 2f3c1742f7 Updated sketchy doc for devo versions. FIXMEs remain. 1991-10-08 02:22:16 +00:00
John Gilmore 598f2864d2 Remove configure and config.sub from the expected list. 1991-10-08 01:50:59 +00:00
John Gilmore aa41241ff4 Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c. 1991-10-08 01:48:04 +00:00
Per Bothner 8539db10f4 Fixed typo (for RANLIB_PROG).
Started writing rules for making a tar file.
1991-10-08 00:56:23 +00:00
Steve Chamberlain 6ce6f0935f Fix bug with expressions like @foo+20 1991-10-08 00:40:43 +00:00
Steve Chamberlain 58721107a6 *** empty log message *** 1991-10-08 00:39:51 +00:00
Per Bothner 06a97fbd00 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
Make two different binaries for ar and ranlib, instead of
	distinguishing them at run time using argv[0].
	(Old behavior is still available if you "make ar_with_ranlib",
	but it is not the default.)
	* ranlib.sh (new):  An alternative one-line
	shell implementation of ranlib.
1991-10-07 23:14:30 +00:00
Per Bothner ef82baf8c5 Initial revision 1991-10-07 23:14:25 +00:00
Steve Chamberlain bee36ac3e7 Added right dependencies for h8300hds.sc 1991-10-07 15:07:29 +00:00
John Gilmore d1630095c4 First stage of coff-encap work. 1991-10-07 07:23:08 +00:00
John Gilmore a7503c672b * m68kcoff.h: Remove `tagentries' which snuck in from the i960
COFF port.
1991-10-07 02:29:42 +00:00
John Gilmore 2d8ffde474 * aout64.h: Move struct internal_exec to ../bfd/libaout.h so
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-10-07 02:29:12 +00:00
John Gilmore 733ac8407d * archures.c: Rename `struct bfd_arch_info_struct' to `struct
bfd_arch_info'.  Rename `typedef bfd_arch_info_struct_type' to
`bfd_arch_info_type'.  All uses changed.
1991-10-07 02:16:22 +00:00
Steve Chamberlain 58b8383afd Support for the h8300 with an hds monitor, first cut. 1991-10-06 19:17:07 +00:00
Steve Chamberlain 897d094ae0 Initial revision 1991-10-06 19:17:06 +00:00
Steve Chamberlain cd8761e140 Initial revision 1991-10-06 19:02:50 +00:00
John Gilmore 706a356bfb configure, config.sub gone 1991-10-05 06:20:30 +00:00
John Gilmore 23e667ae67 h-amix.h 1991-10-05 06:18:50 +00:00
John Gilmore 08c6aaccee a.out.vax.h gone. 1991-10-05 06:18:24 +00:00
John Gilmore c167d2a673 howto.c, configure, config.sub gone. 1991-10-05 06:16:44 +00:00
John Gilmore e7a6fb0120 oops 1991-10-05 05:38:12 +00:00
John Gilmore c888e9cf5c Intel 386 Mach host port 1991-10-05 05:35:21 +00:00
John Gilmore 6617b94e06 Intel 386 Mach host port. 1991-10-05 05:35:06 +00:00
John Gilmore 634df4a653 Initial revision 1991-10-05 05:34:05 +00:00
John Gilmore 81f8fee921 * h8300-opcode.h: Remove `_enum' from the typedef for an enum.
* bfd.h:  Update to match bfd changes.
1991-10-05 05:29:40 +00:00
John Gilmore 9e2dad8ed4 * bfd.c: Remove strerror() to libiberty.
* elf.c:  Remove elf_set_section_contents, use generic one.  Lint.
* libbfd-in.h, libbfd.c:  Add bfd_generic_set_section_contents.
* libbfd.c (bfd_generic_{get,set}_section_contents):  Check that
last byte of transfer, not first byte, is within the section.

* host-aout.c:  Remove `BSD' archive support.  Lint.

* archures.c: Rename `struct bfd_arch_info_struct' to `struct
bfd_arch_info'.  Rename `typedef bfd_arch_info_struct_type' to
`bfd_arch_info_type'.  All uses changed.
* reloc.c:  Rename `bfd_reloc_status_enum_type' to
`bfd_reloc_status_type'.  Rename `bfd_reloc_code_enum_real_type'
to `bfd_reloc_code_real_type'.  (This seems to be a misnomer,
it needs a better name.)  All uses changed.
* targets.c:  Rename `enum target_flavour_enum' to `enum
target_flavour', and remove the `_enum' from all of the enum
values themselves.  All uses changed.

* configure.in, config/h-i386mach:  i386 mach host.
* config/t-i386-aout:  Use host-aout.c.

* trad-core.c:  Give it its own xvec's to make it independent
of other file formats.
* ecoff.c, host-aout.c:  Remove refs to trad-core.
* config/t-dec3100, t-hp300bsd, t-tahoe, t-vax:  Define TRAD_CORE.
* targets.c:  #ifdef TRAD_CORE, include it in the vector.
1991-10-05 05:18:08 +00:00
John Gilmore 5784123fb7 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c:  Cope with renames of a
few BFD types & enums.
* ChangeLog:  Create.
1991-10-05 04:55:05 +00:00
John Gilmore 558175fb60 Initial revision 1991-10-05 04:55:03 +00:00
John Gilmore e779a58cf4 Cope with renames of a few BFD types & enums. 1991-10-05 04:50:54 +00:00
Roland Pesch 0a5403df39 *** empty log message *** 1991-10-05 02:08:34 +00:00
Roland Pesch de5fd53b81 Initial revision 1991-10-05 02:07:51 +00:00
Roland Pesch 2c5c06749f Fixed info-markup bugs; makeinfo now succeeds with no complaints. 1991-10-05 01:49:09 +00:00
Steve Chamberlain 4677309015 New file from bfd.c 1991-10-05 00:42:57 +00:00
Steve Chamberlain d997da5f3e *** empty log message *** 1991-10-05 00:42:03 +00:00
Steve Chamberlain b2c91bd95e Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com)
* reloc.c: Extended NEWHOWTO macro
	* ieee.c: Changed the way 8bit pcrel is done
	* cpu-h8300.c: got the registers in the right order
1991-10-05 00:39:21 +00:00
Steve Chamberlain 3e4c643dc1 Added -N and fixed -n flags.
Changed name of h8 support
1991-10-05 00:36:45 +00:00
Per Bothner a18e791707 More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
* mips-xdep.c (store_inferior_registers):  Don't try to
	write the (pseudo) FP.
	* mipsread.c (parse_partial_symbols):  Improved algorithm for
	setting pst->texthigh.
1991-10-05 00:25:09 +00:00
Steve Chamberlain 82ef74dcc7 Various binary patten fixes. 1991-10-04 23:52:42 +00:00
Roland Pesch 6e08f6d398 *** empty log message *** 1991-10-04 23:48:16 +00:00
Roland Pesch 60ba926295 Improve TEXINPUTS var set on calling TeX, so that things work even if
old value didn't specify current dir for input...
1991-10-04 23:46:57 +00:00
Roland Pesch 9393e96e0d Specify TEXINPUTS when calling TeX so right texinfo.tex is used. 1991-10-04 23:44:08 +00:00
K. Richard Pixley 49b10446f9 Use john's heuristic for finding ourselves. kinda like hare krishna. 1991-10-04 22:52:09 +00:00
John Gilmore 89cbb7064f Add 386 Mach host support. 1991-10-04 08:28:03 +00:00
John Gilmore 76d3134876 Initial revision 1991-10-04 08:27:35 +00:00