Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-01 | Initial revision | John Gilmore | 3 | -0/+313 | |
1991-10-01 | * bfd.h, elf-common.h, elf-external.h, elf-internal.h: | John Gilmore | 2 | -2/+9 | |
Add preliminary ELF support, sufficient for GDB, from Fred Fish. * sysdep.h, sys/h-amix.h: Support Amiga SVR4. | |||||
1991-10-01 | * sys/h-vaxult.h: Make it work. (David Taylor <taylor@think.com>) | John Gilmore | 1 | -0/+4 | |
1991-10-01 | * bfd.h, change version number to 0.18, this makes a | Steve Chamberlain | 1 | -1/+1 | |
gap, but now is the same as the linker version number. | |||||
1991-10-01 | Better support for the h8, and various architecture things | Steve Chamberlain | 2 | -496/+659 | |
1991-09-30 | * sysdep.h: Define NEWSOS3_SYS, and use it. | Per Bothner | 2 | -0/+25 | |
1991-09-26 | Newly created | Steve Chamberlain | 1 | -1/+5 | |
1991-09-26 | Initial revision | Steve Chamberlain | 1 | -0/+254 | |
1991-09-20 | Update N_FN value to 0x1F. Add comments about N_EXT bits. | John Gilmore | 2 | -3/+15 | |
1991-09-20 | Undo precipitous changes. | John Gilmore | 3 | -63/+18 | |
1991-09-19 | *** empty log message *** | Sean Eric Fagan | 3 | -18/+63 | |
1991-09-17 | Add GNU Modula-2 debug stab, from Andrew Beers. | John Gilmore | 2 | -1/+24 | |
1991-09-13 | Use simpler name (that matches bfd/config/h-ultra3!) | John Gilmore | 1 | -2/+2 | |
1991-09-13 | Removes sparc-opcode.h rather than the file it is sanitizing, if not testing! | John Gilmore | 1 | -2/+6 | |
(fixed...) | |||||
1991-09-13 | Update with improved text. | John Gilmore | 1 | -10/+14 | |
1991-09-12 | * internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM): Define these | John Gilmore | 9 | -44/+45 | |
for internalcoff, separately from the various external coff's. * amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h, m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for the external struct definitions. * ecoff.h: Remove these #define's, kludge no longer needed. | |||||
1991-09-10 | * i386coff.h (LINESZ): Always 6, not based on sizeof(). | John Gilmore | 2 | -1/+6 | |
1991-09-04 | * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E, | John Gilmore | 3 | -4/+16 | |
to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib support. * stab.def: Add N_COMM to table, fix overlap comment. | |||||
1991-09-04 | Adding "recover"'ability. | K. Richard Pixley | 1 | -17/+17 | |
1991-09-04 | Bugs john noticed. | K. Richard Pixley | 1 | -8/+10 | |
1991-09-03 | Merge with FSF. | John Gilmore | 1 | -0/+2 | |
1991-09-03 | Merge with latest FSF versions. | John Gilmore | 3 | -89/+116 | |
1991-09-02 | Recover the editted files. | K. Richard Pixley | 1 | -1/+5 | |
1991-09-01 | m68040 support. | K. Richard Pixley | 1 | -1490/+1724 | |
1991-08-31 | Merge in irix support. | Stu Grossman | 1 | -2/+12 | |
1991-08-29 | Paperwork handled for AMD Coff. | John Gilmore | 1 | -8/+4 | |
1991-08-23 | Fix the sun3 segment size rounding value. | John Gilmore | 1 | -1/+1 | |
1991-08-23 | * a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend | John Gilmore | 2 | -3/+18 | |
on the particular a.out being examined. * a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's. * FIXME: a.out.gnu.h is almost obsolete. * FIXME: a.out.sun4.h should be renamed a.out.sun.h now. | |||||
1991-08-22 | Add ChangeLog for Include. | John Gilmore | 1 | -1/+5 | |
1991-08-22 | * Start a ChangeLog for the includes directory. | John Gilmore | 1 | -4/+7 | |
* a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E. * stab.def: Update allocation table in comments at end, to reflect reality as I know it. | |||||
1991-08-22 | Support HP-300's under BSD. | John Gilmore | 1 | -0/+5 | |
1991-08-21 | Newly regenerated from BFD .c's, with less obtrusive indications of origins. | Roland Pesch | 1 | -62/+30 | |
1991-08-21 | The machine-dependent files should declare the section names - not the | John Gilmore | 4 | -7/+19 | |
"internal" file. Previously this was done as a mishmash. | |||||
1991-08-20 | Check in with stuff from core.c (after PROTOS update in bfd Makefile) | Roland Pesch | 1 | -67/+98 | |
1991-08-20 | Fixed compilation error. | K. Richard Pixley | 1 | -11/+11 | |
1991-08-17 | Documentation changes | Steve Chamberlain | 1 | -473/+942 | |
1991-08-16 | Mostly just formatting and comments. | K. Richard Pixley | 1 | -19/+43 | |
1991-08-15 | added spaces after ,a annuls and ,N ,T bpred bits. | K. Richard Pixley | 1 | -36/+36 | |
1991-08-06 | N_INDR movement | Steve Chamberlain | 2 | -6/+2 | |
now in a.out.gnu.h and aout64.h, not in stab.def | |||||
1991-08-06 | Fixing CONST declarations. | K. Richard Pixley | 1 | -3/+10 | |
1991-08-05 | *** empty log message *** | K. Richard Pixley | 1 | -3/+6 | |
1991-08-02 | Added (sun?) instructions so that gas can assemble a sun cc produced | K. Richard Pixley | 1 | -0/+8 | |
gnulib1.s. | |||||
1991-08-01 | *** empty log message *** | Steve Chamberlain | 2 | -6/+38 | |
1991-07-31 | Remove amdcoff.h by default because its copyright is not assigned to FSF. | John Gilmore | 1 | -1/+12 | |
"Sanitize -keep-29k" will keep it. | |||||
1991-07-31 | Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug | John Gilmore | 1 | -2/+5 | |
information) definition. | |||||
1991-07-27 | Pulling in the motorola-'040-library line switch patch from wrs. | K. Richard Pixley | 1 | -12/+13 | |
1991-07-25 | Update copylefts of all copylefted files to Version 2. | John Gilmore | 6 | -80/+85 | |
Add header comments to a few files (ieee, oasys) that Steve never commented. Preparation for gdb-3.98 release. | |||||
1991-07-24 | Re-merged m68k support for gas. | K. Richard Pixley | 1 | -127/+135 | |
1991-07-24 | Added some hints about documentation | Steve Chamberlain | 1 | -7/+19 | |
Fixed prototype for bfd_get_elt_at_index | |||||
1991-07-24 | Add COPYING file. | John Gilmore | 1 | -1/+5 | |