aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-10-16 Add or update copyright notices.Per Bothner10-92/+102
1991-10-16* dbxread.c (read_dbx_symtab, process_one_symbol): HandleJohn Gilmore1-1/+4
Sequent N_FN_SEQ like everybody else's N_FN.
1991-10-16Allow i386-sco-sysv.John Gilmore1-0/+23
Updates from my internet testing for gdb-4.2.
1991-10-16* host-aout.c: New strategy. We use common code, include files,John Gilmore1-30/+100
and data structures to handle the file, but set a few parameters from the host's config file (page size, text start addr, etc). * libaout.h: Define HP BSD machine types.
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner10-24/+85
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist.
1991-10-16* trad-core.c: Pass the u.u_ar0 value as the negative of theJohn Gilmore1-53/+50
virtual-memory-address of the .reg section. We can't just make a section for "all the regs and nothing else" because only GDB knows exactly where the regs are (scattered around the upage and stack). Clean up memory allocation. Remove big- and little-endian vectors, replace with single vector; this only runs on the host, in host byte order. Replace byteswap routines with aborts in case anyone calls them. * targets.c: There's only one trad_core_vec now. * aoutf1.h (sunos_core_file_p): VMA of .reg* now needs to be 0.
1991-10-16bumped to 1.90.1K. Richard Pixley1-1/+1
1991-10-16Shift positions on memory.h. Seems gcc has changed.K. Richard Pixley1-3/+3
1991-10-16 * doc/refcard.tex (sec "Working Files"): consistent metavars, dueRoland Pesch1-0/+3
to Franc,ois Pinard (pinard@iro.umontreal.ca)
1991-10-16Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): severalRoland Pesch1-57/+45
instances of *name* in "Working Files" s.b. *file*.
1991-10-16Another revision of "Installing" appendix, for GDB 4.2. Table of configRoland Pesch1-279/+292
name segments now updated.
1991-10-16typo in a comment.K. Richard Pixley1-854/+983
1991-10-16 * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure.Roland Pesch1-0/+4
1991-10-16Update appendix "Installing GDB". (not yet updated: list of host-vendor-os).Roland Pesch1-64/+60
1991-10-16Further evolution. Remove hp-include pending real HP support.John Gilmore2-4/+2
1991-10-16Configure isn't here any more.John Gilmore1-5/+4
1991-10-16sparc-64 to sparc-llJohn Gilmore1-1/+1
1991-10-16Remove configure and config.sub to ../John Gilmore1-2/+0
1991-10-16Convert dec3100 to decstation.John Gilmore1-1/+8
1991-10-16Remove include files to bfd/hosts.John Gilmore1-3/+4
1991-10-16* configure.in, tconfig/decstation, xconfig/decstation: RenameJohn Gilmore3-33/+5
dec3100 to decstation.
1991-10-15* hosts/h-amix.h (free): Fix prototype.John Gilmore2-50/+74
* aoutx.h: Don't use NULL as an integer, for braindead systems that declare it as (void *)0. (From Peter Schauer.)
1991-10-15Changes from Fred Fish:John Gilmore7-64/+118
* tm-68k.h (FPI_REGNUM): Add. * infrun.c (child_create_inferior): flush stdout and stderr before forking. * configure.in: Handle amigados, amix hosts and targets. * inflow.c: Handle TIOCGLTC_BROKEN for Amiga. From Andreas Schwab: * values.c (show_convenience): Use printf_filtered. * main.c (define_command): Check result of lookup_command for exact match. (echo_command): Use printf_filtered, and force output out. * dbxread.c (read_enum_type): Avoid Modula-2 kludge that breaks C programs. * i387-tdep.c (double_to_i387): Fix typo for double_to_ieee_extended. * utils.c (_initialize_utils): If !ISATTY, don't paginate.
1991-10-15* hosts/h-amix.h (free): Fix prototype.John Gilmore1-1/+1
1991-10-15Add hosts directory.Per Bothner1-1/+5
1991-10-15Initial revisionPer Bothner1-0/+51
1991-10-15 * doc/gdb.texinfoRoland Pesch1-0/+6
(nodes Continuing and Stepping; Memory; Targets) clarifications due to Larry Breed
1991-10-15Clarifications to "stepping", "Displaying Memory", and "Targets" due largelyRoland Pesch1-142/+110
to Larry Breed
1991-10-15New targets as.mm, as.meRoland Pesch1-2/+18
1991-10-15New targets binutils.mm, binutils.meRoland Pesch2-2/+21
1991-10-15 * Makefile.in: new targets ld.mm, ld.meRoland Pesch2-6/+37
(more roff forms of doc)
1991-10-15 * Makefile.in, ldtemplate: Need to use separate scriptsPer Bothner3-28/+49
for -n and -N options. Yet more complication.
1991-10-15 * aoutx.h (NAME(aout,set_section_contents)): Try to handle thePer Bothner1-0/+10
various kinds of alignments for the various kinds of magic numbers.
1991-10-14Revise to match config renaming.John Gilmore1-44/+9
1991-10-14Don't assume . is on the path.John Gilmore1-5/+5
1991-10-14Catch up to changes recorded in GDB ChangeLog, to wit:Roland Pesch1-22/+28
1) "show copying" and "show warranty" in sample output (instead of obs. "info") 2) new command "printpsyms" 3) Complaint "const/volatile indicator missing" re-enabled 4) Complaint "C++ type mismatch..." now "info mismatch..."
1991-10-14Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch1-0/+4
* doc/Makefile (as.ms): one more sed workaround for texi2roff
1991-10-14as.ms (roff form of documentation) target in Makefile: add one moreRoland Pesch1-0/+1
sed editing pass, to preprocess the more elaborate form of xref now used in this manual into the simpler form that texi2roff can deal with.
1991-10-12Update for new bfd/hosts.John Gilmore1-6/+11
1991-10-12Assorted patches from Fred Fish, Peter Schauer.John Gilmore1-0/+11
1991-10-12* tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: MoveJohn Gilmore10-149/+133
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer.
1991-10-12Fixed typo.Per Bothner1-2/+5
1991-10-12* copying.awk: Filter formfeeds out of copying & warrantee.John Gilmore1-0/+5
Make them available as `show copying' and `show warrantee' also.
1991-10-12* Makefile.in: Avoid Sun Make VPATH bugs.John Gilmore1-0/+5
* targets.c: Declare trad_core vectors extern.
1991-10-12Avoid Sun Make VPATH bugs by adding dependencies.John Gilmore2-10/+22
1991-10-12* Makefile.in: Avoid using $< in explicit Make rules (it doesn'tJohn Gilmore2-6/+15
work). Add some lines to avoid Sun Make VPATH bugs.
1991-10-12 doc/as.texinfo: minor changes for texi2roff-2Roland Pesch2-5/+10
Makefile.in: revise 'doc' target.
1991-10-12*** empty log message ***Roland Pesch1-3/+3
1991-10-12Makefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling texRoland Pesch1-5/+26
(2) new target as.ms (roff) as.texinfo: sed-markers to make roff output pick up less-fancy form of tables and illustrations (otherwise used by info, not TeX); slight text chgs as workarounds for texi2roff bugs
1991-10-11 * news.sc: Add alignment for data segment.Per Bothner4-11/+35
* ldtemplate: Add (yet another) script to get for -n or -N options. (These need different alignment than ZMAGIC files.) * Makefile.in: Add stuff for new foo.xn scripts. These are generated by replacing "ALIGN(0x...00)" by ".".