aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
1992-02-19Mention the "dir" commands in the .gdbinit file, too.John Gilmore1-7/+8
1992-02-19* configure.texi: Explain better about .gdbinit and aboutJohn Gilmore1-9/+13
the environment that configure.in sections run in.
1992-02-18pulled in from hack's unfinished workK. Richard Pixley4-0/+1601
1992-02-18prepping for configureK. Richard Pixley1-0/+34
1992-02-18white space and comments onlyK. Richard Pixley1-0/+2
1992-02-18add note about i860 relocation typesK. Richard Pixley1-0/+3
1992-02-18use the new atof-ns32.c for ns32k.K. Richard Pixley1-0/+2
1992-02-18comment change onlyK. Richard Pixley1-7/+7
1992-02-18tc-i860.[hc]: blew off the dust. Something must still be done aboutK. Richard Pixley1-0/+3
conflicting relocation types.
1992-02-18keep ChangeLogK. Richard Pixley1-1/+5
1992-02-18Replaced previous tc_aout_fix_to_chars stub with the real thing.K. Richard Pixley1-0/+12
1992-02-18keep the new fileK. Richard Pixley1-1/+5
1992-02-18delete duplicate macro definitionK. Richard Pixley1-1/+0
1992-02-18copied from hack's last unreleased gasK. Richard Pixley1-0/+436
1992-02-18 * readline.c (readline_default_bindings): Only make use of VLNEXTFred Fish3-53/+34
when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4 <termio.h> includes <termios.h>, so VLNEXT is always defined. * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4 systems so that <termios.h> gets used, instead of <termio.h>.
1992-02-17Add code to handle TAG_pointer_type DIE's (DWARF Information Entries)Fred Fish2-0/+54
that are produced by the i486/SVR4 MetaWare compiler, but not by the AT&T or GCC compilers.
1992-02-17New hp300bsd port.Per Bothner5-1/+25
1992-02-17 * hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsdPer Bothner2-0/+26
a full configuration (with possible cross-development), instead of using host-aout.c.
1992-02-17record that files were removedK. Richard Pixley1-4/+4
1992-02-17fighting bitrot in a major wayK. Richard Pixley27-6596/+5958
1992-02-17When creating user defined types for subroutine and array types, checkFred Fish2-8/+48
first to see if a partial type already exists due to a forward reference, and if so, bash it to fit.
1992-02-16Hack so it Sanitizes cleanly.Per Bothner1-5/+4
1992-02-16 * aout-target.h (MY(write_object_contents):Per Bothner1-0/+6
Set obj_reloc_entry_size (abfd). * gen-aout.c: Change to emit a .c files, not a .h file.
1992-02-16 * Makefile.in: Bump version to 1.96, and remove -betaPer Bothner2-2/+26
suffix from distribution name. * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract the signed value of a character (even if chars are unsigned). * sparc-pinsn.c: Add new operand types.
1992-02-16*** empty log message ***Per Bothner1-30/+38
1992-02-16Two typos fixed, spotted by Jim Irwin of WRSRoland Pesch1-1/+2
1992-02-16Fix missing user-font lines in introductory example (spotted by J Irwin,Roland Pesch1-2/+2
WRS).
1992-02-15 * Makefile.in: Major changes. Removed some the sedPer Bothner6-220/+232
magic to converts scripts, since that is now handled by genscripts.sh and the *.sc-sh scipt generators. * config.h: Remove a bunch of macros defining emulations and targets. This becomes one less file to edit when adding emulations or targets. * ldemul.h (struct ld_emulation_xfer_struct): Add emulation_name and target_name fields. * ldemul.c, ldemul.h: Define some default functions used by most emulations (and remove from the *.em scripts). * ldemul.c (ldemul_choose_target): Search the new ld_emulations array using a loop (instead of a hardwired nested if statement). Define the ld_emulation from the automatically-geenrated ldemul-list.h. This means you no longer have to edit ldemul.c to add a new emulation. * ldmain.c: Replace {GLD,LNK}960_EMULATION_NAME by their expansions, since the former no longer exist. * PORTING: A very rough first draft of a porting guide.
1992-02-15 * config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAMEPer Bothner19-20/+23
to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) * config/mh-foo: Rename LDEMULATION names as appropriate (usually 'gldfoo' -> plain 'foo').
1992-02-15 Major rewrite of how ld is configured. The major ideaPer Bothner12-0/+135
is to use shell scripts to generate everything. * Each emulation is defined by a short shell script with extension *.sh that specifies the emulation-specific parameters (such as the name of the *.sh-sc and *.em files to use). * genscript.sh is the master shell script used to generate an emulation. It is passed various argument, including the name a the emulation-speciic *.sh file that it "sources" to set variables to emulation-specifc parameters.
1992-02-15 Major rewrite of how ld is configured. The major ideaPer Bothner12-0/+880
is to use shell scripts to generate everything. * generic.em replaces ldtemplate. * Other *.em files replace various *.c files. A *.em file is a shell script that generates the corresponding ld__*.c file that implements an emulation. This is usually a straight 'cat' of a here-document, possibly with substitutions. * Script files (*.sc) are places by *.sc-sh scripts. Again, these are simple shell scripts that 'cat' here-documents, usually with some substitutions. The output a *.sc-sh is a script file.
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley20-1104/+1016
== 1. Get the declarations right in listing.[hc].
1992-02-15White space and comment changes, and #ifdef __STDC__ becomes #ifK. Richard Pixley17-233/+244
__STDC__ == 1.
1992-02-14Remove obsolete use of BSF_ABSOLUTE and replace with bfd_abs_section ref.Fred Fish1-0/+5
1992-02-14pointer lint and tandem target.Steve Chamberlain1-3/+2
1992-02-14Fix typeo which crept in between compiling and checking inSteve Chamberlain1-1/+1
1992-02-14 * coffcode.h (get_normalized_symtab): fixed bug where symbolsSteve Chamberlain2-25/+43
with more than one auxent can cause nasty core dumps.