Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-11-21 | Makefile fragments for various hosts and targets now come from | John Gilmore | 2 | -7/+11 | |
gdb/config/mh-* and gdb/config/mt-*. This is for consistency with other config setups. | |||||
1991-11-21 | For configure-able doc dir. | John Gilmore | 1 | -6/+8 | |
1991-11-21 | Clean up rs6000 opcode stuff. | John Gilmore | 4 | -25/+260 | |
1991-11-21 | Remove echo. | John Gilmore | 1 | -44/+0 | |
1991-11-21 | Avoid duplicate echo. | John Gilmore | 1 | -3/+4 | |
1991-11-20 | Recognize obsolete form of AT_element_list attribute still used by AT&T | Fred Fish | 2 | -4/+37 | |
compilers on one platform, and possibly more. | |||||
1991-11-20 | put back powersys | K. Richard Pixley | 1 | -2/+2 | |
1991-11-20 | add ispell | K. Richard Pixley | 1 | -1/+1 | |
1991-11-20 | Re-work previous change. | Per Bothner | 2 | -4/+16 | |
1991-11-20 | add staging stuff | K. Richard Pixley | 1 | -0/+32 | |
1991-11-20 | link as.new only if there is something to link to | K. Richard Pixley | 1 | -3/+5 | |
1991-11-20 | Some cleanups of N_TXTADDR and N_TXTOFF. | Per Bothner | 2 | -16/+25 | |
1991-11-20 | Ignore names invented by helpful compilers for anonymous structs, unions, | Fred Fish | 2 | -2/+9 | |
and enums. | |||||
1991-11-19 | #include "sysdep.h" | Stu Grossman | 1 | -0/+2 | |
1991-11-19 | Integrate new readline from Brian Fox. | Stu Grossman | 1 | -6/+11 | |
1991-11-19 | * history.c: #include "sysdep.h". | Stu Grossman | 2 | -2/+5 | |
1991-11-19 | Fix bug where script was referencing host_arch instead of host_cpu. | Stu Grossman | 1 | -1/+7 | |
1991-11-19 | Change SYSV to USG to match current usage in source. Add USGr4 to list | Fred Fish | 3 | -2/+12 | |
of defines to check for to use <dirent.h> style directory access. | |||||
1991-11-19 | Add defines so that parsers produced by SVR4 versions of yacc can coexist | Fred Fish | 4 | -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 dirent | Stu Grossman | 2 | -1/+6 | |
instead of struct direct. | |||||
1991-11-19 | Forgot about vi_mode.c... | Stu Grossman | 1 | -4/+4 | |
1991-11-19 | Remove tdesc stuff and prettify. | John Gilmore | 2 | -31/+18 | |
1991-11-19 | Integrate new readline from Brian Fox. | Stu Grossman | 9 | -1010/+2480 | |
1991-11-19 | New readline stuff. | Stu Grossman | 1 | -5/+7 | |
1991-11-19 | Initial revision | Stu Grossman | 1 | -0/+35 | |
1991-11-19 | Remove doc. It's been moved to a subdir. | Stu Grossman | 1 | -4/+0 | |
1991-11-19 | Initial revision | Stu Grossman | 1 | -0/+40 | |
1991-11-19 | Add doc and examples. | Stu Grossman | 1 | -0/+2 | |
1991-11-19 | Add glob | Stu Grossman | 1 | -0/+1 | |
1991-11-19 | More inclusion of defs.h to before param.h, ala other source files. | Fred Fish | 2 | -1/+5 | |
This is required to supply some typedefs used in files included via param.h. | |||||
1991-11-19 | Initial revision | Stu Grossman | 13 | -0/+9410 | |
1991-11-19 | Add generic m68k function prologue skipping support and expand the | Fred Fish | 5 | -24/+376 | |
skipping to include movem and fmovem. | |||||
1991-11-19 | Remove tdesc stuff. | John Gilmore | 2 | -5/+4 | |
1991-11-19 | Rename tm-88k.h to tm-m88k.h | John Gilmore | 1 | -1/+1 | |
1991-11-19 | Remove tdescs. | John Gilmore | 2 | -9/+4 | |
1991-11-18 | Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files, | John Gilmore | 29 | -900/+192 | |
since it was always defined exactly the same in all of them. | |||||
1991-11-18 | Various improvements. | Per Bothner | 2 | -0/+77 | |
1991-11-18 | Supply missing third arg to instance of call to do_type(). | Fred Fish | 2 | -1/+4 | |
1991-11-18 | Changes to match new DWARF draft 5 version of include/dwarf.h. | Fred Fish | 2 | -33/+28 | |
1991-11-18 | Update dwarf.h to DWARF draft 5 version from gcc2. | Fred Fish | 1 | -57/+101 | |
1991-11-18 | * Makefile.in: Bump to version 1.92. | Per Bothner | 3 | -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-18 | Initial revision | Per Bothner | 3 | -0/+10 | |
1991-11-18 | Make changes needed to handle code which uses ANSI-mangled names (and | Michael Tiemann | 4 | -72/+276 | |
new G++ 1.95 dbxout output). | |||||
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-16 | Fixed a syntax error. | Sean Eric Fagan | 1 | -1/+1 | |
1991-11-16 | Some COFF systems (SCO, for example) want a .comment section. Not necessary, | Sean Eric Fagan | 1 | -0/+1 | |
but useful. | |||||
1991-11-16 | * mipsread.c (parse_partial_symbols): patch to keep DEC C | Stu Grossman | 1 | -0/+5 | |
compiler from making gdb bomb out. Thanks to Ed Santiago! | |||||
1991-11-15 | .Sanitize: reflect someone's apocopation of binutils.texi[nfo] name | Roland Pesch | 2 | -8/+46 | |
Makefile.in: improve texi2roff workarounds | |||||
1991-11-15 | ansi name abuse changes | David Henkel-Wallace | 2 | -26/+63 | |
1991-11-15 | ansi name abuse changes | David Henkel-Wallace | 3 | -17/+240 | |