summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Roll VERSION to 4.4.4 for post-Stu changes.John Gilmore1992-02-221-0/+2
|
* * symfile.c (symbol_file_command): strcmp => !strcmp.John Gilmore1992-02-222-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 Gilmore1992-02-228-267/+148
| | | | * symmisc.c, xcoffread.c: Move debug functions to symmisc.c.
* * infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c,Stu Grossman1992-02-2212-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 Gilmore1992-02-229-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 Gilmore1992-02-221-4/+14
| | | | * bfd.h, obstack.h: Protolint.
* Tandem/MRI syntax bit rotSteve Chamberlain1992-02-221-0/+2
|
* * Check in Fred Fish's changes in these modules. FredJohn Gilmore1992-02-2250-1374/+5259
| | | | will make ChangeLog entries for all of them.
* More dos scriptsSteve Chamberlain1992-02-222-1/+22
|
* How to compile gas on a PCSteve Chamberlain1992-02-222-1/+32
|
* More renames from DJ the DOS martyrSteve Chamberlain1992-02-222-0/+621
|
* Increase the dosositySteve Chamberlain1992-02-223-0/+30
|
* Remeber this one too!Steve Chamberlain1992-02-221-0/+2
|
* New files for DOSnessSteve Chamberlain1992-02-222-0/+251
|
* DJ naming changeSteve Chamberlain1992-02-223-3/+611
|
* Dj renamingSteve Chamberlain1992-02-211-2/+2
|
* DJ renamingSteve Chamberlain1992-02-212-0/+427
|
* DOS file name changeSteve Chamberlain1992-02-211-3/+6
|
* Name change for DJSteve Chamberlain1992-02-212-0/+399
|
* * readline.c, examples/fileman.c: patches from DJ to supportSteve Chamberlain1992-02-212-1/+116
| | | | DOS
* * coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): printsSteve Chamberlain1992-02-212-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 Pixley1992-02-212-2/+8
|
* be more cautious with tranle's patchesK. Richard Pixley1992-02-214-3/+67
|
* moved from gas/a.out.gnu.h to gas/config/a.out.gnu.hK. Richard Pixley1992-02-211-0/+351
|
* minor reorg of tranlee's stuffK. Richard Pixley1992-02-214-9/+225
|
* new files from tranleeK. Richard Pixley1992-02-213-0/+36
|
* changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386K. Richard Pixley1992-02-219-134/+321
| | | | coff as it appears to be used on aix386.
* from hack's unfinished workK. Richard Pixley1992-02-211-0/+132
|
* tell about using docK. Richard Pixley1992-02-211-0/+5
|
* don't keep *.dviK. Richard Pixley1992-02-211-2/+4
|
* doc. bring it in, use it.K. Richard Pixley1992-02-213-5/+206
|
* * readline.c (rl_read_init_file): Make sure that null filename isStu Grossman1992-02-212-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 Bothner1992-02-211-0/+4
|
* * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitionsJohn Gilmore1992-02-2113-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 ./mkscriptPer Bothner1992-02-211-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 avoidJohn Gilmore1992-02-214-13/+32
| | | | | complaints about volatile functions. * xm-sysv4.h (HAVE_MMAP): Define.
* * core.c, exec.c, solib.c: Rename target_ops sections =>John Gilmore1992-02-215-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 Gilmore1992-02-2113-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 Gilmore1992-02-214-66/+137
| | | | signame.c, sparc-xdep.c: Prototypes for all static functions. Lint.
* * environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h,John Gilmore1992-02-2111-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 PARAMSJohn Gilmore1992-02-208-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.cJohn Gilmore1992-02-202-1/+6
| | | | (howto_hvrt16): lint.
* * coffread.c (decode_base_type): Pass long, not union.John Gilmore1992-02-202-8/+12
| | | | Fix by Eric Valette, ev@chorus.fr.
* Mention the "dir" commands in the .gdbinit file, too.John Gilmore1992-02-191-7/+8
|
* * configure.texi: Explain better about .gdbinit and aboutJohn Gilmore1992-02-191-9/+13
| | | | the environment that configure.in sections run in.
* pulled in from hack's unfinished workK. Richard Pixley1992-02-184-0/+1601
|
* prepping for configureK. Richard Pixley1992-02-181-0/+34
|
* white space and comments onlyK. Richard Pixley1992-02-181-0/+2
|
* add note about i860 relocation typesK. Richard Pixley1992-02-181-0/+3
|
* use the new atof-ns32.c for ns32k.K. Richard Pixley1992-02-181-0/+2
|
OpenPOWER on IntegriCloud