Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1991-11-15 | Don't grep directories, since that breaks on NFS-mounted file systems. | Per Bothner | 1 | -4/+5 | |
1991-11-15 | Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are | Per Bothner | 1 | -4/+5 | |
now automatically generated. | |||||
1991-11-15 | Updated from ../bfd make headsers | Per Bothner | 1 | -4/+2 | |
1991-11-15 | Quit moving *-in.h into and out of doc subdir. Doc subdir knows how | Roland Pesch | 1 | -6/+6 | |
to find them. | |||||
1991-11-15 | Repairs for srcdir/objdir separation. | Roland Pesch | 2 | -22/+68 | |
Individual targets for proto-header files. | |||||
1991-11-15 | Update HOSTING_LIBS (for Cygnus). | Per Bothner | 1 | -1/+1 | |
1991-11-15 | * aoutx.h (NAME(aout,print_symbol)): Fix thinko. | Per Bothner | 1 | -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 Bothner | 1 | -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-15 | Remove line containing only a leading tab. Such lines cause some versions | Fred Fish | 1 | -3/+4 | |
of "make" to choke, including SVR4 versions. | |||||
1991-11-15 | Add compact_misc_function_vector() to compact out duplicate entries in | Fred Fish | 1 | -0/+4 | |
the misc function vector. See comments in the source for why this is necessary. | |||||
1991-11-15 | Changes to build misc function vector entries from canonical bfd symbol | Fred Fish | 3 | -17/+121 | |
table entries. | |||||
1991-11-15 | Add Makefile.in, configure.in. Remove Makefile. | Per Bothner | 1 | -2/+6 | |
1991-11-15 | Add minimal support for reading ELF symbol files and generating canonical bfd | Fred Fish | 1 | -0/+4 | |
symbol tables. Also change the names of some functions. | |||||
1991-11-15 | Add defines to support ELF symbol tables. | Fred Fish | 2 | -0/+43 | |
1991-11-15 | Trivial change to comment to remove redundant "to". | Fred Fish | 2 | -6/+88 | |
1991-11-15 | Two kinds of changes: | Roland Pesch | 3 | -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-14 | Handle moves ahead of the stack pointer slide, for struct returning fns. | John Gilmore | 1 | -0/+26 | |
1991-11-14 | Added delta88 | Steve Chamberlain | 1 | -0/+1 | |
1991-11-14 | * m88k-tdep.c (examine_prologue): Deal with OR instructions | John Gilmore | 2 | -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-14 | readline, inc-read: fix node structure so this makeinfo's cleanly. | Roland Pesch | 2 | -13/+9 | |
Makefile.in: reflect dependencies for readline.info correctly; invoke makeinfo without '-' prefix. | |||||
1991-11-14 | Fix minor node-structure bug. | Roland Pesch | 1 | -1/+1 | |