aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1991-09-26Newly createdSteve Chamberlain1-1/+5
1991-09-26Initial revisionSteve Chamberlain1-0/+254
1991-09-20Update N_FN value to 0x1F. Add comments about N_EXT bits.John Gilmore2-3/+15
1991-09-20Undo precipitous changes.John Gilmore3-63/+18
1991-09-19*** empty log message ***Sean Eric Fagan3-18/+63
1991-09-17Add GNU Modula-2 debug stab, from Andrew Beers.John Gilmore2-1/+24
1991-09-13Use simpler name (that matches bfd/config/h-ultra3!)John Gilmore1-2/+2
1991-09-13Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!John Gilmore1-2/+6
(fixed...)
1991-09-13Update with improved text.John Gilmore1-10/+14
1991-09-12* internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM): Define theseJohn Gilmore9-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 Gilmore2-1/+6
1991-09-04* a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,John Gilmore3-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-04Adding "recover"'ability.K. Richard Pixley1-17/+17
1991-09-04Bugs john noticed.K. Richard Pixley1-8/+10
1991-09-03Merge with FSF.John Gilmore1-0/+2
1991-09-03Merge with latest FSF versions.John Gilmore3-89/+116
1991-09-02Recover the editted files.K. Richard Pixley1-1/+5
1991-09-01m68040 support.K. Richard Pixley1-1490/+1724
1991-08-31Merge in irix support.Stu Grossman1-2/+12
1991-08-29Paperwork handled for AMD Coff.John Gilmore1-8/+4
1991-08-23Fix the sun3 segment size rounding value.John Gilmore1-1/+1
1991-08-23* a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to dependJohn Gilmore2-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-22Add ChangeLog for Include.John Gilmore1-1/+5
1991-08-22* Start a ChangeLog for the includes directory.John Gilmore1-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-22Support HP-300's under BSD.John Gilmore1-0/+5
1991-08-21Newly regenerated from BFD .c's, with less obtrusive indications of origins.Roland Pesch1-62/+30
1991-08-21The machine-dependent files should declare the section names - not theJohn Gilmore4-7/+19
"internal" file. Previously this was done as a mishmash.
1991-08-20Check in with stuff from core.c (after PROTOS update in bfd Makefile)Roland Pesch1-67/+98
1991-08-20Fixed compilation error.K. Richard Pixley1-11/+11
1991-08-17Documentation changesSteve Chamberlain1-473/+942
1991-08-16Mostly just formatting and comments.K. Richard Pixley1-19/+43
1991-08-15added spaces after ,a annuls and ,N ,T bpred bits.K. Richard Pixley1-36/+36
1991-08-06N_INDR movementSteve Chamberlain2-6/+2
now in a.out.gnu.h and aout64.h, not in stab.def
1991-08-06Fixing CONST declarations.K. Richard Pixley1-3/+10
1991-08-05*** empty log message ***K. Richard Pixley1-3/+6
1991-08-02Added (sun?) instructions so that gas can assemble a sun cc producedK. Richard Pixley1-0/+8
gnulib1.s.
1991-08-01*** empty log message ***Steve Chamberlain2-6/+38
1991-07-31Remove amdcoff.h by default because its copyright is not assigned to FSF.John Gilmore1-1/+12
"Sanitize -keep-29k" will keep it.
1991-07-31Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debugJohn Gilmore1-2/+5
information) definition.
1991-07-27Pulling in the motorola-'040-library line switch patch from wrs.K. Richard Pixley1-12/+13
1991-07-25Update copylefts of all copylefted files to Version 2.John Gilmore6-80/+85
Add header comments to a few files (ieee, oasys) that Steve never commented. Preparation for gdb-3.98 release.
1991-07-24Re-merged m68k support for gas.K. Richard Pixley1-127/+135
1991-07-24Added some hints about documentationSteve Chamberlain1-7/+19
Fixed prototype for bfd_get_elt_at_index
1991-07-24Add COPYING file.John Gilmore1-1/+5
1991-07-24Blow away v9 stuff in aout64.h too.John Gilmore1-1/+14
1991-07-23*** empty log message ***Steve Chamberlain1-6/+11
1991-07-21ieee.h, oasys.h: Add some struct and enum tags for debugging.John Gilmore2-4/+28
internalcoff.h: Comment changes. ecoff.h: Add back in the relocation entries, deleted accidentally, and the sizes of ordinary COFF symbol fields for internalcoff.h.
1991-07-21Give all enums names. Helps in debugging.John Gilmore1-2/+4
1991-07-21Eliminate normal-COFF things from ecoff.h that are really not present inJohn Gilmore2-153/+2
ecoff files. Eliminate traces of ecoff support in intel-coff.h.
1991-07-20Changes for %d and %q registers.K. Richard Pixley1-59/+67