Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-16 | Add or update copyright notices. | Per Bothner | 10 | -92/+102 | |
1991-10-16 | * dbxread.c (read_dbx_symtab, process_one_symbol): Handle | John Gilmore | 1 | -1/+4 | |
Sequent N_FN_SEQ like everybody else's N_FN. | |||||
1991-10-16 | Allow i386-sco-sysv. | John Gilmore | 1 | -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 Gilmore | 1 | -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 Bothner | 10 | -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 the | John Gilmore | 1 | -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-16 | bumped to 1.90.1 | K. Richard Pixley | 1 | -1/+1 | |
1991-10-16 | Shift positions on memory.h. Seems gcc has changed. | K. Richard Pixley | 1 | -3/+3 | |
1991-10-16 | * doc/refcard.tex (sec "Working Files"): consistent metavars, due | Roland Pesch | 1 | -0/+3 | |
to Franc,ois Pinard (pinard@iro.umontreal.ca) | |||||
1991-10-16 | Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): several | Roland Pesch | 1 | -57/+45 | |
instances of *name* in "Working Files" s.b. *file*. | |||||
1991-10-16 | Another revision of "Installing" appendix, for GDB 4.2. Table of config | Roland Pesch | 1 | -279/+292 | |
name segments now updated. | |||||
1991-10-16 | typo in a comment. | K. Richard Pixley | 1 | -854/+983 | |
1991-10-16 | * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure. | Roland Pesch | 1 | -0/+4 | |
1991-10-16 | Update appendix "Installing GDB". (not yet updated: list of host-vendor-os). | Roland Pesch | 1 | -64/+60 | |
1991-10-16 | Further evolution. Remove hp-include pending real HP support. | John Gilmore | 2 | -4/+2 | |
1991-10-16 | Configure isn't here any more. | John Gilmore | 1 | -5/+4 | |
1991-10-16 | sparc-64 to sparc-ll | John Gilmore | 1 | -1/+1 | |
1991-10-16 | Remove configure and config.sub to ../ | John Gilmore | 1 | -2/+0 | |
1991-10-16 | Convert dec3100 to decstation. | John Gilmore | 1 | -1/+8 | |
1991-10-16 | Remove include files to bfd/hosts. | John Gilmore | 1 | -3/+4 | |
1991-10-16 | * configure.in, tconfig/decstation, xconfig/decstation: Rename | John Gilmore | 3 | -33/+5 | |
dec3100 to decstation. | |||||
1991-10-15 | * hosts/h-amix.h (free): Fix prototype. | John Gilmore | 2 | -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-15 | Changes from Fred Fish: | John Gilmore | 7 | -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 Gilmore | 1 | -1/+1 | |
1991-10-15 | Add hosts directory. | Per Bothner | 1 | -1/+5 | |
1991-10-15 | Initial revision | Per Bothner | 1 | -0/+51 | |
1991-10-15 | * doc/gdb.texinfo | Roland Pesch | 1 | -0/+6 | |
(nodes Continuing and Stepping; Memory; Targets) clarifications due to Larry Breed | |||||
1991-10-15 | Clarifications to "stepping", "Displaying Memory", and "Targets" due largely | Roland Pesch | 1 | -142/+110 | |
to Larry Breed | |||||
1991-10-15 | New targets as.mm, as.me | Roland Pesch | 1 | -2/+18 | |
1991-10-15 | New targets binutils.mm, binutils.me | Roland Pesch | 2 | -2/+21 | |
1991-10-15 | * Makefile.in: new targets ld.mm, ld.me | Roland Pesch | 2 | -6/+37 | |
(more roff forms of doc) | |||||
1991-10-15 | * Makefile.in, ldtemplate: Need to use separate scripts | Per Bothner | 3 | -28/+49 | |
for -n and -N options. Yet more complication. | |||||
1991-10-15 | * aoutx.h (NAME(aout,set_section_contents)): Try to handle the | Per Bothner | 1 | -0/+10 | |
various kinds of alignments for the various kinds of magic numbers. | |||||
1991-10-14 | Revise to match config renaming. | John Gilmore | 1 | -44/+9 | |
1991-10-14 | Don't assume . is on the path. | John Gilmore | 1 | -5/+5 | |
1991-10-14 | Catch up to changes recorded in GDB ChangeLog, to wit: | Roland Pesch | 1 | -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-14 | Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com) | Roland Pesch | 1 | -0/+4 | |
* doc/Makefile (as.ms): one more sed workaround for texi2roff | |||||
1991-10-14 | as.ms (roff form of documentation) target in Makefile: add one more | Roland Pesch | 1 | -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-12 | Update for new bfd/hosts. | John Gilmore | 1 | -6/+11 | |
1991-10-12 | Assorted patches from Fred Fish, Peter Schauer. | John Gilmore | 1 | -0/+11 | |
1991-10-12 | * tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move | John Gilmore | 10 | -149/+133 | |
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer. | |||||
1991-10-12 | Fixed typo. | Per Bothner | 1 | -2/+5 | |
1991-10-12 | * copying.awk: Filter formfeeds out of copying & warrantee. | John Gilmore | 1 | -0/+5 | |
Make them available as `show copying' and `show warrantee' also. | |||||
1991-10-12 | * Makefile.in: Avoid Sun Make VPATH bugs. | John Gilmore | 1 | -0/+5 | |
* targets.c: Declare trad_core vectors extern. | |||||
1991-10-12 | Avoid Sun Make VPATH bugs by adding dependencies. | John Gilmore | 2 | -10/+22 | |
1991-10-12 | * Makefile.in: Avoid using $< in explicit Make rules (it doesn't | John Gilmore | 2 | -6/+15 | |
work). Add some lines to avoid Sun Make VPATH bugs. | |||||
1991-10-12 | doc/as.texinfo: minor changes for texi2roff-2 | Roland Pesch | 2 | -5/+10 | |
Makefile.in: revise 'doc' target. | |||||
1991-10-12 | *** empty log message *** | Roland Pesch | 1 | -3/+3 | |
1991-10-12 | Makefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling tex | Roland Pesch | 1 | -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 Bothner | 4 | -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 ".". |