summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* comment change onlyK. Richard Pixley1992-02-181-7/+7
|
* tc-i860.[hc]: blew off the dust. Something must still be done aboutK. Richard Pixley1992-02-181-0/+3
| | | | conflicting relocation types.
* keep ChangeLogK. Richard Pixley1992-02-181-1/+5
|
* Replaced previous tc_aout_fix_to_chars stub with the real thing.K. Richard Pixley1992-02-181-0/+12
|
* keep the new fileK. Richard Pixley1992-02-181-1/+5
|
* delete duplicate macro definitionK. Richard Pixley1992-02-181-1/+0
|
* copied from hack's last unreleased gasK. Richard Pixley1992-02-181-0/+436
|
* * readline.c (readline_default_bindings): Only make use of VLNEXTFred Fish1992-02-183-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>.
* Add code to handle TAG_pointer_type DIE's (DWARF Information Entries)Fred Fish1992-02-172-0/+54
| | | | | that are produced by the i486/SVR4 MetaWare compiler, but not by the AT&T or GCC compilers.
* New hp300bsd port.Per Bothner1992-02-175-1/+25
|
* * hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsdPer Bothner1992-02-172-0/+26
| | | | | a full configuration (with possible cross-development), instead of using host-aout.c.
* record that files were removedK. Richard Pixley1992-02-171-4/+4
|
* fighting bitrot in a major wayK. Richard Pixley1992-02-1727-6596/+5958
|
* When creating user defined types for subroutine and array types, checkFred Fish1992-02-172-8/+48
| | | | | first to see if a partial type already exists due to a forward reference, and if so, bash it to fit.
* Hack so it Sanitizes cleanly.Per Bothner1992-02-161-5/+4
|
* * aout-target.h (MY(write_object_contents):Per Bothner1992-02-161-0/+6
| | | | | Set obj_reloc_entry_size (abfd). * gen-aout.c: Change to emit a .c files, not a .h file.
* * Makefile.in: Bump version to 1.96, and remove -betaPer Bothner1992-02-162-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.
* *** empty log message ***Per Bothner1992-02-161-30/+38
|
* Two typos fixed, spotted by Jim Irwin of WRSRoland Pesch1992-02-161-1/+2
|
* Fix missing user-font lines in introductory example (spotted by J Irwin,Roland Pesch1992-02-161-2/+2
| | | | WRS).
* * Makefile.in: Major changes. Removed some the sedPer Bothner1992-02-156-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.
* * config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAMEPer Bothner1992-02-1519-20/+23
| | | | | | to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) * config/mh-foo: Rename LDEMULATION names as appropriate (usually 'gldfoo' -> plain 'foo').
* Major rewrite of how ld is configured. The major ideaPer Bothner1992-02-1512-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.
* Major rewrite of how ld is configured. The major ideaPer Bothner1992-02-1512-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.
* White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1992-02-1520-1104/+1016
| | | | == 1. Get the declarations right in listing.[hc].
* White space and comment changes, and #ifdef __STDC__ becomes #ifK. Richard Pixley1992-02-1517-233/+244
| | | | __STDC__ == 1.
* Remove obsolete use of BSF_ABSOLUTE and replace with bfd_abs_section ref.Fred Fish1992-02-141-0/+5
|
* pointer lint and tandem target.Steve Chamberlain1992-02-141-3/+2
|
* Fix typeo which crept in between compiling and checking inSteve Chamberlain1992-02-141-1/+1
|
* * coffcode.h (get_normalized_symtab): fixed bug where symbolsSteve Chamberlain1992-02-142-25/+43
| | | | with more than one auxent can cause nasty core dumps.
* Fix code in elf_symtab_read which attempts to read the standard ELFFred Fish1992-02-142-8/+16
| | | | | | | | | | | | | | symbol table and add symbol information to the misc function vector. This allows minimum functionality with non -g compiled code, and is vital for use with shared libraries (non of which are currently compiled with -g). Note to anyone doing any SVR4/gdb work. This bug was introduced into gdb just prior to the gdb 4.4 release, thus any versions currently in the field will have broken shared library support since no symbol information at all will be available for the shared library. This fix, along with one about to go into bfd's elf.c should fix that problem.
* Might as well keep the contents of the gas/doc subdir, as well as theRoland Pesch1992-02-141-0/+59
| | | | dir itself.
* It's OK to keep the doc subdirectory, really.Roland Pesch1992-02-141-1/+5
|
* * xm-vaxbsd.h: Close off comment.Stu Grossman1992-02-132-1/+5
|
* terminated unterminated commentHeinz G. Seidl1992-02-131-1/+1
|
* Define NEED_POSIX_SETPGID for all SVR4 hosts.Fred Fish1992-02-132-0/+12
|