aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-11-19Remove tdesc stuff and prettify.John Gilmore2-31/+18
1991-11-19Integrate new readline from Brian Fox.Stu Grossman9-1010/+2480
1991-11-19New readline stuff.Stu Grossman1-5/+7
1991-11-19Initial revisionStu Grossman1-0/+35
1991-11-19Remove doc. It's been moved to a subdir.Stu Grossman1-4/+0
1991-11-19Initial revisionStu Grossman1-0/+40
1991-11-19Add doc and examples.Stu Grossman1-0/+2
1991-11-19Add globStu Grossman1-0/+1
1991-11-19More inclusion of defs.h to before param.h, ala other source files.Fred Fish2-1/+5
This is required to supply some typedefs used in files included via param.h.
1991-11-19Initial revisionStu Grossman13-0/+9410
1991-11-19Add generic m68k function prologue skipping support and expand theFred Fish5-24/+376
skipping to include movem and fmovem.
1991-11-19Remove tdesc stuff.John Gilmore2-5/+4
1991-11-19Rename tm-88k.h to tm-m88k.hJohn Gilmore1-1/+1
1991-11-19Remove tdescs.John Gilmore2-9/+4
1991-11-18Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,John Gilmore29-900/+192
since it was always defined exactly the same in all of them.
1991-11-18Various improvements.Per Bothner2-0/+77
1991-11-18Supply missing third arg to instance of call to do_type().Fred Fish2-1/+4
1991-11-18Changes to match new DWARF draft 5 version of include/dwarf.h.Fred Fish2-33/+28
1991-11-18Update dwarf.h to DWARF draft 5 version from gcc2.Fred Fish1-57/+101
1991-11-18 * Makefile.in: Bump to version 1.92.Per Bothner3-12/+74
* version.c, Makefile.in: Get version string from Makefile. * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in: Make the same change that we earlier did for ar/ranlib: Generate two different binaries for strip and copy and use a global variable with different values to distinguish ostrip from copy. (-1 means to use argv[0] to decide, so you can get the old behavior, but it is no longer the default). * copy.c (copy_file): Set EXEC_P of output bfd if input is so. * copy.c (main): If is_strip==-1, compare last 5 chars of argv[0], not the whole path. * copy.c (main): Return 0, not 1. * copy.c (setup_sections): Fix due to change in bfd_make_section now failing if asked for a duplicate section. * strip.c, ostrip.c: Removed obsolete files. * ar.c, not-ranlib.c, maybe-ranlib.c: Change encoding of is_ranlib variable to be consistent with is_strip for strip.copy (i.e -1 to means use argv[0]).
1991-11-18Initial revisionPer Bothner3-0/+10
1991-11-18Make changes needed to handle code which uses ANSI-mangled names (andMichael Tiemann4-72/+276
new G++ 1.95 dbxout output).
1991-11-17 * targets.c: Make the default target_vector containPer Bothner1-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-16Fixed a syntax error.Sean Eric Fagan1-1/+1
1991-11-16Some COFF systems (SCO, for example) want a .comment section. Not necessary,Sean Eric Fagan1-0/+1
but useful.
1991-11-16* mipsread.c (parse_partial_symbols): patch to keep DEC CStu Grossman1-0/+5
compiler from making gdb bomb out. Thanks to Ed Santiago!
1991-11-15.Sanitize: reflect someone's apocopation of binutils.texi[nfo] nameRoland Pesch2-8/+46
Makefile.in: improve texi2roff workarounds
1991-11-15ansi name abuse changesDavid Henkel-Wallace2-26/+63
1991-11-15ansi name abuse changesDavid Henkel-Wallace3-17/+240
1991-11-15Don't grep directories, since that breaks on NFS-mounted file systems.Per Bothner1-4/+5
1991-11-15Remove ldgld.c, ldgld68k.c, ldm88k.c, since these arePer Bothner1-4/+5
now automatically generated.
1991-11-15Updated from ../bfd make headsersPer Bothner1-4/+2
1991-11-15Quit moving *-in.h into and out of doc subdir. Doc subdir knows howRoland Pesch1-6/+6
to find them.
1991-11-15Repairs for srcdir/objdir separation.Roland Pesch2-22/+68
Individual targets for proto-header files.
1991-11-15Update HOSTING_LIBS (for Cygnus).Per Bothner1-1/+1
1991-11-15 * aoutx.h (NAME(aout,print_symbol)): Fix thinko.Per Bothner1-0/+6
* syms.c (bfd_stab_names): Turn on new GNU_EXTRA_STABS macro to include names of N_SETT etc.
1991-11-15 * stab.def: Added defs for extended GNU symbol types,Per Bothner1-0/+41
such as N_SETT. These are normally ifdef'd out (because of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
1991-11-15Remove line containing only a leading tab. Such lines cause some versionsFred Fish1-3/+4
of "make" to choke, including SVR4 versions.
1991-11-15Add compact_misc_function_vector() to compact out duplicate entries inFred Fish1-0/+4
the misc function vector. See comments in the source for why this is necessary.
1991-11-15Changes to build misc function vector entries from canonical bfd symbolFred Fish3-17/+121
table entries.
1991-11-15Add Makefile.in, configure.in. Remove Makefile.Per Bothner1-2/+6
1991-11-15Add minimal support for reading ELF symbol files and generating canonical bfdFred Fish1-0/+4
symbol tables. Also change the names of some functions.
1991-11-15Add defines to support ELF symbol tables.Fred Fish2-0/+43
1991-11-15Trivial change to comment to remove redundant "to".Fred Fish2-6/+88
1991-11-15Two kinds of changes:Roland Pesch3-19/+110
(1) repair refs to readline includes to use new shorter filenames (2) provision for texi2roff conversion of doc via Makefile (new targets: gdb.mm, gdb.me, gdb.ms).
1991-11-14Handle moves ahead of the stack pointer slide, for struct returning fns.John Gilmore1-0/+26
1991-11-14Added delta88Steve Chamberlain1-0/+1
1991-11-14* m88k-tdep.c (examine_prologue): Deal with OR instructionsJohn Gilmore2-0/+35
that shuffle parameters into other regs. * symtab.c (decode_line_1): Fix bug introduced in Per's change of Nov 12th.
1991-11-14readline, inc-read: fix node structure so this makeinfo's cleanly.Roland Pesch2-13/+9
Makefile.in: reflect dependencies for readline.info correctly; invoke makeinfo without '-' prefix.
1991-11-14Fix minor node-structure bug.Roland Pesch1-1/+1