Commit Graph

698 Commits

Author SHA1 Message Date
John Gilmore
095c7223f3 Update copylefts of all copylefted files to Version 2.
Add header comments to a few files (ieee, oasys) that Steve never
commented.  Preparation for gdb-3.98 release.
1991-07-25 00:48:28 +00:00
K. Richard Pixley
ac61496ccd Re-merged m68k support for gas. 1991-07-24 23:44:07 +00:00
Steve Chamberlain
ad248080bd Added some hints about documentation
Fixed prototype for bfd_get_elt_at_index
1991-07-24 23:22:21 +00:00
Steve Chamberlain
2f0559cc6c *** empty log message *** 1991-07-24 22:25:50 +00:00
Sean Eric Fagan
d5db699e71 Initial revision 1991-07-24 19:40:36 +00:00
John Gilmore
614541045c Another bugfix (NS32K_SVC_IMMED_OPERANDS) from Rune Nerg}rd. 1991-07-24 13:46:54 +00:00
John Gilmore
ccef841ce1 Bugfix from Rune Nerg}rd to "sfsr" opcode. 1991-07-24 13:43:56 +00:00
Roland Pesch
920ba794a7 *** empty log message *** 1991-07-24 01:55:18 +00:00
Roland Pesch
16e58d9172 Turned $Id: from m4 comment into texinfo comment, allowing fragment
boundaries to be recognized in post-m4 texinfo source.
1991-07-24 01:51:32 +00:00
Roland Pesch
271895931a 1) turned $Id: from m4 into texinfo comment
2) disabled @group where no longer supported by texinfo.tex
1991-07-24 01:50:33 +00:00
Roland Pesch
8734fc33eb 1) moved author email addresses and manual version info back onto copyright
page (had crept onto front of title page w/ other stuff migrating between
gdb.texinfo and gdb.top-m4).

2) gdb.top-m4: added Detailed Node Listing to main menu.
               made $Id: for fragment into texinfo comment.
1991-07-24 01:43:47 +00:00
Roland Pesch
5dac81188a Fix braces in example (@{ @} not {}), spotted by makeinfo.
Allow fragment's $Id: to be texinfo comment.
1991-07-24 01:40:47 +00:00
Roland Pesch
ff2e4391f7 1) Added conditionals around node structure, giving clean nodes for either
generic or cross-debugging manual.

2) Allowed $Id: to be texinfo comment.
1991-07-24 01:37:46 +00:00
Roland Pesch
54e4cbe8f0 1) Added conditional markup around node transitions, so node structure correct
for either generic manual (material near back, in "targets"), or for special
cross-debugging manuals (material near front, in "invocation").

2) Allowed $Id: tag to appear as texinfo comment.
1991-07-24 01:36:11 +00:00
Roland Pesch
0e1b12ce0d Tried allowing $Id: to appear in final output, but it confuses makeinfo
(the texinfo comment appears inside a menu).  Revisit someday.
1991-07-24 01:34:39 +00:00
Roland Pesch
1190271968 1) "dots{}" -> "@dots{}" (spotted by makeinfo)
2) $Id: tag appears in post-m4 text
1991-07-24 01:30:45 +00:00
Roland Pesch
9d40ea3c82 1) Inserted missing @end table/@table spotted by makeinfo;
2) allowed $Id: tag to appear in post-M4 file by turning it into texinfo
   rather than m4 comment;
3) Disabled @group where no longer supported by texinfo
1991-07-24 01:28:51 +00:00
Roland Pesch
26c03ddfee Enabled target gdb.info 1991-07-24 01:25:02 +00:00
Roland Pesch
42078e7901 Added call to "make info", to generate:
-- gdb-all.texinfo (texinfo source after M4 processing)
  -- gdb.info (file compiled by makeinfo from texinfo-2 release)
