Roland Pesch [Sat, 27 Jul 1991 00:49:54 +0000 (00:49 +0000)]
(1) Applied some fixes due to comments from Larry Breed (easier ones
through chapsec 5.2)
(2) Eliminated use of @footnote---had my doubts about it anyways, and
it's broken in latest texinfo
(3) Introduced *some* use of [] for optional arguments, where
explanation is not simpler by listing cmd w arg and cmd w/out arg
separately. Still not using @deffn.
(4) Dropped in GPL-2. NOTE: one of GPL-2 or texinfo is broken; a
couple of headings are too long. Need patches to texinfo or revision
to GPL-2.
John Gilmore [Thu, 25 Jul 1991 00:48:28 +0000 (00:48 +0000)]
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.
Roland Pesch [Wed, 24 Jul 1991 01:43:47 +0000 (01:43 +0000)]
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.
Roland Pesch [Wed, 24 Jul 1991 01:36:11 +0000 (01:36 +0000)]
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").
Roland Pesch [Wed, 24 Jul 1991 01:28:51 +0000 (01:28 +0000)]
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
Roland Pesch [Wed, 24 Jul 1991 01:23:41 +0000 (01:23 +0000)]
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)
John Gilmore [Sun, 21 Jul 1991 13:09:10 +0000 (13:09 +0000)]
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.
John Gilmore [Sun, 14 Jul 1991 07:48:06 +0000 (07:48 +0000)]
* findvar.c (find_var_value): Handle &function better.
* TODO: Document work needed on &fn and &array.
* printcmd.c (print_address_symbolic): New arg is the prefix
to print if a name is printed.
(print_address_demangle): Honor "set print address" now.
Use new arg above to improve spacing of output.
* valprint.c (val_print): When printing function pointers,
print symbolic form too.
* breakpoint.c (breakpoint_1): Use new print_address_symbolic.
John Gilmore [Tue, 9 Jul 1991 02:08:13 +0000 (02:08 +0000)]
* core.c (memory_error): Reword error msg to mislead less.
* mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name.
* mipsread.c (read_mips_symtab, read_the_mips_symtab,
parse_partial_symbols): Use newer BFD internals (external_filehdr
and external_aouthdr), byte-swap the fields that we care about
before using them, and make the file header data local to
read_the_mips_symtab rather than global.
John Gilmore [Sat, 6 Jul 1991 08:39:24 +0000 (08:39 +0000)]
Add declarations for bfd_coff_swap_aux_in, swap_sym_in, swap_lineno_in,
bfd_core_file_failing_command, failing_signal, matches_executable_p.
Apparently these were lost in Steve's documentation merge.
John Gilmore [Sat, 6 Jul 1991 08:36:34 +0000 (08:36 +0000)]
* main.c (command_line_input): Flush stdout and stderr
before every call to readline. This reportedly fixes a bug
that comes up in Sys V running emacs-gdb and/or xxgdb,
when stdin/out are pipes or sockets.
John Gilmore [Fri, 5 Jul 1991 00:04:59 +0000 (00:04 +0000)]
Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com)
* configure.in, Makefile.in: Avoid rebuilding "depend" as much.
Avoid declaring Makefile dependencies, because GNU Make stupidly
tries to update it if we do.
* coffread.c: Revise for minor changes to bfd internal coff
indexes.
* configure: If -template= is given a relative path, make it
absolute before recurring in subdirectories.
John Gilmore [Thu, 4 Jul 1991 21:56:20 +0000 (21:56 +0000)]
* Add dec3100 as equivalent to littlemips. Indicate in all host &
target config files that they are for the host. When the lines
get copied into the Makefile, this makes it more obvious what's
up.
John Gilmore [Thu, 4 Jul 1991 21:51:41 +0000 (21:51 +0000)]
Add dec3100 as equivalent to littlemips.
Indicate in all host config files that they are for the host. When the
lines get copied into the Makefile, this makes it more obvious what's up.