aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-12-01 * aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c,Steve Chamberlain9-112/+53
coff-h8300.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c, cpu-h300.c, elf.c, i386aout.c, newos3.c, stab-syms.c, syms.c: All these files have had their #includes altered to point to the new places.
1991-12-01 * bfd.h: change the documentation format.Steve Chamberlain1-59/+53
* created coff, elf and opcode and aout directories. Moved: aout64.h ==> aout/aout64.h ar.h ==> aout/ar.h a.out.encap.h ==> aout/encap.h a.out.host.h ==> aout/host.h a.out.hp.h ==> aout/hp.h a.out.sun4.h ==> aout/sun4.h ranlib.h ==> aout/ranlib.h reloc.h ==> aout/reloc.h stab.def ==> aout/stab.def stab.gnu.h ==> aout/stab_gnu.h coff-a29k.h ==> coff/a29k.h coff-h8300.h ==> coff/h8300.h coff-i386.h ==> coff/i386.h coff-i960.h ==> coff/i960.h internalcoff.h ==> coff/internal.h coff-m68k.h ==> coff/m68k.h coff-m88k.h ==> coff/m88k.h coff-mips.h ==> coff/mips.h coff-rs6000.h ==> coff/rs6000.h elf-common.h ==> elf/common.h dwarf.h ==> elf/dwarf.h elf-external.h ==> elf/external.h elf-internal.h ==> elf/internal.h a29k-opcode.h ==> opcode/a29k.h arm-opcode.h ==> opcode/arm.h h8300-opcode.h ==> opcode/h8300.h i386-opcode.h ==> opcode/i386.h i860-opcode.h ==> opcode/i860.h i960-opcode.h ==> opcode/i960.h m68k-opcode.h ==> opcode/m68k.h m88k-opcode.h ==> opcode/m88k.h mips-opcode.h ==> opcode/mips.h np1-opcode.h ==> opcode/np1.h ns32k-opcode.h ==> opcode/ns32k.h pn-opcode.h ==> opcode/pn.h pyr-opcode.h ==> opcode/pyr.h sparc-opcode.h ==> opcode/sparc.h tahoe-opcode.h ==> opcode/tahoe.h vax-opcode.h ==> opcode/vax.h
1991-12-01Initial revisionSteve Chamberlain4-0/+302
1991-12-01Initial revisionSteve Chamberlain2-0/+86
1991-12-01Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-0/+10
* am29k-pinsn.c m68k-pinsn.c nm.c sparc-pinsn.c: now point to where the header files have moved to.
1991-12-01Updated to point to where the header files are nowSteve Chamberlain4-71/+22
1991-12-01Initial revisionSteve Chamberlain1-0/+17
1991-12-01Initial revisionSteve Chamberlain18-0/+5924
1991-12-01Reflect the new schemeSteve Chamberlain1-28/+2
1991-12-01*** empty log message ***Steve Chamberlain1-1582/+112
1991-12-01Changed all prototypes from PROTO to EXFUNSteve Chamberlain1-20/+20
1991-12-01Fix typo in dependenciesSteve Chamberlain1-1/+2
1991-12-01bfd.texinfoSteve Chamberlain2-3/+5
use fsf-texi.tex rather than texinfo Makefile.in various bugfixes
1991-12-01New order documentationSteve Chamberlain1-19/+3
1991-12-01Now reflect the new documentation orderSteve Chamberlain2-142/+122
1991-12-01Moved the position of the #### lines so that the makefile fragmentsSteve Chamberlain1-2/+3
can override the BFD_{LIBS,MACHINES,BACKENDS} make variables.
1991-12-01New documentation styleSteve Chamberlain8-1041/+1034
1991-11-30Even more documentationSteve Chamberlain1-150/+163
1991-11-30New documentation styleSteve Chamberlain2-538/+666
1991-11-30Add new files mh-i386v4 and mt-i386v4 to .Sanitize, check in the newFred Fish1-0/+2
files.
1991-11-30Initial revisionFred Fish2-0/+10
1991-11-30Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configurationFred Fish7-3/+99
file, recognize names beginning with '.' as compiler generated "fake" tags for anonymous structures, unions and enums. Add target dependent functions for SVR4 /proc register interface (i386-tdep.c).
1991-11-30Add h-i386v4.h to Sanitize file. Check in new h-i386v4.h.Fred Fish1-0/+1
1991-11-30Initial revisionFred Fish1-0/+62
1991-11-30Fix bug in elf.c (missing "break" statements in cases), add ncr andFred Fish2-0/+12
SVR4 i386 support to configuration.
1991-11-30Change comments on svr4/amiga entries. Add ncr3000 as a recognizedFred Fish1-2/+7
configuration abbreviation.
1991-11-30Change simple call to printf of error message to a call to error(). OutputFred Fish2-2/+6
was not getting flushed and was not being newline terminated.
1991-11-30*** empty log message ***Roland Pesch1-0/+6
1991-11-30(1) At Bob Chassell's request, remove leading comments that used toRoland Pesch1-11/+12
survive M4 filtering but still tell people the original source was M4'd; (2) Also for B.C., include one more emphasis font in @colophon at end; (3) Thanks to J Gilmore, strengthen wording about unsupported combinations of host-manufacturer-OS in config Appendix.
1991-11-29Two small bug-fixes (affecting ar and nm).Per Bothner3-80/+87
1991-11-29Uses something which will actuall work on an ebmon systemSteve Chamberlain1-35/+24
1991-11-29Massive changes to generalize coff-bfd support enough to get 29kSteve Chamberlain5-435/+528
working as well as it did before. This means that 29k now supports multiple sections
1991-11-29Made ebmon29k use coff-bfd backendSteve Chamberlain2-1/+10
1991-11-29Updated movc and fmovc patterns to reflect the latest encodings in theMichael Tiemann1-553/+553
0.3.1 Sparc V9 manual.
1991-11-28 * config/obj-coff-bfd: made multiple sections with subsectionsSteve Chamberlain1-0/+6
work. * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.
1991-11-28*** empty log message ***Steve Chamberlain1-1/+1
1991-11-28* config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.Steve Chamberlain1-1/+5
1991-11-28Made multiple sections with subsections work.Steve Chamberlain1-290/+160
1991-11-28Make structs work on DECstation (sigh)John Gilmore3-5/+13
1991-11-27Fix syntax errors.John Gilmore1-2/+3
1991-11-27Added obj-coff-bfd* and mt-h8300hdsSteve Chamberlain1-1/+7
1991-11-27Added coff-h8300.hSteve Chamberlain1-1/+5
1991-11-27Add COFF_SWAP_TABLE to it (oops)John Gilmore1-1/+2
1991-11-27coff-i386.cSteve Chamberlain3-65/+129
Fixed the RTYPETOHOWTO -> TYPE2HOWTO coff-mips.c coff-rs6000.c Can't read relocs, so provide empty macro
1991-11-27Hitachi h8/300 config of GAS manual (first draft), and a few configRoland Pesch10-442/+847
spinoffs in the direction of feature-based config rather than entirely machine-dep.
1991-11-27Initial revisionRoland Pesch1-0/+14
1991-11-27Fiddle diddle descriptorJohn Gilmore1-0/+9
1991-11-27 * internalcoff.h: (internal_scnhdr) took out #def dependency, nowSteve Chamberlain2-10/+11
s_nreloc and s_nlnno are always long. (internal_reloc): allways has an offset field now.
1991-11-27Initial revisionSteve Chamberlain2-0/+304
1991-11-27Added h8Steve Chamberlain1-1/+5