aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-01-19New host file for stratus.Fred Fish1-0/+1
1992-01-19Initial revisionFred Fish1-0/+66
1992-01-19Add several new files for stratus (i860* and *-stratus.h). Also addFred Fish9-11/+2523
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
1992-01-19Check in new config files for stratus.Fred Fish1-0/+2
1992-01-19Initial revisionFred Fish2-0/+24
1992-01-19* Makefile.in (DEV_SUPPORT): add configure.man.Stu Grossman2-1/+3
1992-01-18* config.sub(Decode manufacturer-specific): add -none*.Stu Grossman2-4/+16
1992-01-18* Makefile.in: remove form feeds to make Sun's make happy.Stu Grossman2-30/+45
(DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
1992-01-18Add psrc.sedStu Grossman1-1/+5
1992-01-17keep listing*K. Richard Pixley1-1/+6
1992-01-17answering some of roland's commentsK. Richard Pixley1-33/+13
1992-01-16New stuffSteve Chamberlain2-0/+5
1992-01-16Added new h8 filesSteve Chamberlain1-0/+3
1992-01-16Stubs to get things goingSteve Chamberlain3-0/+298
1992-01-16Added h8300 targetSteve Chamberlain1-0/+3
1992-01-16Pass address of structure to complain() rather than the entire structure.Fred Fish1-0/+5
1992-01-16Updated "Installing" appendix, for current state of configure.Roland Pesch1-115/+85
(Awaiting review).
1992-01-15Twitch rev number up to 1.94 to avoid confusion w/cards printed by FSF.Roland Pesch0-0/+0
(Need to invent better scheme for keeping track of these eventually)
1992-01-15Two more FSF mods.Roland Pesch1-5/+1
1992-01-15refcard.tex: single file now includes what were formerly three files, to suitRoland Pesch4-12/+115
FSF preferences (format definitions, nee threecol.tex, and default font defs, nee rc-cm.tex, now both directly in this file). lpsrc.sed, psrc.sed: alternate font defs, now sed scripts to modify refcard.tex Makefile.in: use sed -f psrc.sed to produce refcard.ps target; new target lrefcard.ps for sites using long PS font names Removed old auxiliary TeX files, no longer necessary with this scheme.
1992-01-15Reactivate paragraph on preformatted PostScript refcard (now referringRoland Pesch1-3/+0
to GhostScript as well as to PostScript); I've verified GhostScript can display it.
1992-01-15Cygnus-Logoized version of GDB refcard, for use as marketing collateral.Roland Pesch2-0/+1394
NOT PART OF STANDARD GDB RELEASE; DO NOT ADD THISE FILES TO .Sanitize!
1992-01-15(1) Improvements from B Chassell.Roland Pesch1-47/+66
(2) minor format improvements for marginalia.
1992-01-15Discreet folding guides, and commented-out alternatives.Roland Pesch1-2/+20
1992-01-15Declare various filename variables to be CONST since they are initializedFred Fish1-0/+6
to point to a CONST char string. Fixes gcc moans and groans.
1992-01-15Only compile in solib_add_common_symbols for non-SVR4 (SunOS) shared libs.Fred Fish2-0/+9
1992-01-15Changes to fix bug with static variables within function scopes.Fred Fish2-14/+22
1992-01-15Reference: gdb-pend/636Stu Grossman1-0/+3
* inflow.c: remove #include <sys/dir.h>. Not necessary, and doesn't exist on some systems.
1992-01-15Reference: gdb-pend/646Stu Grossman1-0/+3
* infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when nexting over recursive function calls.
1992-01-15Reference: gdb-pend/657Stu Grossman2-143/+188
* target.c (target_read_string): Create this routine to read null terminated strings from the target. It deals with running off the end of memory elegantly as well. solib.c (find_solib): Use target_read_string() to avoid problems with running off the end of memory.
1992-01-14gdb-pend/620Stu Grossman2-4/+16
* inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines that reference pgrp_inferior.
1992-01-13 * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now thatPer Bothner3-9/+18
mips-tfile has been hacked to act more "traditionally." * dbxread.c: Fixed typo in comment.
1992-01-13Keep configure.man.Jim Wilson1-0/+1
1992-01-12 * mips-tdep.c (mips_skip_prologue): Add some number ofPer Bothner1-0/+5
'sw' instructions before 'addiu' adjusts the stack.
1992-01-11Edited, cleaned up doc.Roland Pesch1-214/+221
1992-01-11Change abort() to a function return void to match usage on SVR4.Fred Fish2-2/+2
1992-01-11Document changes to hosts/h-amix.h and hosts/h-i386v4.h.Fred Fish1-0/+5
1992-01-11Many changes to convert over to generic symbol table reading code inFred Fish2-647/+114
buildsym.c (second cvs ci attempt)
1992-01-10* aoutx.h (NAME(aout,find_nearest_line)): Recognize N_SOL symbols,Per Bothner2-89/+91
so that we can emit the correct file name even if it's an include file.
1992-01-08Minor fixes for 68K-only config.Roland Pesch1-0/+1
1992-01-08 * config/obj-coffbfd.c: lintSteve Chamberlain1-5/+5
* config/tc-h8300.c, config/tc-h8300.h: Too Many bug fixes * config/tc-m68k.h, config/tc-sparc.h: Override default listing options to give better effect.
1992-01-08Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com)Steve Chamberlain1-0/+18
Added support for listings * Makefile.in: include listing.[co] * as.c: parse -l * as.h: include listing.h, include listing hook into frag * frags.c (frag_new): hook for creating line number info * messages.c (as_warn, as_bad): remember message for listing * read.c: add new pseudos to the table * write.c: (relax_segment): need to cope with branches with 0 offsets, so create M68K_AIM_KLUDGE- this came to light because listings make lots of zero length frags. * listing.c, listing.h: new files
1992-01-08About half edited; progress marked by "@c ....", comments/questions inRoland Pesch1-283/+312
other lines beginning "@c " (texinfo comments). Refs to other docs need more work too.
1992-01-07buildsym.c (cleanup_undefined_types): Add support for enums.Stu Grossman1-1/+5
This fixes the 'GDB internal error. cleanup_undefined_types with bad type' problem.
1992-01-06Get past DEC shell bug.John Gilmore1-1/+1
1992-01-06Makefile.in: resuscitate "all" target as "all-doc".Roland Pesch4-530/+652
gdb.texinfo, gdbinv-s.m4.in: finish merging w/Chassell edits. none.m4: minor auxiliary facility (_FSF__) for above.
1992-01-06Add libg++.John Gilmore1-8/+81
Cut gnulib and gnulib1 out of the process. More work needed here to put them back into the process in the gcc directory.
1992-01-05Add declaration of free().John Gilmore1-14/+2
1992-01-05Add declaration of free() to config/ho-generic.hJohn Gilmore1-0/+2
1992-01-05* as.h: Move redefine of xfree.John Gilmore2-104/+73
* read.c: Use xmalloc, not malloc. * expr.c, input-scrub.c, write.c: Avoid "know" macros that cover more than one line, since this causes char strings with embedded newlines.