Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-12-01 | * aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c, | Steve Chamberlain | 9 | -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 Chamberlain | 1 | -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-01 | Initial revision | Steve Chamberlain | 4 | -0/+302 | |
1991-12-01 | Initial revision | Steve Chamberlain | 2 | -0/+86 | |
1991-12-01 | Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 1 | -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-01 | Updated to point to where the header files are now | Steve Chamberlain | 4 | -71/+22 | |
1991-12-01 | Initial revision | Steve Chamberlain | 1 | -0/+17 | |
1991-12-01 | Initial revision | Steve Chamberlain | 18 | -0/+5924 | |
1991-12-01 | Reflect the new scheme | Steve Chamberlain | 1 | -28/+2 | |
1991-12-01 | *** empty log message *** | Steve Chamberlain | 1 | -1582/+112 | |
1991-12-01 | Changed all prototypes from PROTO to EXFUN | Steve Chamberlain | 1 | -20/+20 | |
1991-12-01 | Fix typo in dependencies | Steve Chamberlain | 1 | -1/+2 | |
1991-12-01 | bfd.texinfo | Steve Chamberlain | 2 | -3/+5 | |
use fsf-texi.tex rather than texinfo Makefile.in various bugfixes | |||||
1991-12-01 | New order documentation | Steve Chamberlain | 1 | -19/+3 | |
1991-12-01 | Now reflect the new documentation order | Steve Chamberlain | 2 | -142/+122 | |
1991-12-01 | Moved the position of the #### lines so that the makefile fragments | Steve Chamberlain | 1 | -2/+3 | |
can override the BFD_{LIBS,MACHINES,BACKENDS} make variables. | |||||
1991-12-01 | New documentation style | Steve Chamberlain | 8 | -1041/+1034 | |
1991-11-30 | Even more documentation | Steve Chamberlain | 1 | -150/+163 | |
1991-11-30 | New documentation style | Steve Chamberlain | 2 | -538/+666 | |
1991-11-30 | Add new files mh-i386v4 and mt-i386v4 to .Sanitize, check in the new | Fred Fish | 1 | -0/+2 | |
files. | |||||
1991-11-30 | Initial revision | Fred Fish | 2 | -0/+10 | |
1991-11-30 | Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configuration | Fred Fish | 7 | -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-30 | Add h-i386v4.h to Sanitize file. Check in new h-i386v4.h. | Fred Fish | 1 | -0/+1 | |
1991-11-30 | Initial revision | Fred Fish | 1 | -0/+62 | |
1991-11-30 | Fix bug in elf.c (missing "break" statements in cases), add ncr and | Fred Fish | 2 | -0/+12 | |
SVR4 i386 support to configuration. | |||||
1991-11-30 | Change comments on svr4/amiga entries. Add ncr3000 as a recognized | Fred Fish | 1 | -2/+7 | |
configuration abbreviation. | |||||
1991-11-30 | Change simple call to printf of error message to a call to error(). Output | Fred Fish | 2 | -2/+6 | |
was not getting flushed and was not being newline terminated. | |||||
1991-11-30 | *** empty log message *** | Roland Pesch | 1 | -0/+6 | |
1991-11-30 | (1) At Bob Chassell's request, remove leading comments that used to | Roland Pesch | 1 | -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-29 | Two small bug-fixes (affecting ar and nm). | Per Bothner | 3 | -80/+87 | |
1991-11-29 | Uses something which will actuall work on an ebmon system | Steve Chamberlain | 1 | -35/+24 | |
1991-11-29 | Massive changes to generalize coff-bfd support enough to get 29k | Steve Chamberlain | 5 | -435/+528 | |
working as well as it did before. This means that 29k now supports multiple sections | |||||
1991-11-29 | Made ebmon29k use coff-bfd backend | Steve Chamberlain | 2 | -1/+10 | |
1991-11-29 | Updated movc and fmovc patterns to reflect the latest encodings in the | Michael Tiemann | 1 | -553/+553 | |
0.3.1 Sparc V9 manual. | |||||
1991-11-28 | * config/obj-coff-bfd: made multiple sections with subsections | Steve Chamberlain | 1 | -0/+6 | |
work. * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes. | |||||
1991-11-28 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 | |
1991-11-28 | * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes. | Steve Chamberlain | 1 | -1/+5 | |
1991-11-28 | Made multiple sections with subsections work. | Steve Chamberlain | 1 | -290/+160 | |
1991-11-28 | Make structs work on DECstation (sigh) | John Gilmore | 3 | -5/+13 | |
1991-11-27 | Fix syntax errors. | John Gilmore | 1 | -2/+3 | |
1991-11-27 | Added obj-coff-bfd* and mt-h8300hds | Steve Chamberlain | 1 | -1/+7 | |
1991-11-27 | Added coff-h8300.h | Steve Chamberlain | 1 | -1/+5 | |
1991-11-27 | Add COFF_SWAP_TABLE to it (oops) | John Gilmore | 1 | -1/+2 | |
1991-11-27 | coff-i386.c | Steve Chamberlain | 3 | -65/+129 | |
Fixed the RTYPETOHOWTO -> TYPE2HOWTO coff-mips.c coff-rs6000.c Can't read relocs, so provide empty macro | |||||
1991-11-27 | Hitachi h8/300 config of GAS manual (first draft), and a few config | Roland Pesch | 10 | -442/+847 | |
spinoffs in the direction of feature-based config rather than entirely machine-dep. | |||||
1991-11-27 | Initial revision | Roland Pesch | 1 | -0/+14 | |
1991-11-27 | Fiddle diddle descriptor | John Gilmore | 1 | -0/+9 | |
1991-11-27 | * internalcoff.h: (internal_scnhdr) took out #def dependency, now | Steve Chamberlain | 2 | -10/+11 | |
s_nreloc and s_nlnno are always long. (internal_reloc): allways has an offset field now. | |||||
1991-11-27 | Initial revision | Steve Chamberlain | 2 | -0/+304 | |
1991-11-27 | Added h8 | Steve Chamberlain | 1 | -1/+5 | |