John Gilmore
bbc8d4849f
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
35 years ago
John Gilmore
600d486408
Remove dead N_TXTOFF override.
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
35 years ago
John Gilmore
dd4646ca3a
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Don't ever call trad_unix_core_file_p from here.
35 years ago
John Gilmore
6a46902732
* Makefile.in: Rename XDEPFILES.
* trad-core.c: Document how to use it nowadays.
* i386aout.c, newsos3.c: Clean up.
* i386coff.c: Allow 386 coff files to be used as core files too
(for reading core files from embedded systems).
35 years ago
John Gilmore
074274252f
Read cross-core files on Mach 386.
35 years ago
K. Richard Pixley
1a31570390
updating
35 years ago
K. Richard Pixley
15211bed3c
Decstation now croaks on multi-line assertions. eliminate them.
35 years ago
K. Richard Pixley
c2fa4ebcdd
new binary layout and cp/mv instead of INSTALL
35 years ago
K. Richard Pixley
e59c58e3b1
Initial revision
35 years ago
K. Richard Pixley
7dbcd409f1
New installed binary layout.
35 years ago
Per Bothner
3f51b6cf18
* nm.c (print_symbols): Handle NULL name field of symbol.
* Makefile.in: Removed spurious comment.
35 years ago
K. Richard Pixley
5420feaa8e
* Die when sub-configure's do.
* get the makefile building message line correct.
* set -e
35 years ago
K. Richard Pixley
f6b67e4cdd
Creating Makefile stubs in preparation for mips three-stage.
35 years ago
K. Richard Pixley
ce9dc65af7
Initial revision
35 years ago
K. Richard Pixley
e00efef1a2
copy the old file to the new before cleaning it. This should
propogate mode bits like execute.
35 years ago
K. Richard Pixley
50ac10c17a
Backed out the "/bin/sh config.sub" change. Fails when config.sub was
on PATH.
35 years ago
Roland Pesch
843b88bafe
Oops... forgot 1.9 -> 1.90 last time around...
35 years ago
Roland Pesch
8706a92ce1
Warn 'ar q' doesn't update archive ST index.
35 years ago
K. Richard Pixley
dafcb8be38
Call config.sub as "/bin/sh config.sub" instead of directly. This
protects us from the case where config.sub isn't executable.
35 years ago
John Gilmore
912456a503
* mipsread.c, coffread.c: initialise TYPE_VPTR_FIELDNO to -1.
This avoids coredumps under `set print object on' in value_headof
(called erroneously by value_from_vtable_info) for `p &struct'
or `p *struct'. From Peter Schauer.
35 years ago
Per Bothner
6383fc6d94
Added h8300hds.{c,sc}.
35 years ago
K. Richard Pixley
639665deb8
Another patch from jim.
35 years ago
Roland Pesch
5298a14b49
(ORIG: date: 1991/09/27 22:47:20; author: pesch; state: Exp; lines: +3 -4)
Stop talking about obsolete "sharedlibrary" command in whats-new section.
35 years ago
Roland Pesch
c728f1f0ef
(ORIG: date: 1991/09/21 05:15:13; author: pesch; state: Exp; lines: +19 -18)
(1) fix typo ('_if_' and '_fi_' for '_if__' and '_fi__'!)
(2) prepare for semi-auto xref updating by rejoining xrefs broken across lines
35 years ago
Roland Pesch
7d7ff5f6dd
(ORIG: date: 1991/09/21 03:59:06; author: pesch; state: Exp; lines: +12 -7)
Formatting updates to "installing" appendix.
35 years ago
Roland Pesch
d7b569d59b
(ORIG: date: 1991/09/21 02:59:57; author: gnu; state: Exp; lines: +32 -28)
Rearrange "how to install" and "how to print the doc" stuff so it drops
easier into README.
35 years ago
Roland Pesch
f2857bd903
(ORIG: date: 1991/09/21 02:55:37; author: pesch; state: Exp; lines: +4 -2)
add missing index entries for set/show print sevenbit-strings.
35 years ago
Roland Pesch
c338a2fdf2
(ORIG: date: 1991/09/21 02:01:41; author: pesch; state: Exp; lines: +175 -110)
Update configs table.
35 years ago
Roland Pesch
3e0d0a27fc
(ORIG: date: 1991/09/20 22:43:47; author: pesch; state: Exp; lines: +47 -46)
Extract GDB version number from main GDB dir Makefile.in.
35 years ago
Roland Pesch
c2bbbb2275
(ORIG: date: 1991/09/20 21:43:15; author: pesch; state: Exp;)
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.
35 years ago
Roland Pesch
0c81306bb4
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.
(RELEASE 4.1)
35 years ago
K. Richard Pixley
2bc9434c17
Getting BISON right.
35 years ago
Roland Pesch
b80282d52a
RELEASE 4.0 docn. (Recovered from GDB 4.0 distribution; intervening
versions lost by cvs over system crash).
35 years ago
Roland Pesch
c9629e6eac
* binutils.texinfo: minor typos, phrasing, formatting fixes.
35 years ago
Per Bothner
ee17cac9c6
* ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
* ldtemplate: Remove ldfile_add_library_path calls;
just use the SEARCH_DIR commands in the script files.
* Makefile.in: Add LIB_PATH macro, which if set is used to replace
the SEARCH_DIR commands in the scripts (using ugly sed magic).
This is primarily intended for cross-linking, where you would
place libaries in a different place than native libraries.
Also, emulations made from ldtemplate now use $(srcdir).
* ldglda29k.sc: Change SEARCH_DIR commands to a conventional
form; people can use the Makefile's LIB_PATH to override.
35 years ago
John Gilmore
b7de6963d4
Add i386aout.c
35 years ago
Per Bothner
569ef29be1
Added MISSING_VFPRINTF
35 years ago
John Gilmore
243f4d0af1
Add errno, for binutils.
35 years ago
Per Bothner
398eef0a8d
* configure.in: Get host file from ../bfd/config, not config.
35 years ago
Roland Pesch
b7a11ec217
* Makefile.in: new targets binutils.dvi, binutils.info
35 years ago
Roland Pesch
8d317d2a7a
* Makefile.in: fix target ld.dvi, add target ld.info
ld.texinfo: make info filename ld.info
35 years ago
Roland Pesch
050f05e73f
Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
* binutils.texinfo: remove most remaining FIXME's, delete
references to __.SYMDEF by name
35 years ago
Roland Pesch
a6fe7eeb1e
doc/Makefile: stop hiding complaints from makeinfo.
35 years ago
Roland Pesch
92c78ee6ea
* reloc.c, section.c, syms.c, targets.c: correct info-node
structure in *doc* comments.
35 years ago
Steve Chamberlain
71e83453e5
Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
* objdump.c (print_address) Print addresses nicely.
35 years ago
Jim Wilson
bdb7313439
Fix bug in smake- file code.
35 years ago
Roland Pesch
f036c5d55f
Two formatting bugfixes.
35 years ago
Roland Pesch
2f3c1742f7
Updated sketchy doc for devo versions. FIXMEs remain.
35 years ago
John Gilmore
598f2864d2
Remove configure and config.sub from the expected list.
35 years ago
John Gilmore
aa41241ff4
Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.
35 years ago