Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-07-09 | * core.c (memory_error): Reword error msg to mislead less. | John Gilmore | 4 | -37/+67 | |
* mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name. * mipsread.c (read_mips_symtab, read_the_mips_symtab, parse_partial_symbols): Use newer BFD internals (external_filehdr and external_aouthdr), byte-swap the fields that we care about before using them, and make the file header data local to read_the_mips_symtab rather than global. | |||||
1991-07-07 | *** empty log message *** | John Gilmore | 1 | -0/+3 | |
1991-07-07 | Bugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200, | John Gilmore | 1 | -2/+2 | |
fixing opcodes movmw, movmd. | |||||
1991-07-06 | * main.c (command_line_input): Flush stdout and stderr | John Gilmore | 1 | -0/+7 | |
before every call to readline. This reportedly fixes a bug that comes up in Sys V running emacs-gdb and/or xxgdb, when stdin/out are pipes or sockets. | |||||
1991-07-06 | Fix bug in configure when iterating targets. | John Gilmore | 1 | -14/+10 | |
Depend on alldeps.mak, not ${srcdir}/alldeps.mak, so it can be found in either spot. | |||||
1991-07-05 | Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com) | John Gilmore | 5 | -34/+79 | |
* configure.in, Makefile.in: Avoid rebuilding "depend" as much. Avoid declaring Makefile dependencies, because GNU Make stupidly tries to update it if we do. * coffread.c: Revise for minor changes to bfd internal coff indexes. * configure: If -template= is given a relative path, make it absolute before recurring in subdirectories. | |||||
1991-07-04 | * Add dec3100 as equivalent to littlemips. Indicate in all host & | John Gilmore | 42 | -42/+49 | |
target config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up. | |||||
1991-07-04 | Initial revision | John Gilmore | 2 | -0/+6 | |
1991-07-04 | Add dec3100 as equivalent to littlemips. | John Gilmore | 36 | -36/+36 | |
Indicate in all host config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up. | |||||
1991-07-04 | Make gdb work with configure. Only thing that doesn't work is the -list | John Gilmore | 4 | -117/+162 | |
option (as far as I know). | |||||
1991-06-25 | * sparc-opcode.h (trap opcodes): Avoid leading spaces or | John Gilmore | 2 | -21/+55 | |
tabs, which end up in the disassembler output inadvertently. | |||||
1991-06-07 | Reverse entropy. Inhale bit rot, exahle graceful compilation. | John Gilmore | 3 | -189/+211 | |
1991-06-07 | *** empty log message *** | John Gilmore | 1 | -3/+2 | |
1991-06-04 | Move all the #msg's from the xconfig files into the tconfig files for Suns. | John Gilmore | 2 | -0/+10 | |
1991-06-04 | Remove copyrights from these tiny files rather than update them to the | John Gilmore | 36 | -659/+5 | |
GPL version 2. It isn't worth copyrighting two lines of file names. | |||||
1991-06-04 | Remove copyrights from these tiny files, rather than update them to | John Gilmore | 40 | -718/+1 | |
GPL version 2. Two lines of file names aren't worth copyrighting. | |||||
1991-06-04 | More updating to GPL-2. | John Gilmore | 2 | -18/+33 | |
1991-06-04 | Change GDB over to GNU General Public License version 2. | John Gilmore | 138 | -1124/+1200 | |
1991-05-30 | Further wacking to make sanitize and "make gdb.tar.Z" agree. | John Gilmore | 3 | -9/+11 | |
1991-05-30 | A little bit more sanity. | John Gilmore | 1 | -25/+3 | |
1991-05-30 | Roll in Tiemann changes for gcc -ansi. Fix assorted bugs. See ChangeLog. | John Gilmore | 12 | -63/+147 | |
1991-05-29 | Update bfd_h_get{short,long} to bfd_h_get{_16,_32} for basic type size | John Gilmore | 2 | -60/+78 | |
independence. | |||||
1991-05-23 | First cut. | K. Richard Pixley | 1 | -0/+286 | |
1991-05-23 | Initial revision | K. Richard Pixley | 2 | -0/+152 | |
1991-05-23 | First cut. | K. Richard Pixley | 1 | -0/+81 | |
1991-05-23 | * Makefile.dist, doc/gdb.texinfo, doc/*-m4.texinfo: split up GDB | Roland Pesch | 3 | -14/+97 | |
docn into separate sections---basically chapters, plus two loose pieces that can be configured to go in different places. This allows GNU m4 to preprocess the manual without coredumping. * Makefile.dist: tell TeX where to find texinfo. | |||||
1991-05-23 | Move definition of \manvers back into gdb.texinfo (had been captured | Roland Pesch | 2 | -10/+9 | |
in gdb.top-m4 when files were split), for continuity in version numbering: the version of the manual is the version of the layout file. (By R. Pesch fiat). | |||||
1991-05-23 | *** empty log message *** | Roland Pesch | 25 | -6289/+6393 | |
1991-05-20 | * Makefile.dist, doc/gdb.texinfo: respectively create, and use, | Roland Pesch | 3 | -16/+40 | |
the new target "rdl-apps.texinfo" which captures the Makefile variable that records where to find the Readline libraries. | |||||
1991-05-20 | *** empty log message *** | Roland Pesch | 1 | -48/+56 | |
1991-05-20 | The one that shipped with 3.5. | John Gilmore | 1 | -2/+5 | |
1991-05-20 | Final versions used to make gdb-3.95 release. | John Gilmore | 2 | -12/+23 | |
1991-05-20 | More prep for final 3.95 release. | John Gilmore | 2 | -2/+6 | |
1991-05-20 | Fix nits found in attempting a Tahoe port. | John Gilmore | 2 | -2/+3 | |
1991-05-19 | Update for release 3.95. Readline is independent. Add assorted | John Gilmore | 2 | -40/+28 | |
files that were missed since the last release. | |||||
1991-05-19 | Update comment; these are for SVR3.2, not SVR2. | John Gilmore | 2 | -4/+4 | |
1991-05-19 | Add tahoe and i386sco targets; update comments in i386v32 targets. | John Gilmore | 2 | -3/+3 | |
1991-05-19 | Initial revision | John Gilmore | 4 | -0/+90 | |
1991-05-19 | Add rev # | John Gilmore | 1 | -6/+6 | |
1991-05-19 | update for release | John Gilmore | 2 | -35/+44 | |
1991-05-19 | * config.gdb: Don't create readline dir in subdir builds. | John Gilmore | 1 | -6/+0 | |
* main.c: Include with "..." form for non-system include files, so "gcc -MM" for "make depend" works. Include readline files with "...h" rather than <readline/...h>. | |||||
1991-05-19 | Update from Rich's damage and try for a releasable directory. | John Gilmore | 1 | -0/+24 | |
Minor Bothner changes. | |||||
1991-05-19 | Check in one built with "config.gdb none" rather than "config.gdb sparc". | John Gilmore | 1 | -200/+194 | |
Also includes a few changes around readline dependencies. | |||||
1991-05-19 | * Makefile.dist: Fix Rich damage; undo "configure" changes in | John Gilmore | 2 | -92/+88 | |
favor of keeping the (working) config.gdb. Move readline library up a notch. | |||||
1991-05-19 | Undo rich's "avoid compiling the module that doesn't compile, so I | John Gilmore | 1 | -2/+0 | |
can claim that it configures and builds" change. | |||||
1991-05-19 | * sparc-xdep.c (deferred_stores): Repair minor damage by Rich. | John Gilmore | 1 | -4/+10 | |
Move deferred_stores to top of file, but don't separate its #define's from its variable. Add commentary. | |||||
1991-05-19 | Config polish. | K. Richard Pixley | 2 | -14/+10 | |
1991-05-19 | configure changes and -opcode.h movement. | K. Richard Pixley | 9 | -263/+487 | |
1991-05-19 | Configure for gdb. | K. Richard Pixley | 4 | -50/+179 | |
1991-05-17 | *** empty log message *** | Roland Pesch | 1 | -0/+3 | |