aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-11-21Makefile fragments for various hosts and targets now come fromJohn Gilmore2-7/+11
gdb/config/mh-* and gdb/config/mt-*. This is for consistency with other config setups.
1991-11-21For configure-able doc dir.John Gilmore1-6/+8
1991-11-21Clean up rs6000 opcode stuff.John Gilmore4-25/+260
1991-11-21Remove echo.John Gilmore1-44/+0
1991-11-21Avoid duplicate echo.John Gilmore1-3/+4
1991-11-20Recognize obsolete form of AT_element_list attribute still used by AT&TFred Fish2-4/+37
compilers on one platform, and possibly more.
1991-11-20put back powersysK. Richard Pixley1-2/+2
1991-11-20add ispellK. Richard Pixley1-1/+1
1991-11-20Re-work previous change.Per Bothner2-4/+16
1991-11-20add staging stuffK. Richard Pixley1-0/+32
1991-11-20link as.new only if there is something to link toK. Richard Pixley1-3/+5
1991-11-20Some cleanups of N_TXTADDR and N_TXTOFF.Per Bothner2-16/+25
1991-11-20Ignore names invented by helpful compilers for anonymous structs, unions,Fred Fish2-2/+9
and enums.
1991-11-19#include "sysdep.h"Stu Grossman1-0/+2
1991-11-19Integrate new readline from Brian Fox.Stu Grossman1-6/+11
1991-11-19* history.c: #include "sysdep.h".Stu Grossman2-2/+5
1991-11-19Fix bug where script was referencing host_arch instead of host_cpu.Stu Grossman1-1/+7
1991-11-19Change SYSV to USG to match current usage in source. Add USGr4 to listFred Fish3-2/+12
of defines to check for to use <dirent.h> style directory access.
1991-11-19Add defines so that parsers produced by SVR4 versions of yacc can coexistFred Fish4-74/+106
in the same executable without collision (c-exp.y, m2-exp.y). Add forward delaration of function returning pointer to shut up compiler warnings about conversion of int to pointer (symtab.h).
1991-11-19* readline.c (filename_completion_function): use struct direntStu Grossman2-1/+6
instead of struct direct.
1991-11-19Forgot about vi_mode.c...Stu Grossman1-4/+4
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