e1e5fbfcbb
* ldlnk960.c: Use new naming convention for *.x{,u,r} include scripts.
...
* ldm88k.sc: "Clean up" script, so that ldm88kUr.sc and ldm88kr.sc
can be automatically generated.
* ldemul.c, configure.in, config.h, Makefile.in:
Add support for Sony NewsOS3.
* Makefile.in: Re-do the way ldemulation scipts and structures
are done. do we only need one or two files for each emulation
target (a TARGET.sc and optionally TARGET.c, if ldtemplate
isn't suitable). This gets rid of lots of extra source files.
1991-09-27 20:09:23 +00:00
9dcb30e3a2
Initial revision
1991-09-27 19:59:17 +00:00
7730c767b4
Fix/update HOSTING_LIBS path.
1991-09-27 19:55:28 +00:00
77507546d2
Newly created
1991-09-26 22:46:53 +00:00
86adb4373e
Initial revision
1991-09-26 22:46:52 +00:00
fb3be09b66
Lint (saber actually).
1991-09-26 22:28:46 +00:00
ac0167e878
* libaout.h (WRITE_HEADERS): Set header's a_text field always.
...
* newsos3.c: Fixed two types: newos3 -> newsos3.
1991-09-26 18:40:30 +00:00
d0a27c3b8e
Fix bfd_perform_relocation to handle pc-relative relocs better.
1991-09-26 18:26:28 +00:00
905bb120d3
Pass command names with absolute paths. Easier than keeping relative
...
paths right when dealing with sub/sub/directories.
1991-09-25 04:34:40 +00:00
be3bc7ad7a
iVS: Modified Files:
...
Print 9 digits for IEEE floats.
1991-09-25 01:18:59 +00:00
680c9dfa72
IN_SIGTRAMP bugfix.
1991-09-25 01:09:15 +00:00
996dda31f0
ldgram.h is not cvs'd source.
1991-09-24 02:30:20 +00:00
5f1fec7648
Cleaned it up for 88k
1991-09-23 20:59:12 +00:00
ccca276c7e
(1) fix typo ('_if_' and '_fi_' for '_if__' and '_fi__'!)
...
(2) prepare for semi-auto xref updating by rejoining xrefs broken across lines
1991-09-21 05:15:13 +00:00
7609651972
Formatting updates to "installing" appendix.
1991-09-21 03:59:06 +00:00
24db5b8775
Doc updates for 4.1.
1991-09-21 03:41:23 +00:00
0476df731c
rtpc->romp
1991-09-21 03:29:09 +00:00
6066cdfc0d
Rearrange "how to install" and "how to print the doc" stuff so it drops
...
easier into README.
1991-09-21 02:59:57 +00:00
432ae9a94b
add missing index entries for set/show print sevenbit-strings.
1991-09-21 02:55:37 +00:00
513c6e2bc1
*** empty log message ***
1991-09-21 02:03:09 +00:00
376de38d61
Update configs table.
1991-09-21 02:01:41 +00:00
080193ca60
Update for gdb-4.1.
1991-09-21 01:52:39 +00:00
aeb62c7b50
Roll in information from README.
1991-09-21 01:50:26 +00:00
dc4a4b2e6a
Update for gdb-4.1 release.
1991-09-21 00:19:51 +00:00
0b7984094d
* language.c (set_language_command): Print useful help message,
...
and restore the language string after giving help.
* valprint.c (typedef_print): Print typedef in C or M2.
* symtab.c (list_symbols): Use it.
1991-09-20 23:59:13 +00:00
5f3d478e7d
* main.c (main): Avoid any output before (gdb) prompt when -q.
...
* language.c (set_language_command): Handle errors by restoring
the language string to its current state (fix from A. Beers).
1991-09-20 23:17:32 +00:00
14e2990a5f
*** empty log message ***
1991-09-20 22:51:22 +00:00
b7ced3225a
Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com)
...
* doc/Makefile: generate aux version-no file doc/gdbVN.m4
from main Makefile.in version definition
doc/gdb.texinfo: use version recorded in doc/gdbVN.m4 for current
GDB version no refs
Makefile.in (setup-to-dist): generate doc/gdbVN.m4
1991-09-20 22:50:11 +00:00
1c484dd7cb
Extract GDB version number from main GDB dir Makefile.in.
1991-09-20 22:43:47 +00:00
ab1e12a22e
Kludge to allow compilation by non-ANSI compilers.
1991-09-20 22:03:49 +00:00
30c52cdf23
Update N_FN value to 0x1F. Add comments about N_EXT bits.
1991-09-20 21:50:27 +00:00
1b3f485c58
Removed all the stuff I added yesterday.
1991-09-20 21:47:46 +00:00
73c9796dac
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
...
cleanups to node structure.
1991-09-20 21:43:19 +00:00
1fea803977
* dbxread.c (read_dbx_symtab, process_one_symbol): N_FN and
...
N_WARNING are the same except for the N_EXT bit, so just use their
values alone, rather than OR-ing them with N_EXT.
1991-09-20 20:37:17 +00:00
a4c53fb006
Sign extend extended line offsets in parse_lines correctly.
1991-09-20 20:15:20 +00:00
9ce7cb7c52
#define yyerrflag and yynerrs to avoid global name conflicts.
1991-09-20 19:30:36 +00:00
e9f82257cf
*** empty log message ***
1991-09-20 19:29:41 +00:00
a3a9ba23bc
.gdbinit: move set complaints 1 to top.
1991-09-20 19:26:09 +00:00
7cb8375793
* language.c (_initialize_language): Fix type check and range
...
check documentation strings.
1991-09-20 18:18:13 +00:00
c2536607c6
* utils.c (!HAVE_VPRINTF): Define vfprintf as a function, so
...
language.c can use it. (Though language.c should really not be
handling warnings/errors the way it does, FIXME.)
* symtab.c (lookup_primitive_type): const lint.
1991-09-20 18:13:28 +00:00
abc52b8069
New rules for building distributions. Normal distribution
...
is built by doing `make -f Makefile.in gdb.tar.Z' in the devo dir.
1991-09-20 08:41:45 +00:00
9c85f3ceac
Preparation for gdb-4.1 release.
1991-09-20 08:36:19 +00:00
006774c48a
Remove rcfonts.tex after building refcard.
1991-09-20 08:18:16 +00:00
531dca4989
(HFILES): Add minimon.h.
...
(VERSION): Roll version number to 4.0.95.
1991-09-20 06:35:16 +00:00
8215bbacd0
Undo precipitous changes.
1991-09-20 03:44:17 +00:00
7054ee6d2b
Added Jim Wilson's pcrt->romp patches.
1991-09-20 03:24:56 +00:00
613d64489a
doc/gdbint.texinfo
1991-09-20 00:42:12 +00:00
97f3cb7275
Reorder contents; reorganize new-host, new-target, and new-config
...
chapters; fix minor typos; come closer to usual GNU markup conventions
for @file @samp @code @var.
1991-09-20 00:40:36 +00:00
c44582c81a
Various mips changes from Peter Schauer.
1991-09-20 00:17:30 +00:00
4cf73f0475
Define HAVE_STRSTR.
1991-09-20 00:15:19 +00:00