Commit Graph

2065 Commits

Author SHA1 Message Date
Fred Fish 18ab66f265 Save the renamed svr4 file. 1991-12-20 22:47:44 +00:00
Fred Fish b6d0f9b13f Keep the renamed svr4 files. 1991-12-20 22:36:58 +00:00
Fred Fish 2e80a74835 Change svr4 references to sysv4. 1991-12-20 20:11:03 +00:00
Fred Fish 609bbadec7 Change svr4 references to sysv4. 1991-12-20 20:05:19 +00:00
Fred Fish 70b74b930c Document change to config/mh-i386v4. 1991-12-20 19:52:35 +00:00
Fred Fish ca9b13c75c Set XM_CLIBS to "-lc /usr/ucblib/libucb.a" so native compilers can find
alloca, but only if it is not found in the std C library.  Also forces
libc to be search before libucb.a, which contains much broken stuff we
*don't* want.
1991-12-20 19:48:13 +00:00
Fred Fish ee1ad69ccd * configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:
Change svr4 references to sysv4.

* source.c:  Move declaration of external function index to
front of file so it is in scope for all references.

* utils.c (error, fatal):  Make definitions consistent with
defs.h declarations (declared as "volatile void").
1991-12-20 19:44:16 +00:00
Fred Fish 5f32984ea6 Change svr4 references to sysv4. 1991-12-20 19:35:15 +00:00
Fred Fish 0837376f8c Renamed from xm-svr4.h xm-sysv4.h 1991-12-20 19:09:49 +00:00
Fred Fish 9d8728716d Renamed from tm-svr4.h to tm-sysv4.h 1991-12-20 19:08:12 +00:00
John Gilmore 859eb781d8 Bugfix rfe and stbrx instrucionts. 1991-12-20 18:56:37 +00:00
John Gilmore c2bb024d97 * Makefile.in, config/tm-*.h: Clean up make output, only
pass DEFAULT_EMULATION to ldmain.c.
1991-12-20 07:48:11 +00:00
K. Richard Pixley ad659e0779 adjusted copyright. now copyleft 1991-12-20 00:16:18 +00:00
K. Richard Pixley b940b7c22e print version number nicely 1991-12-19 23:58:40 +00:00
K. Richard Pixley 0c72405d83 added -V for version number option 1991-12-19 23:55:06 +00:00
K. Richard Pixley 90f661962b three party cross now called a Canadian cross 1991-12-19 23:36:29 +00:00
Steve Chamberlain 4a96bc044a Changed the @node to use INODE 1991-12-19 01:36:25 +00:00
Steve Chamberlain 3d60de8161 Added new word
NODE
which allows nodes to be written to texinfo files.
1991-12-19 01:32:18 +00:00
Stu Grossman f59db85529 * bfd.h, ieee.h, opcode/m68k.h, opcode/sparc.h: ANSIfy enums. 1991-12-19 01:22:03 +00:00
Stu Grossman 9c96a6bcb0 * bfd-in.h, libaout.h: ANSIfy enums. 1991-12-19 01:19:14 +00:00
Stu Grossman e182722827 * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h,
vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h:  ANSIfy enums.
CVS:
1991-12-19 01:16:03 +00:00
Stu Grossman 0a5d35ed30 * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h,
vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h:  ANSIfy enums.
1991-12-19 01:14:31 +00:00
K. Richard Pixley ce947b9d8d personal checkpoint 1991-12-19 00:57:58 +00:00
K. Richard Pixley 126825483c add menu item and Makefile.in hook 1991-12-19 00:22:09 +00:00
Steve Chamberlain 56f5e00599 * archive.c (normalize): created version for VMS which removes the
VMS directory crap from the front and end of a filename, eg turn
	[-.foo]bar.obj;123 into bar.obj
	(bfd_construct_extended_name_table): now writes index into an
	extended name table in decimal - the same base used to read an
	extended name table.
