aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-02-25 * as.h: include bfd.h if using many sectionsSteve Chamberlain2-4/+16
* expr.c: LOCAL_LABELS_FB had been changed to lower case - so local labels didn't work. * listing.c (list_symbol_table): don't core dump when there's no symbol there. * write.c, write.h: call fix_new with the right number of args on the H8. * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make errors nicer
1992-02-25mkdir $(infodir) on install-info.K. Richard Pixley2-15/+28
1992-02-24Don't remove underlinesSteve Chamberlain1-1/+21
1992-02-24Keep Makefile.in and configure.in. Don't keep Makefile.Michael Tiemann1-2/+6
1992-02-23Add gdbtypes.c gdbtypes.h minsyms.c mmap-alloc.c mmap-sbrk.c objfiles.cFred Fish1-0/+9
solib.h state.c and state.h
1992-02-22 * app.c: MRI compatibility - allow single quote to start a string.Steve Chamberlain11-2885/+3231
* as.c: fix typo recently introduced. * as.h : Don't include aout/reloc.h - it's not right for COFF! * expr.c: Much rewriting, to accomodate MRI syntax for expressions. Also easier to read now. * listing.c: Put back defuns * read.c: modified to accept MRI syntax, put back listing pseudo ops so that an assembler built with NO_LISTING ignores list ops rather than pukes. * write.c, write.h: fixs - only keep a reloc type in a fix if the target machine is a SPARC or a 29K. * config/obj-aout.c: added s_sect pseudo op * config/obj-coffbfd.c: lints, set the filehdr flags right and fill in the timestamp. * config/obj-coffbfd.h: Since we don't include aout/reloc.h anymore, define all the relocs which the tc-<x> bit will use so we can translate from them to the coff types. * config/tc-a29k.c: reloc_type isn't ane enum any more * config/tc-m68k.c: Added NO_RELOC definition. Now compiles for sparc aout, 68k aout (MRI and MIT syntax), 29k coff. So far works as replacement for sparc and 68k /bin/as.
1992-02-22Made less things defined by default, now builds on sun3 and sun4.Steve Chamberlain1-27/+52
1992-02-22Roll VERSION to 4.4.4 for post-Stu changes.John Gilmore1-0/+2
1992-02-22* symfile.c (symbol_file_command): strcmp => !strcmp.John Gilmore2-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.
1992-02-22Saberlint.John Gilmore8-267/+148
* symmisc.c, xcoffread.c: Move debug functions to symmisc.c.
1992-02-22* infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c,Stu Grossman12-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
1992-02-22* xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP.John Gilmore9-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>.
1992-02-22* obstack.h: Add obstack_full_begin.John Gilmore1-4/+14
* bfd.h, obstack.h: Protolint.
1992-02-22Tandem/MRI syntax bit rotSteve Chamberlain1-0/+2
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore50-1374/+5259
will make ChangeLog entries for all of them.
1992-02-22More dos scriptsSteve Chamberlain2-1/+22
1992-02-22How to compile gas on a PCSteve Chamberlain2-1/+32
1992-02-22More renames from DJ the DOS martyrSteve Chamberlain2-0/+621
1992-02-22Increase the dosositySteve Chamberlain3-0/+30
1992-02-22Remeber this one too!Steve Chamberlain1-0/+2
1992-02-22New files for DOSnessSteve Chamberlain2-0/+251
1992-02-22DJ naming changeSteve Chamberlain3-3/+611
1992-02-21Dj renamingSteve Chamberlain1-2/+2
1992-02-21DJ renamingSteve Chamberlain2-0/+427
1992-02-21DOS file name changeSteve Chamberlain1-3/+6
1992-02-21Name change for DJSteve Chamberlain2-0/+399
1992-02-21 * readline.c, examples/fileman.c: patches from DJ to supportSteve Chamberlain2-1/+116
DOS
1992-02-21 * coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): printsSteve Chamberlain2-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.
1992-02-21cvs bug, these files should not have been checked in.K. Richard Pixley2-2/+8
1992-02-21be more cautious with tranle's patchesK. Richard Pixley4-3/+67
1992-02-21moved from gas/a.out.gnu.h to gas/config/a.out.gnu.hK. Richard Pixley1-0/+351
1992-02-21minor reorg of tranlee's stuffK. Richard Pixley4-9/+225
1992-02-21new files from tranleeK. Richard Pixley3-0/+36
1992-02-21changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386K. Richard Pixley9-134/+321
coff as it appears to be used on aix386.
1992-02-21from hack's unfinished workK. Richard Pixley1-0/+132
1992-02-21tell about using docK. Richard Pixley1-0/+5
1992-02-21don't keep *.dviK. Richard Pixley1-2/+4
1992-02-21doc. bring it in, use it.K. Richard Pixley3-5/+206
1992-02-21* readline.c (rl_read_init_file): Make sure that null filename isStu Grossman2-0/+9
not passed to open() or else we end up opening the directory, and read a bunch of garbage into keymap[].
1992-02-21 * PORTING: New (preliminary) porting guide.Per Bothner1-0/+4
1992-02-21* tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitionsJohn Gilmore13-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.
1992-02-21 * Makefile.in: Change mkscript rule into one for ./mkscriptPer Bothner1-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.
1992-02-21* xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoidJohn Gilmore4-13/+32
complaints about volatile functions. * xm-sysv4.h (HAVE_MMAP): Define.
1992-02-21* core.c, exec.c, solib.c: Rename target_ops sections =>John Gilmore5-119/+139
to_sections, etc. * infcmd.c, inflow.c, infptrace.c, infrun.c, main.c, target.c, target.h: target_kill takes no args.
1992-02-21* core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c,John Gilmore13-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).
1992-02-21* core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c,John Gilmore4-66/+137
signame.c, sparc-xdep.c: Prototypes for all static functions. Lint.
1992-02-21* environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h,John Gilmore11-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.
1992-02-20* defs.h: Include ansidecl.h and PARAMS macro. Use PARAMSJohn Gilmore8-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.
1992-02-20* bout.c (callj_callback), coff-a29k.c (a29k_reloc), coff-m88k.cJohn Gilmore2-1/+6
(howto_hvrt16): lint.
1992-02-20* coffread.c (decode_base_type): Pass long, not union.John Gilmore2-8/+12
Fix by Eric Valette, ev@chorus.fr.