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 | 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 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-29 | Two small bug-fixes (affecting ar and nm). | Per Bothner | 3 | -80/+87 | |
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 | Fiddle diddle descriptor | John Gilmore | 1 | -0/+9 | |
1991-11-27 | Initial revision | Steve Chamberlain | 1 | -0/+103 | |
1991-11-27 | Added h8 | Steve Chamberlain | 1 | -1/+5 | |
1991-11-27 | * Makefile.in: added coff-h8300 | Steve Chamberlain | 12 | -294/+400 | |
* configure.in: now h8 is a coff target * cpu-h8300.c: fix various disassembly problems * libcoff.h: took out some code which has been #0ed for a long time. * targets.c: added h8 coff * coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c added new macro RTYPE2HOWTO to take a load of #ifdefs out of coffcode.h * coffcode.h: Started to change the way machine dependencies are handled, from the nest of #ifdefs to macros defined in the including coff-<foo>.c | |||||
1991-11-23 | Fix hp300bsd entry point problem. | John Gilmore | 2 | -3/+20 | |
1991-11-22 | * coff-mips.c, coffcode.h: Peter Schauer's patch to kludge in | John Gilmore | 3 | -2/+13 | |
nonstandard MIPS sections (.rdata, .sdata, etc). | |||||
1991-11-22 | const lint | John Gilmore | 5 | -23/+41 | |
1991-11-22 | ALIGN -> BFD_ALIGN | John Gilmore | 1 | -4/+44 | |
1991-11-22 | ALIGN->BFD_ALIGN | John Gilmore | 5 | -33/+555 | |
1991-11-22 | Lint | John Gilmore | 2 | -2/+32 | |
1991-11-22 | Lint | John Gilmore | 1 | -0/+4 | |
1991-11-22 | Moved bfd_stab_name() and bfd_stab_names[] | Per Bothner | 6 | -31/+34 | |
from syms.c to new file stab-syms.c. Renamed to aout_stab_name() and aout_stab_names[]. Also, since GNU extended type codes such as N_SETT are no longer in ../include/stab.def, include them manually. | |||||
1991-11-22 | Initial revision | Per Bothner | 1 | -0/+59 | |
1991-11-21 | * libaout.h (WORK_OUT_FILE_POSITIONS): One more try at this | John Gilmore | 3 | -14/+115 | |
rather complicated seeming problem. Eliminate LOGICAL_ versions, just make N_XXX work by excluding the header from the text segment. * aoutx.h: Fix comments to match. | |||||
1991-11-21 | Remove echo. | John Gilmore | 1 | -44/+0 | |
1991-11-21 | Avoid duplicate echo. | John Gilmore | 1 | -3/+4 | |
1991-11-17 | * targets.c: Make the default target_vector contain | Per Bothner | 1 | -1/+10 | |
just &DEFAULT_VECTOR. This makes executables a lot smaller. Old behavior can be gotten by defining ALL_TARGETS. * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c: Factored out common code into new file aout-target.h. Saves a lot of duplicate code for a.out variants. | |||||
1991-11-15 | Quit moving *-in.h into and out of doc subdir. Doc subdir knows how | Roland Pesch | 1 | -6/+6 | |
to find them. | |||||
1991-11-15 | Repairs for srcdir/objdir separation. | Roland Pesch | 2 | -22/+68 | |
Individual targets for proto-header files. | |||||
1991-11-15 | * aoutx.h (NAME(aout,print_symbol)): Fix thinko. | Per Bothner | 1 | -0/+6 | |
* syms.c (bfd_stab_names): Turn on new GNU_EXTRA_STABS macro to include names of N_SETT etc. | |||||
1991-11-15 | Remove line containing only a leading tab. Such lines cause some versions | Fred Fish | 1 | -3/+4 | |
of "make" to choke, including SVR4 versions. | |||||
1991-11-15 | Add Makefile.in, configure.in. Remove Makefile. | Per Bothner | 1 | -2/+6 | |
1991-11-15 | Add minimal support for reading ELF symbol files and generating canonical bfd | Fred Fish | 1 | -0/+4 | |
symbol tables. Also change the names of some functions. | |||||
1991-11-15 | Trivial change to comment to remove redundant "to". | Fred Fish | 2 | -6/+88 | |
1991-11-14 | Added harris | Steve Chamberlain | 1 | -1/+5 | |
1991-11-14 | Get prototype of memchr right | Steve Chamberlain | 1 | -1/+1 | |
1991-11-14 | Install bfd.h into destdir/include | Steve Chamberlain | 1 | -1/+2 | |
1991-11-14 | Now works in objdir/subdirs. | K. Richard Pixley | 2 | -30/+75 | |
1991-11-14 | Removed '-' prefix from Makefile invocation of makeinfo. Not needed | Roland Pesch | 1 | -1/+1 | |
(til next time someone breaks it; I want a bugreport then). | |||||
1991-11-14 | added staging stuff & install target | K. Richard Pixley | 1 | -5/+56 | |
1991-11-14 | take care of doc subdir, too | K. Richard Pixley | 1 | -0/+27 | |
1991-11-13 | Repair info node-pointer bug. | Roland Pesch | 1 | -58/+74 | |
1991-11-13 | Changed 'i386_coff' to 'i386-coff' to match the real file's name. | Sean Eric Fagan | 1 | -1/+1 | |
1991-11-13 | Initial revision | K. Richard Pixley | 2 | -0/+94 | |