Jim Kingdon
5e27c0544a
fix typo
1993-05-21 20:44:43 +00:00
Jim Kingdon
b646b43826
* complaint.c: Make sure all complain() pass the address of the struct.
...
* xcoffread.c: Make sure all struct complaints are static not auto.
1993-05-21 20:43:16 +00:00
Sean Eric Fagan
d0e1e015dc
Slight changes for the 29k-udi target.
1993-05-21 18:32:01 +00:00
Sean Eric Fagan
f2e349a242
Change the configuration, for target 29k-udi, a little bit.
1993-05-21 18:07:23 +00:00
Sean Eric Fagan
31589e1ec0
Change the configuration a little bit.
1993-05-21 18:06:53 +00:00
Sean Eric Fagan
e13f0d9e35
Renamed the udi "sun"-host file to a "unix"-host file. These are necessary
...
support changes.
1993-05-21 17:58:36 +00:00
Sean Eric Fagan
976a7ee0b7
Changed the configuration scheme a bit, to be saner, cleaner, etc.
...
Also, the so-called sun-dependent files were not very sun-dependent,
so renamed it to "unix."
1993-05-21 17:51:50 +00:00
Sean Eric Fagan
498ca01db7
Renamed it to "udiphunix.h".
1993-05-21 17:50:43 +00:00
Jim Kingdon
b1285bd9eb
Further revisions (for xcoff mostly) to test case logged in ChangeLog yesterday
1993-05-21 16:40:05 +00:00
Jim Kingdon
1a8b566849
* stabs.texinfo (Builtin Type Descriptors): Document the floating
...
point types used with @samp{R} type descriptor.
(Symbol Descriptors): Describe how to handle conflict between
different meanings of @samp{P} symbol descriptor.
1993-05-21 16:29:24 +00:00
Jim Kingdon
c41e08c472
* Makefile.in: Add rule for xcoffexec.o like that for paread.o.
...
* xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
1993-05-21 14:42:14 +00:00
Jim Kingdon
7326242025
* xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
1993-05-21 14:08:17 +00:00
Jim Kingdon
e18faa8ab9
* configure.in: Do gdb.stabs and C++ tests only for stabs.
1993-05-21 01:32:23 +00:00
Jim Kingdon
1458f956e9
New directory
1993-05-21 01:31:26 +00:00
Jim Kingdon
8c59ee1150
* stabs.texinfo: Remove node Quick Reference and put its children
...
directly under the main menu.
* stabs.texinfo: Many more changes to bring it into line with
AIX documentation and reality. I think it now has all the
information from the AIX documentation, except that I burned
out when I got to variant records (Pascal and Modula-2) and
all the COBOL types. Oh well, we can add them later when we're
worrying more about those languages.
* stabs.texinfo (Automatic variables): Talk about what it means
to omit the symbol descriptor.
1993-05-20 18:41:17 +00:00
Jim Kingdon
2c6af8c021
x
1993-05-20 00:37:32 +00:00
K. Richard Pixley
ee3d350d13
fixed typo in tm-m68k.h
1993-05-19 22:48:25 +00:00
K. Richard Pixley
80ddbedc45
fix typo
1993-05-19 22:44:08 +00:00
Stu Grossman
f3fe87c79e
* config/pa/nm-hppab.h: Comment PTRACE_ARG3_TYPE.
1993-05-19 22:43:06 +00:00
Jim Kingdon
5b40415c63
* Makefile.in (INSTALLED_LIBS): New variable.
1993-05-19 17:56:18 +00:00
Jim Kingdon
8ce07a211b
* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
...
not just "Quit anyway?".
1993-05-19 03:29:10 +00:00
Jim Kingdon
94d5034070
* main.c (quit_command): In the "quit anyway?" message, tell the user
...
whether we are planning to detach or kill the program.
* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
not just "Quit anyway?".
1993-05-19 02:17:38 +00:00
Jim Kingdon
cdaa790509
* config/vax/vaxbsd.mh: Add "NAT_FILE= nm-vax.h".
...
* config/vax/xm-vaxbsd.h: Use <sys/param.h> not <machine/limits.h>
1993-05-19 02:01:05 +00:00
Jim Kingdon
15f7860275
* infcmd.c (read_pc): Doc fix.
1993-05-19 01:25:43 +00:00
Jim Kingdon
511933e73b
* printcmd.c (print_address_symbolic): Use %u not %d for offset.
1993-05-19 01:20:09 +00:00
Jim Kingdon
993583e53b
* blockframe.c (get_prev_frame_info): If pc in sigtramp, set
...
signal_handler_caller.
* tm-68k.h (FRAME_{CHAIN,SAVED_PC}): Deal with sigtramp.
* tm-hp300bsd.h: Define SIGTRAMP_{START,END} not IN_SIGTRAMP.
* inferior.h (IN_SIGTRAMP): Definition moved from infrun.c.
Use SIGTRAMP_START if defined.
* infcmd.c (step_1): Use SIGTRAMP_{START,END} if needed.
* infrun.c (wait_for_inferior): Check IN_SIGTRAMP before SKIP_PROLOGUE.
1993-05-19 00:57:48 +00:00
Fred Fish
27daf1a914
* gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
...
that all setup_xfails are immediately followed by clear_xfails.
1993-05-19 00:13:56 +00:00
Jim Kingdon
7f8253c71c
* infptrace.c: Remove unused KERNEL_U_ADDR_HPUX code.
1993-05-18 23:53:28 +00:00
Jim Kingdon
b1b4a89ec3
* infcmd.c (step_1): Fix poorly worded error message.
1993-05-18 23:42:16 +00:00
Jim Kingdon
865e574b06
* config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES):
...
Comment out corelow.c because core dumps are broken on these machines.
1993-05-18 23:16:00 +00:00
Jim Kingdon
23aed4497c
* stabs.texinfo (Parameters): Add "(sometimes)" when describing
...
gcc2 behavior with promoted args.
1993-05-18 23:01:58 +00:00
Jim Kingdon
31d16514c8
* Makefile.in (depend): Put "${srcdir}" in generated dependencies
...
if srcdir is not ".".
Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it.
(INCLUDE_CFLAGS): Remove BFD_DIR and READLINE_DIR.
* depend: Update to latest automatically built version.
1993-05-18 22:38:12 +00:00
Fred Fish
6e50aeb481
* ChangeLog, ChangeLog-92: Split ChangeLog at 1993.
...
* Makefile.in (NONSRC): Add ChangeLog-92
1993-05-18 15:16:01 +00:00
Jim Kingdon
f49cf58940
* findvar.c ({read,write}_register): Use REGISTER_RAW_SIZE
...
not typo RAW_REGISTER_SIZE.
* frame.h, inferior.h: Doc fixes.
1993-05-18 15:06:47 +00:00
Stu Grossman
35247ccd31
* findvar.c (write_register): Add sanity check for register size.
...
(read_register): Fixup sanity check for register size to be
consistent with write_register().
1993-05-17 22:48:07 +00:00
Roland Pesch
da24340ca3
Now that makeinfo node defaulting works, include readline appendices in
...
Info form of manual as well as printed form.
(Thanks for spotting this, Zoo!)
1993-05-15 04:38:03 +00:00
K. Richard Pixley
d968d5b48f
back out malloc/xmalloc patch
1993-05-14 22:14:45 +00:00
Ian Lance Taylor
09c6a0aa0f
* remote-nindy.c: Removed declaration of coffstrip.
...
* nindy-share/nindy.c: #if 0 coffstrip routine; no longer used.
1993-05-13 14:37:02 +00:00
Fred Fish
377f53d2a9
* Makefile.in (VERSION): Bump to 4.9.1 after release and cvs
...
tagging.
1993-05-12 19:59:57 +00:00
Fred Fish
965a33af59
* README: Update known bugs to include the Solaris bug that
...
leaves core dumps in the current directory when restarting the
inferior with "run". Expand on the testsuite information.
1993-05-11 17:45:22 +00:00
Fred Fish
415e62080d
* config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
...
gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
gdb.t31/chillvars.exp, lib/gdb.exp:
Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
bug-gdb@prep.ai.mit.edu .
1993-05-11 16:15:41 +00:00
John Gilmore
af34c75d69
Remove CVS-merge trash from ChangeLog.
1993-05-11 07:26:45 +00:00
Jim Kingdon
d2712f0267
* config/m68k/xm-hp300bsd.h: Include <sys/param.h> to avoid INT_MAX
...
redefined warnings.
1993-05-11 05:17:40 +00:00
Fred Fish
0a4a0f097b
* README, NEWS: Update for gdb 4.9 release.
1993-05-11 03:45:47 +00:00
John Gilmore
57ffffe3fe
* ch-exp.y (MAX, MIN): Rename to MAX_TOKEN, MIN_TOKEN.
...
* target.c (MIN): #undef before defining.
1993-05-11 02:49:40 +00:00
Jim Kingdon
4a2383c1f8
Patch from Jeffrey Law:
...
* gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
1993-05-10 23:10:46 +00:00
Ian Lance Taylor
1edc5cd26d
* hppa-tdep.c (hppa_push_arguments): Allocate correct amount of
...
memory.
1993-05-10 22:30:34 +00:00
Fred Fish
f39a2631d9
* ch-exp.y (start): Apply work-around to avoid bison warning.
1993-05-10 20:18:05 +00:00
Fred Fish
0b81fc4394
* Makefile.in (BISON): Remove double quotes around BISON
...
definition when bison is used.
1993-05-10 00:53:27 +00:00
Fred Fish
8f59e92be9
* configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd*
...
* configure.in (hppa*-hp-hpux): Change to hppa*-hp-hpux*
* configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
* configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
* configure.in (hppa*-*-bsd): Change to hppa*-*-bsd*
* configure.in (hppa*-*-hpux): Change to hppa*-*-hpux*
* configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
* configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
1993-05-10 00:15:12 +00:00