1991-12-19 00:15:54 +00:00
K. Richard Pixley 7d283cc12f revised, updated, texinfo'd and renamed 1991-12-18 23:42:08 +00:00
Per Bothner 608de555e4 Use aout-target.h more extensively.
Replace Berkeley functions (e.g. bcopy) with ANSI ones (e.g. memcpy).
Other improvements (see ChangeLog).
1991-12-18 23:01:48 +00:00
Per Bothner 61ed7fc37c Initial revision 1991-12-18 23:01:07 +00:00
Fred Fish e83f304031 Enclose corename and execname inside a HAVE_PROCFS ifdef, since they
are unused when it is not defined.
1991-12-18 03:51:33 +00:00
K. Richard Pixley db2de419d4 config.subr -> config.sub 1991-12-17 17:07:39 +00:00
David Henkel-Wallace 4ee249dab1 Archive doc. 1991-12-17 16:39:31 +00:00
John Gilmore 5d13867674 Make it sanitize v9 out of sparc-pinsn.c. 1991-12-17 14:43:59 +00:00
Fred Fish db1eca19a5 Add solib.o to TDEPFILES for these SVR4 systems. 1991-12-16 21:05:22 +00:00
Fred Fish c7e53c85dc Document changes to config/tm-amix and config/tm-i386v4. 1991-12-16 21:04:40 +00:00
Fred Fish 6fa6e49649 Print the names of files from which symbols are being loaded if verbose
is set.
1991-12-16 21:01:34 +00:00
Fred Fish f8b76e70b7 Numerous small changes and a complete reorganization of solib.c, to support
SVR4 shared libraries in a manner very close to the original SunOS support.
See the ChangeLog for details.
1991-12-16 20:57:28 +00:00
Michael Tiemann 01d4cbef85 Add `ALL' target. 1991-12-15 22:35:14 +00:00
Michael Tiemann 5f4d1571fa Add missing handlers for v9 operands. 1991-12-15 22:04:01 +00:00
Michael Tiemann 76d89cb115 Format inner print loop according to emacs. Code changes will follow
(but be easier to diff).
1991-12-15 20:46:21 +00:00
John Gilmore 76b2c3c8cb * infrun.c, remote-eb.c, remote-nindy.c, remote-vx.c: Remove
unused START_INFERIOR_HOOK.

* remote-eb.c:  Change timeout to 24 seconds (*10 fits in byte)
to account for slow loading from floppies.
(eb_create_inferior):  New fn, from eb_start and
nindy_create_inferior.
(eb_close):  Only use log_file if nonzero.
(eb_xfer_memory):  If not writing, then read!
(eb_read_inferior_memory, eb_write_inferior_memory):  Return length.
(eb_kill):  A new no-op.
(eb_mourn_inferior):  Remove breakpoints, then generically weep.
1991-12-14 04:18:45 +00:00
Jim Wilson 201258d5f5 Keep fopen-bin.h and fopen-same.h. 1991-12-14 01:32:54 +00:00
Roland Pesch 49b8ce8933 Minor updates for successful standalone 80386 configuration of manual. 1991-12-14 01:12:42 +00:00
Fred Fish 619fd1455b Fix miscellaneous comparisons of integer with NULL that elicit compiler
warnings about comparisons of integer with pointer when NULL is defined
as ((void *) 0) rather than just a bare 0.
1991-12-14 00:13:05 +00:00
Jim Wilson dd1f25e078 Keep mh-decstation.
Do not keep mh-rs6000, there is no such file.
1991-12-13 23:07:20 +00:00
Roland Pesch a9b4626ad9 More improvements in handling make from remote objdirs:
- remove inappropriate use of unsubdir (worked only accidentally)
 - make gdbVN.m4 generation work from remote objdir too;
 - fix bug in handling of readline appendices for roff translations
 - let GDB internals have the right val of TEXINPUTS for remote format, too
1991-12-13 21:26:18 +00:00
Roland Pesch 3f7458a40d Fix bug: gdbVN.m4 had stopped picking up version number. Now grabs it
again.  Verified for both Sun make and GNU make.
1991-12-13 19:46:42 +00:00
John Gilmore ddf21240ab Improve how we ask for bug reports. 1991-12-13 17:48:06 +00:00
K. Richard Pixley 8f861f082d removed -ansi and -languages options from configure, added
configure.texi (a work in progress), configure.man (a terse first
cut), build configure.info and install man page.
1991-12-13 11:54:57 +00:00
K. Richard Pixley 7da1d33424 find config.subr again 1991-12-13 09:38:48 +00:00
K. Richard Pixley 89adaa3210 config.sub now config.subr 1991-12-13 09:18:33 +00:00