1991-07-24 01:23:41 +00:00
John Gilmore
8e71e6e376 Add COPYING file. 1991-07-24 01:07:25 +00:00
John Gilmore
fcab31c12a Add h-rtbsd.h. 1991-07-24 00:59:57 +00:00
John Gilmore
24d6615cd0 Blow away v9 stuff in aout64.h too. 1991-07-24 00:47:13 +00:00
Steve Chamberlain
bdedf53f2a *** empty log message *** 1991-07-23 23:36:28 +00:00
Sean Eric Fagan
797ecb38c2 Initial revision 1991-07-23 22:14:05 +00:00
Sean Eric Fagan
c98f0ae5a8 Initial revision 1991-07-23 19:09:22 +00:00
K. Richard Pixley
ca70eaefa2 With most makes, yacc is predefined so the previous approach doesn't
work.
1991-07-23 04:08:16 +00:00
Sean Eric Fagan
5f630bb0e2 Put in a check to make sure symbols have names; if there is no name, then
the symbol is not a function (I assume).
1991-07-22 20:35:30 +00:00
Sean Eric Fagan
811e3c6a86 Made gprof use bfd instead. This is the first step in allowing cross-hosted
gprof use.
1991-07-22 19:33:46 +00:00
Sean Eric Fagan
39ada6fced Added bfd support to the makefile. 1991-07-22 19:15:06 +00:00
Sean Eric Fagan
2aed990cf0 Fixed a typo (no '/' before a '*' in a comment) 1991-07-22 18:21:14 +00:00
John Gilmore
50651e5e43 ieee.h, oasys.h: Add some struct and enum tags for debugging.
internalcoff.h:  Comment changes.
ecoff.h:  Add back in the relocation entries, deleted accidentally,
and the sizes of ordinary COFF symbol fields for internalcoff.h.
1991-07-21 13:09:10 +00:00
John Gilmore
ef98d5ac06 Mostly MIPS symbol-reading and general symbol-reading fixups. 1991-07-21 13:02:48 +00:00
John Gilmore
eb752e4e4e Add information about the symbol-reading interface. 1991-07-21 12:16:38 +00:00
John Gilmore
fb3ee1c0d5 Give all enums names. Helps in debugging. 1991-07-21 06:40:42 +00:00
John Gilmore
d6c01d81db Eliminate normal-COFF things from ecoff.h that are really not present in
ecoff files.  Eliminate traces of ecoff support in intel-coff.h.
1991-07-21 01:51:49 +00:00
K. Richard Pixley
68359a924f Changes for %d and %q registers. 1991-07-20 01:49:51 +00:00
K. Richard Pixley
c07f757526 *** empty log message *** 1991-07-20 01:22:07 +00:00
John Gilmore
f588ffc2c1 Update for gdb version of configure. Still needs more doc on how
to hack configure itself.
1991-07-20 01:01:28 +00:00
John Gilmore
c65cca22d6 Roll in the configure that handles gdb. 1991-07-20 00:56:55 +00:00
John Gilmore
21a56d6d5e Roll in configure that handles GDB. 1991-07-20 00:56:41 +00:00
John Gilmore
063efd10aa Roll in new configure that handles GDB. Make sure that the "configure"
that is checked-in reflects the latest "configure.in", which includes gdb.
1991-07-20 00:55:20 +00:00
Sean Eric Fagan
dfedb39a5c Fixed a stupid error (used '+=' instead of '='). 1991-07-19 22:01:37 +00:00
Sean Eric Fagan
cc5697d7a4 Initial revision 1991-07-19 22:00:45 +00:00
Steve Chamberlain
ac677dad95 Patches from David Wood 1991-07-19 15:29:16 +00:00
Steve Chamberlain
c1c70e6894 Initial revision 1991-07-19 15:29:14 +00:00
Steve Chamberlain
fcc654cbfd Changes in reloc numbers, lint, and removal of const 1991-07-19 15:28:37 +00:00
Steve Chamberlain
78f3d2c924 From David WOod 1991-07-19 15:26:24 +00:00
Steve Chamberlain
821f042dfe From David Wood 1991-07-19 15:21:35 +00:00
Steve Chamberlain
2f8d9c1c08 * newsos3.c, targets.c, coffcode.h: new patches from David
Wood
1991-07-19 15:17:55 +00:00
Steve Chamberlain
81f3996f75 *** empty log message *** 1991-07-19 14:21:19 +00:00