Roland Pesch
9c3ad54799
* gdb.texinfo: (1) better introductory example; (2) more
consistent use of @code , @samp , @file , @kbd throughout; small
cleanups to first three nodes.
36 years ago
Roland Pesch
8dc805ad84
*** empty log message ***
36 years ago
Roland Pesch
92d3036028
Wed May 15 11:02:48 1991 Roland H. Pesch (pesch at fowanton.cygnus.com)
* pretex.m4: modify explanatory text slightly (and redefine
"regexp") to keep GNU m4 from complaining. (It still crashes
later, but one step at a time...)
36 years ago
John Gilmore
a37c68f7a2
readline update
36 years ago
John Gilmore
68cf97936e
Fix duplicated entry in ChangeLog.
36 years ago
Roland Pesch
72f6386b5f
* Makefile.dist: put gdb.dvi stuff (updated to use M4 preprocessor
stuff for config manual) here where it counts; updated
to use new subdir structure (gdb/doc/).
* Makefile: generated from above via
config.gdb none
before checkin
36 years ago
Roland Pesch
9c416cbdb8
(1) removed "gdb.info*" files (just introduced) from CVS;
(2) instead,
* gdbint.texinfo: added instructions on generating gdb.info* files
locally for release.
36 years ago
Roland Pesch
2c85a5a97b
* gdb.info*: added to distribution. These are ordinary info
files, formatted from gdb.texinfo (via gdb-all.texinfo, see
Makefile)---but due to use of texinfo 2, can't count on makeinfo
to generate these, so we distribute them already formatted.
* gdb.texinfo: included full Info node and menu crud (as generated
by C-u M-x texinfo-master-menu using the texinfo-2 elisp code).
* Makefile: updated "gdb.dvi" target to use M4 preprocessor;
put in comments-for-future gdb.info target (one day makeinfo will
work again).
36 years ago
Roland Pesch
022cb4c5e1
*** empty log message ***
36 years ago
Roland Pesch
14719f8df6
*** empty log message ***
36 years ago
Steve Chamberlain
239d28f3e8
Added make dep
Made filenames suitable for PCs
36 years ago
Steve Chamberlain
e89432c7c9
Fixed problem with default output filename
36 years ago
Steve Chamberlain
8c514453d0
*** empty log message ***
36 years ago
Steve Chamberlain
15ed1567e0
Initial revision
36 years ago
K. Richard Pixley
1b494bfa15
ar called through parametarizable macro.
36 years ago
Steve Chamberlain
3795e57647
C
:wq
q
VS: ----------------------------------------------------------------------
36 years ago
K. Richard Pixley
c422030318
see devo/configure 1.11
36 years ago
K. Richard Pixley
7df723106b
Many small changes including the removal of configure.template. Any
valid configure script can now be used as a template.
36 years ago
John Gilmore
852f8c2121
Update "make saber_gdb" a bit.
36 years ago
John Gilmore
e072c73824
* mipsread.c: Rather than keeping count of how many symtabs
and psymtabs we have, for sorting purposes, count them when
we need to sort. This fixes bug in rereading of symbol tables.
36 years ago
Steve Chamberlain
a14b9e8aa1
*** empty log message ***
36 years ago
Steve Chamberlain
1a602d6e61
* sunos.c: (choose_reloc_size) added: (sunos4_callback) calls
choose_reloc_size. (sunos4_write_object_contents) now calls
choose_reloc_size so outputs relocs correctly, also calculates the
size of the sections correctly.
* aout.c: (look in the rrgs I hate VI)
~
~
~
~
36 years ago
Steve Chamberlain
c42538adaf
*** empty log message ***
36 years ago
Steve Chamberlain
fb030779ae
*** empty log message ***
36 years ago
Steve Chamberlain
df9d12efd3
Now use a.out-sunos rather than a.out-generic
36 years ago
Steve Chamberlain
99a2aa2cb5
*** empty log message ***
36 years ago
Steve Chamberlain
23565c68dc
C
VS: ----------------------------------------------------------------------
36 years ago
Steve Chamberlain
10be52bffd
*** empty log message ***
36 years ago
Steve Chamberlain
a8f3d65117
Fixed the shapes of external things some more.
36 years ago
Steve Chamberlain
8e3c8f4755
*** empty log message ***
36 years ago
Steve Chamberlain
22ddf9bcc5
Initial revision
36 years ago
John Gilmore
e10d93eda2
Sony NEWS port and modularization of a.out code. Cleanup of
close_and_cleanup, write_contents, and jump vectors.
36 years ago
John Gilmore
a42ceb3229
Initial revision
36 years ago
John Gilmore
2b1d8a50a0
Cleanups of interface, including close_and_cleanup and write_contents
transfer vector changes. See ChangeLog.
36 years ago
John Gilmore
78aa64b14c
* sunos.c: Remove all code that goes in aout.c. Split out
machine dependent followup in sunos4_object_p into
sunos4_callback. Use JUMP_TABLE(aout) and redefine only
the names we CHANGE, not all the names. Drop the little-endian
vector, and rename the vector as sunos4 rather than generic.
36 years ago
John Gilmore
8b0328dba3
Lint.
36 years ago
John Gilmore
e2aed73b28
REMOVE ALL SUNOS SUPPORT TO SEPARATE MODULE.
This is now a generic module for a.out handling.
Rename all routines from sunos4_xxx to aout_xxx. Remove Sun-specific
code. Remove transfer vectors. Pull core file handling. Lint.
Remove close_and_cleanup.
36 years ago
John Gilmore
69ebee8678
Split up a.out handlers into generic and target-specific.
Remove close_and_cleanup. Lint.
36 years ago
John Gilmore
ed9c0d48e0
Eliminate close_and_cleanup routines.
36 years ago
John Gilmore
66d4e1bb88
Update for Sony News port and split of a.out into several variants.
Add write_contents to format-dependent vector.
36 years ago
John Gilmore
df77307a2a
Initial revision
36 years ago
Roland Pesch
616da99975
*** empty log message ***
36 years ago
Steve Chamberlain
a0a87dd55e
*** empty log message ***
36 years ago
Steve Chamberlain
4322f04db6
changed forward declaration struct stat; to reduce warnings. Changed
common on bfd_h_<x>_x.
36 years ago
Steve Chamberlain
81623791e4
Now there are two incarnations of relocs, linenos and syments. One for
internal digestion, and one full of char arrays for I/O. The original
names have gone to detect errors.
36 years ago
Steve Chamberlain
9dce1776b6
Initial revision
36 years ago
Steve Chamberlain
cdd896f940
*** empty log message ***
36 years ago
Steve Chamberlain
c407897e2f
Added 68kcoff
36 years ago
Steve Chamberlain
77a7985cb0
Test new structure exporting code with 68k coff implementaion.
36 years ago
Steve Chamberlain
e5b919b168
Fixed all the places where there were problems with the size and
alignments of structures on disk and structures in memory. #ifed out
all the code in coffswap.c, since it should be done using the target
swap routines now.
36 years ago