Steve Chamberlain
5d9f0ecf62
* as.c: change -l to -a[lsn], to avoid conflict with 68000
command line option.
* listing.h, listing.c: now prints addresses with ??? instead of 0 when
errors in assemble prevent addresses being known. Prints
symbol table more tidily. Allows different parts of the
listing to be selected.
35 years ago
Michael Tiemann
7316c642a3
Initial revision
35 years ago
Michael Tiemann
0eb0a82097
Fix demangling of destructors, and fix a minor indentation problem.
35 years ago
Roland Pesch
f3139e9366
all.m4: correct AMD 29K entry (changed elsewhere to _A29K__ some time ago)
Makefile: preprocess w/GNU m4 by default, use "all" as default config
as.texinfo: index, at last;
listing directives;
improvements (re width suffixes) to H8 machine-dep
35 years ago
Stu Grossman
313085cbc9
* Makefile.in (HFILES): Add partial-stab.h.
35 years ago
Fred Fish
aa2e8c1c98
Add stratus configuration frags. Also submitted to FSF.
35 years ago
Fred Fish
6e549c78ab
New host file for stratus.
35 years ago
Fred Fish
bfab6110a3
Initial revision
35 years ago
Fred Fish
be9a236222
Add several new files for stratus (i860* and *-stratus.h). Also add
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
35 years ago
Fred Fish
3a07685179
Check in new config files for stratus.
35 years ago
Fred Fish
57486b9241
Initial revision
35 years ago
Stu Grossman
1a7cac26ae
* Makefile.in (DEV_SUPPORT): add configure.man.
35 years ago
Stu Grossman
c1e296fc1f
* config.sub(Decode manufacturer-specific): add -none*.
35 years ago
Stu Grossman
23e3e7f949
* Makefile.in: remove form feeds to make Sun's make happy.
(DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
35 years ago
Stu Grossman
dcfc4f45a8
Add psrc.sed
35 years ago
K. Richard Pixley
d7d28d221c
keep listing*
35 years ago
K. Richard Pixley
f8f3c85365
answering some of roland's comments
35 years ago
Steve Chamberlain
7c5622817d
New stuff
35 years ago
Steve Chamberlain
0a8ed75112
Added new h8 files
35 years ago
Steve Chamberlain
0a8f9d3195
Stubs to get things going
35 years ago
Steve Chamberlain
ce7730d674
Added h8300 target
35 years ago
Fred Fish
cdce29eefc
Pass address of structure to complain() rather than the entire structure.
35 years ago
Roland Pesch
f672bb7f9e
Updated "Installing" appendix, for current state of configure.
(Awaiting review).
35 years ago
Roland Pesch
a26b68a13b
Twitch rev number up to 1.94 to avoid confusion w/cards printed by FSF.
(Need to invent better scheme for keeping track of these eventually)
35 years ago
Roland Pesch
2b1378d8da
Two more FSF mods.
35 years ago
Roland Pesch
228d9e5479
refcard.tex: single file now includes what were formerly three files, to suit
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.
35 years ago
Roland Pesch
63ae8ea1ec
Reactivate paragraph on preformatted PostScript refcard (now referring
to GhostScript as well as to PostScript); I've verified GhostScript can
display it.
35 years ago
Roland Pesch
5ac0315a07
Cygnus-Logoized version of GDB refcard, for use as marketing collateral.
NOT PART OF STANDARD GDB RELEASE; DO NOT ADD THISE FILES TO .Sanitize!
35 years ago
Roland Pesch
d54bd32dcf
(1) Improvements from B Chassell.
(2) minor format improvements for marginalia.
35 years ago
Roland Pesch
e08d73b1b1
Discreet folding guides, and commented-out alternatives.
35 years ago
Fred Fish
026fba8c3e
Declare various filename variables to be CONST since they are initialized
to point to a CONST char string. Fixes gcc moans and groans.
35 years ago
Fred Fish
7f4352410f
Only compile in solib_add_common_symbols for non-SVR4 (SunOS) shared libs.
35 years ago
Fred Fish
a5bd5ba617
Changes to fix bug with static variables within function scopes.
35 years ago
Stu Grossman
8c3d2a53db
Reference: gdb-pend/636
* inflow.c: remove #include <sys/dir.h>. Not necessary, and
doesn't exist on some systems.
35 years ago
Stu Grossman
5e746644b6
Reference: gdb-pend/646
* infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
nexting over recursive function calls.
35 years ago
Stu Grossman
d261ece7ea
Reference: gdb-pend/657
* 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.
35 years ago
Stu Grossman
7e97eb2826
gdb-pend/620
* inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines
that reference pgrp_inferior.
35 years ago
Per Bothner
0cf9329b64
* tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now that
mips-tfile has been hacked to act more "traditionally."
* dbxread.c: Fixed typo in comment.
35 years ago
Jim Wilson
38c8a27e18
Keep configure.man.
35 years ago
Per Bothner
488d2691c7
* mips-tdep.c (mips_skip_prologue): Add some number of
'sw' instructions before 'addiu' adjusts the stack.
35 years ago
Roland Pesch
e59aa15a0a
Edited, cleaned up doc.
35 years ago
Fred Fish
5baf85b6c5
Change abort() to a function return void to match usage on SVR4.
35 years ago
Fred Fish
f81059ead7
Document changes to hosts/h-amix.h and hosts/h-i386v4.h.
35 years ago
Fred Fish
4d315a071a
Many changes to convert over to generic symbol table reading code in
buildsym.c (second cvs ci attempt)
35 years ago
Per Bothner
3f7607af77
* aoutx.h (NAME(aout,find_nearest_line)): Recognize N_SOL symbols,
so that we can emit the correct file name even if it's an include file.
35 years ago
Roland Pesch
2bdd06b3d3
Minor fixes for 68K-only config.
35 years ago
Steve Chamberlain
32e4477444
* config/obj-coffbfd.c: lint
* 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.
35 years ago
Steve Chamberlain
3fb965c44e
Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com)
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
35 years ago
Roland Pesch
d1cde16aae
About half edited; progress marked by "@c ....", comments/questions in
other lines beginning "@c " (texinfo comments). Refs to other docs need
more work too.
35 years ago
Stu Grossman
59d97f7fd7
buildsym.c (cleanup_undefined_types): Add support for enums.
This fixes the 'GDB internal error. cleanup_undefined_types with
bad type' problem.
35 years ago