John Gilmore
a13f8a2f23
Remove -Dgetpagesize()=4096 kludge.
35 years ago
Per Bothner
3410447c4a
Add copright notice to mkscript.c as well.
35 years ago
Per Bothner
2d1a2445ff
Add or update copyright notices.
35 years ago
John Gilmore
6150cc735f
* dbxread.c (read_dbx_symtab, process_one_symbol): Handle
Sequent N_FN_SEQ like everybody else's N_FN.
35 years ago
John Gilmore
282effc79f
Allow i386-sco-sysv.
Updates from my internet testing for gdb-4.2.
35 years ago
John Gilmore
0fa4f690d6
* host-aout.c: New strategy. We use common code, include files,
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.
35 years ago
Per Bothner
d8474a9bc1
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
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.
35 years ago
John Gilmore
637942e4db
* trad-core.c: Pass the u.u_ar0 value as the negative of the
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.
35 years ago
K. Richard Pixley
492e557236
bumped to 1.90.1
35 years ago
K. Richard Pixley
d93912533e
Shift positions on memory.h. Seems gcc has changed.
35 years ago
Roland Pesch
5dfddc7fc6
* doc/refcard.tex (sec "Working Files"): consistent metavars, due
to Franc,ois Pinard (pinard@iro.umontreal.ca )
35 years ago
Roland Pesch
d9800dbbf3
Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): several
instances of *name* in "Working Files" s.b. *file*.
35 years ago
Roland Pesch
e251e76736
Another revision of "Installing" appendix, for GDB 4.2. Table of config
name segments now updated.
35 years ago
K. Richard Pixley
7c15cbe814
typo in a comment.
35 years ago
Roland Pesch
93ae2e889a
* doc/gdb.texinfo (appendix "Installing GDB"): changes in configure.
35 years ago
Roland Pesch
c7637ea643
Update appendix "Installing GDB". (not yet updated: list of host-vendor-os).
35 years ago
John Gilmore
3dfb315ebd
Further evolution. Remove hp-include pending real HP support.
35 years ago
John Gilmore
7ff46684f8
Configure isn't here any more.
35 years ago
John Gilmore
52bcb9e3ca
sparc-64 to sparc-ll
35 years ago
John Gilmore
7534367a51
Remove configure and config.sub to ../
35 years ago
John Gilmore
a928109bf0
Convert dec3100 to decstation.
35 years ago
John Gilmore
775e3a22af
Remove include files to bfd/hosts.
35 years ago
John Gilmore
5d2cfefe93
* configure.in, tconfig/decstation, xconfig/decstation: Rename
dec3100 to decstation.
35 years ago
John Gilmore
7b02b4ed6f
* hosts/h-amix.h (free): Fix prototype.
* aoutx.h: Don't use NULL as an integer, for braindead systems
that declare it as (void *)0. (From Peter Schauer.)
35 years ago
John Gilmore
afe4ca159b
Changes from Fred Fish:
* 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.
35 years ago
John Gilmore
8c8af913b2
* hosts/h-amix.h (free): Fix prototype.
35 years ago
Per Bothner
90c7c72088
Add hosts directory.
35 years ago
Per Bothner
c1eeb9af4a
Initial revision
35 years ago
Roland Pesch
2109a7b736
* doc/gdb.texinfo
(nodes Continuing and Stepping; Memory; Targets) clarifications
due to Larry Breed
35 years ago
Roland Pesch
cedaf8bca5
Clarifications to "stepping", "Displaying Memory", and "Targets" due largely
to Larry Breed
35 years ago
Roland Pesch
d7f3324c0d
New targets as.mm, as.me
35 years ago
Roland Pesch
0c10ff03a5
New targets binutils.mm, binutils.me
35 years ago
Roland Pesch
954ac2eafd
* Makefile.in: new targets ld.mm, ld.me
(more roff forms of doc)
35 years ago
Per Bothner
972e7b4bc4
* Makefile.in, ldtemplate: Need to use separate scripts
for -n and -N options. Yet more complication.
35 years ago
Per Bothner
fd671dc421
* aoutx.h (NAME(aout,set_section_contents)): Try to handle the
various kinds of alignments for the various kinds of
magic numbers.
35 years ago
John Gilmore
bcdc00417d
Revise to match config renaming.
35 years ago
John Gilmore
a7a7b848a5
Don't assume . is on the path.
35 years ago
Roland Pesch
440d983441
Catch up to changes recorded in GDB ChangeLog, to wit:
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..."
35 years ago
Roland Pesch
c7aab257f9
Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com)
* doc/Makefile (as.ms): one more sed workaround for texi2roff
35 years ago
Roland Pesch
0ca48c5250
as.ms (roff form of documentation) target in Makefile: add one more
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.
35 years ago
John Gilmore
fa744079c1
Update for new bfd/hosts.
35 years ago
John Gilmore
3c6c67143a
Assorted patches from Fred Fish, Peter Schauer.
35 years ago
John Gilmore
df6335e19f
* tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer.
35 years ago
Per Bothner
96eb46258b
Fixed typo.
35 years ago
John Gilmore
9e77ff161f
* copying.awk: Filter formfeeds out of copying & warrantee.
Make them available as `show copying' and `show warrantee' also.
35 years ago
John Gilmore
f02be00a6d
* Makefile.in: Avoid Sun Make VPATH bugs.
* targets.c: Declare trad_core vectors extern.
35 years ago
John Gilmore
d7cce023da
Avoid Sun Make VPATH bugs by adding dependencies.
35 years ago
John Gilmore
33ce0085ba
* Makefile.in: Avoid using $< in explicit Make rules (it doesn't
work). Add some lines to avoid Sun Make VPATH bugs.
35 years ago
Roland Pesch
921faa529c
doc/as.texinfo: minor changes for texi2roff-2
Makefile.in: revise 'doc' target.
35 years ago
Roland Pesch
098d714d81
*** empty log message ***
35 years ago