Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Roll VERSION to 4.4.4 for post-Stu changes. | John Gilmore | 1992-02-22 | 1 | -0/+2 | |
| | ||||||
* | * symfile.c (symbol_file_command): strcmp => !strcmp. | John Gilmore | 1992-02-22 | 2 | -2/+13 | |
| | | | | | | | | | | * breakpoint.h: Move prototypes to follow enum definition they need. * breakpoint.c, infrun.c: Lint. * printcmd.c: Use `enum enable' rather than `enum display_status'. * mipsread.c: First pass at making it compile with the new objfile changes. Probably seriously broken still, but it compiles. FIXME. | |||||
* | Saberlint. | John Gilmore | 1992-02-22 | 8 | -267/+148 | |
| | | | | * symmisc.c, xcoffread.c: Move debug functions to symmisc.c. | |||||
* | * infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c, | Stu Grossman | 1992-02-22 | 12 | -949/+1384 | |
| | | | | | | | | | breakpoint.h, tm-sun4os4.h, tm-sparc.h, sparc-tdep.c, tm-mips.h, mips-tdep.h, tm-sun3.h, tm-68k.h, m68k-tdep.h: Add support for stepping (and nexting) through longjmp(). Also, cleanup breakpoint handling quite a bit by creating explicit breakpoint types instead of using magic breakpoint numbers. Makefile.in: Update version to 4.4.3 | |||||
* | * xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP. | John Gilmore | 1992-02-22 | 9 | -347/+452 | |
| | | | | | | | | | | | | | | * minsyms.c (install_minimal_symbols): Add bunches to any existing minsyms in the objfile. Avoid extra mallocation by working directly in the obstack. Remove ignored `mainline' parm. * coffread.c, dbxread.c, elfread.c, mipsread.c, solib.c, symtab.h, xcoffread.c: Change all callers. * FIXME: We should be able to eliminate MAINLINE from all the symbol readers now, with a small bit of work. * valops.c, value.h: Lint. * remote-vx.c: Add missing break; statement. Bugfix by Michael Sclafani, <sclafani@src.dec.com>. | |||||
* | * obstack.h: Add obstack_full_begin. | John Gilmore | 1992-02-22 | 1 | -4/+14 | |
| | | | | * bfd.h, obstack.h: Protolint. | |||||
* | Tandem/MRI syntax bit rot | Steve Chamberlain | 1992-02-22 | 1 | -0/+2 | |
| | ||||||
* | * Check in Fred Fish's changes in these modules. Fred | John Gilmore | 1992-02-22 | 50 | -1374/+5259 | |
| | | | | will make ChangeLog entries for all of them. | |||||
* | More dos scripts | Steve Chamberlain | 1992-02-22 | 2 | -1/+22 | |
| | ||||||
* | How to compile gas on a PC | Steve Chamberlain | 1992-02-22 | 2 | -1/+32 | |
| | ||||||
* | More renames from DJ the DOS martyr | Steve Chamberlain | 1992-02-22 | 2 | -0/+621 | |
| | ||||||
* | Increase the dososity | Steve Chamberlain | 1992-02-22 | 3 | -0/+30 | |
| | ||||||
* | Remeber this one too! | Steve Chamberlain | 1992-02-22 | 1 | -0/+2 | |
| | ||||||
* | New files for DOSness | Steve Chamberlain | 1992-02-22 | 2 | -0/+251 | |
| | ||||||
* | DJ naming change | Steve Chamberlain | 1992-02-22 | 3 | -3/+611 | |
| | ||||||
* | Dj renaming | Steve Chamberlain | 1992-02-21 | 1 | -2/+2 | |
| | ||||||
* | DJ renaming | Steve Chamberlain | 1992-02-21 | 2 | -0/+427 | |
| | ||||||
* | DOS file name change | Steve Chamberlain | 1992-02-21 | 1 | -3/+6 | |
| | ||||||
* | Name change for DJ | Steve Chamberlain | 1992-02-21 | 2 | -0/+399 | |
| | ||||||
* | * readline.c, examples/fileman.c: patches from DJ to support | Steve Chamberlain | 1992-02-21 | 2 | -1/+116 | |
| | | | | DOS | |||||
* | * coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): prints | Steve Chamberlain | 1992-02-21 | 2 | -121/+128 | |
| | | | | | | | out tagndx too. * aoutx.h (swap_std_reloc_out, swap_ext_reloc_out): use the output section of a symbol rather than the section of a reffed symbol to determine the r_index of an emmitted reloc. | |||||
* | cvs bug, these files should not have been checked in. | K. Richard Pixley | 1992-02-21 | 2 | -2/+8 | |
| | ||||||
* | be more cautious with tranle's patches | K. Richard Pixley | 1992-02-21 | 4 | -3/+67 | |
| | ||||||
* | moved from gas/a.out.gnu.h to gas/config/a.out.gnu.h | K. Richard Pixley | 1992-02-21 | 1 | -0/+351 | |
| | ||||||
* | minor reorg of tranlee's stuff | K. Richard Pixley | 1992-02-21 | 4 | -9/+225 | |
| | ||||||
* | new files from tranlee | K. Richard Pixley | 1992-02-21 | 3 | -0/+36 | |
| | ||||||
* | changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386 | K. Richard Pixley | 1992-02-21 | 9 | -134/+321 | |
| | | | | coff as it appears to be used on aix386. | |||||
* | from hack's unfinished work | K. Richard Pixley | 1992-02-21 | 1 | -0/+132 | |
| | ||||||
* | tell about using doc | K. Richard Pixley | 1992-02-21 | 1 | -0/+5 | |
| | ||||||
* | don't keep *.dvi | K. Richard Pixley | 1992-02-21 | 1 | -2/+4 | |
| | ||||||
* | doc. bring it in, use it. | K. Richard Pixley | 1992-02-21 | 3 | -5/+206 | |
| | ||||||
* | * readline.c (rl_read_init_file): Make sure that null filename is | Stu Grossman | 1992-02-21 | 2 | -0/+9 | |
| | | | | | not passed to open() or else we end up opening the directory, and read a bunch of garbage into keymap[]. | |||||
* | * PORTING: New (preliminary) porting guide. | Per Bothner | 1992-02-21 | 1 | -0/+4 | |
| | ||||||
* | * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitions | John Gilmore | 1992-02-21 | 13 | -90/+192 | |
| | | | | | | | | into solib.h. * sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c, sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c, value.h: Prototypes for static functions; lint. * gdbtypes.h: Empty file to ease transition. | |||||
* | * Makefile.in: Change mkscript rule into one for ./mkscript | Per Bothner | 1992-02-21 | 1 | -32/+121 | |
| | | | | | | (for the sake of makes that don't realize they're the same). * PORTING: Add more details. * genscripts.sh: Add more tailorability of DATA_ALIGNMENT. | |||||
* | * xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoid | John Gilmore | 1992-02-21 | 4 | -13/+32 | |
| | | | | | complaints about volatile functions. * xm-sysv4.h (HAVE_MMAP): Define. | |||||
* | * core.c, exec.c, solib.c: Rename target_ops sections => | John Gilmore | 1992-02-21 | 5 | -119/+139 | |
| | | | | | | to_sections, etc. * infcmd.c, inflow.c, infptrace.c, infrun.c, main.c, target.c, target.h: target_kill takes no args. | |||||
* | * core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c, | John Gilmore | 1992-02-21 | 13 | -98/+158 | |
| | | | | | | | remote-hms.c, remote-mm.c, remote-nindy.c, remote-vx.c, remote.c, target.c, target.h, valarith.c, valops.c, value.h, xcoffexec.c: Remove to_call_function and target_call_function, since it always calls the same thing (call_function_by_hand). | |||||
* | * core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c, | John Gilmore | 1992-02-21 | 4 | -66/+137 | |
| | | | | signame.c, sparc-xdep.c: Prototypes for all static functions. Lint. | |||||
* | * environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h, | John Gilmore | 1992-02-21 | 11 | -212/+370 | |
| | | | | | | | inferior.h, language.h, signame.h, target.h, terminal.h, tm-68k.h, tm-i386v.h, tm-sparc.h, tm-sun386.h, tm-symmetry.h, xm-i386v.h, xm-sparc.h: Prototypes for all external functions. Lint. | |||||
* | * defs.h: Include ansidecl.h and PARAMS macro. Use PARAMS | John Gilmore | 1992-02-20 | 8 | -89/+126 | |
| | | | | | | | | | | | | to make prototypes for all functions declared here. * cplus-dem.c: Avoid declaring xmalloc and xrealloc. * c-exp.y: Rename SIGNED, OR, and AND to avoid conflict. * environ.c: Include <stdio.h> before defs.h. Minor cleanup. * ieee-float.h: Use PARAMS for prototypes; make some params const. * ieee-float.c, valarith.c: Include <stdio.h>. Lint. b*=>mem*. * m2-exp.y: Remove unused CONST; Rename OR and AND. * utils.c: Avoid declaring malloc and realloc. Lint. (request_quit): Accept signal-number parameter. | |||||
* | * bout.c (callj_callback), coff-a29k.c (a29k_reloc), coff-m88k.c | John Gilmore | 1992-02-20 | 2 | -1/+6 | |
| | | | | (howto_hvrt16): lint. | |||||
* | * coffread.c (decode_base_type): Pass long, not union. | John Gilmore | 1992-02-20 | 2 | -8/+12 | |
| | | | | Fix by Eric Valette, ev@chorus.fr. | |||||
* | Mention the "dir" commands in the .gdbinit file, too. | John Gilmore | 1992-02-19 | 1 | -7/+8 | |
| | ||||||
* | * configure.texi: Explain better about .gdbinit and about | John Gilmore | 1992-02-19 | 1 | -9/+13 | |
| | | | | the environment that configure.in sections run in. | |||||
* | pulled in from hack's unfinished work | K. Richard Pixley | 1992-02-18 | 4 | -0/+1601 | |
| | ||||||
* | prepping for configure | K. Richard Pixley | 1992-02-18 | 1 | -0/+34 | |
| | ||||||
* | white space and comments only | K. Richard Pixley | 1992-02-18 | 1 | -0/+2 | |
| | ||||||
* | add note about i860 relocation types | K. Richard Pixley | 1992-02-18 | 1 | -0/+3 | |
| | ||||||
* | use the new atof-ns32.c for ns32k. | K. Richard Pixley | 1992-02-18 | 1 | -0/+2 | |
| |