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.
1991-10-16 18:57:16 +00:00
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.
1991-10-16 18:57:08 +00:00
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.
1991-10-16 18:56:07 +00:00
K. Richard Pixley
492e557236
bumped to 1.90.1
1991-10-16 09:15:29 +00:00
K. Richard Pixley
d93912533e
Shift positions on memory.h. Seems gcc has changed.
1991-10-16 08:56:25 +00:00
Roland Pesch
5dfddc7fc6
* doc/refcard.tex (sec "Working Files"): consistent metavars, due
...
to Franc,ois Pinard (pinard@iro.umontreal.ca )
1991-10-16 06:35:14 +00:00
Roland Pesch
d9800dbbf3
Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): several
...
instances of *name* in "Working Files" s.b. *file*.
1991-10-16 06:32:57 +00:00
Roland Pesch
e251e76736
Another revision of "Installing" appendix, for GDB 4.2. Table of config
...
name segments now updated.
1991-10-16 06:27:06 +00:00
K. Richard Pixley
7c15cbe814
typo in a comment.
1991-10-16 04:19:14 +00:00
Roland Pesch
93ae2e889a
* doc/gdb.texinfo (appendix "Installing GDB"): changes in configure.
1991-10-16 03:13:36 +00:00
Roland Pesch
c7637ea643
Update appendix "Installing GDB". (not yet updated: list of host-vendor-os).
1991-10-16 03:11:28 +00:00
John Gilmore
3dfb315ebd
Further evolution. Remove hp-include pending real HP support.
1991-10-16 02:14:39 +00:00
John Gilmore
7ff46684f8
Configure isn't here any more.
1991-10-16 01:54:31 +00:00
John Gilmore
52bcb9e3ca
sparc-64 to sparc-ll
1991-10-16 01:45:32 +00:00
John Gilmore
7534367a51
Remove configure and config.sub to ../
1991-10-16 01:42:56 +00:00
John Gilmore
a928109bf0
Convert dec3100 to decstation.
1991-10-16 01:10:42 +00:00
John Gilmore
775e3a22af
Remove include files to bfd/hosts.
1991-10-16 01:08:08 +00:00
John Gilmore
5d2cfefe93
* configure.in, tconfig/decstation, xconfig/decstation: Rename
...
dec3100 to decstation.
1991-10-16 01:06:01 +00:00
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.)
1991-10-15 23:41:17 +00:00
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.
1991-10-15 23:29:34 +00:00
John Gilmore
8c8af913b2
* hosts/h-amix.h (free): Fix prototype.
1991-10-15 21:52:18 +00:00
Per Bothner
90c7c72088
Add hosts directory.
1991-10-15 07:29:13 +00:00
Per Bothner
c1eeb9af4a
Initial revision
1991-10-15 06:57:32 +00:00
Roland Pesch
2109a7b736
* doc/gdb.texinfo
...
(nodes Continuing and Stepping; Memory; Targets) clarifications
due to Larry Breed
1991-10-15 00:46:39 +00:00
Roland Pesch
cedaf8bca5
Clarifications to "stepping", "Displaying Memory", and "Targets" due largely
...
to Larry Breed
1991-10-15 00:43:31 +00:00
Roland Pesch
d7f3324c0d
New targets as.mm, as.me
1991-10-15 00:38:11 +00:00
Roland Pesch
0c10ff03a5
New targets binutils.mm, binutils.me
1991-10-15 00:35:13 +00:00
Roland Pesch
954ac2eafd
* Makefile.in: new targets ld.mm, ld.me
...
(more roff forms of doc)
1991-10-15 00:31:56 +00:00
Per Bothner
972e7b4bc4
* Makefile.in, ldtemplate: Need to use separate scripts
...
for -n and -N options. Yet more complication.
1991-10-15 00:28:43 +00:00
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.
1991-10-15 00:24:03 +00:00
John Gilmore
bcdc00417d
Revise to match config renaming.
1991-10-14 21:56:44 +00:00
John Gilmore
a7a7b848a5
Don't assume . is on the path.
1991-10-14 21:23:05 +00:00
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..."
1991-10-14 20:36:50 +00:00
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
1991-10-14 18:44:58 +00:00
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.
1991-10-14 18:43:52 +00:00
John Gilmore
fa744079c1
Update for new bfd/hosts.
1991-10-12 07:38:07 +00:00
John Gilmore
3c6c67143a
Assorted patches from Fred Fish, Peter Schauer.
1991-10-12 07:19:13 +00:00
John Gilmore
df6335e19f
* tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move
...
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer.
1991-10-12 07:11:48 +00:00
Per Bothner
96eb46258b
Fixed typo.
1991-10-12 06:43:01 +00:00
John Gilmore
9e77ff161f
* copying.awk: Filter formfeeds out of copying & warrantee.
...
Make them available as `show copying' and `show warrantee' also.
1991-10-12 06:28:15 +00:00
John Gilmore
f02be00a6d
* Makefile.in: Avoid Sun Make VPATH bugs.
...
* targets.c: Declare trad_core vectors extern.
1991-10-12 05:45:57 +00:00
John Gilmore
d7cce023da
Avoid Sun Make VPATH bugs by adding dependencies.
1991-10-12 05:44:58 +00:00
John Gilmore
33ce0085ba
* Makefile.in: Avoid using $< in explicit Make rules (it doesn't
...
work). Add some lines to avoid Sun Make VPATH bugs.
1991-10-12 05:42:05 +00:00
Roland Pesch
921faa529c
doc/as.texinfo: minor changes for texi2roff-2
...
Makefile.in: revise 'doc' target.
1991-10-12 01:20:38 +00:00
Roland Pesch
098d714d81
*** empty log message ***
1991-10-12 01:18:13 +00:00
Roland Pesch
1966e7158a
Makefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling tex
...
(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-12 00:49:50 +00:00
Per Bothner
b7e24eef35
* news.sc: Add alignment for data segment.
...
* 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 ".".
1991-10-11 23:47:05 +00:00
Roland Pesch
6b58372076
* Makefile.in: add target "binutils.ms"
1991-10-11 23:11:17 +00:00
Roland Pesch
10a69a373d
Slightly better comments (re doc targets).
1991-10-11 22:51:31 +00:00
Roland Pesch
b55e0948ed
* Makefile.in: new targets ld.ms, ld-index.ms
...
ld.texinfo: remove tabs, other cleanups for texi2roff
1991-10-11 22:44:11 +00:00