This commit was manufactured by cvs2svn to create branch 'gdb_5_2-branch'.
Cherrypick from master 2002-04-25 21:22:12 UTC Theodore A. Roth <troth@openavr.org> '* avr-tdep.c: Ran through gdb_indent.sh.':
gdb/avr-tdep.c
gdb/config/avr/avr.mt
Andrew Cagney [Mon, 15 Apr 2002 04:15:16 +0000 (04:15 +0000)]
From mainline: 2002-03-06 Jim Blandy <jimb@redhat.com>
* splay-tree.c (splay_tree_xmalloc_allocate,
splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
prototyped definitions. Mark `data' arguments as unused.
Michal Ludvig [Wed, 10 Apr 2002 12:53:46 +0000 (12:53 +0000)]
* x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
(PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
(kernel_u_size): Added.
* config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
(PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
Pierre Muller [Tue, 9 Apr 2002 08:42:57 +0000 (08:42 +0000)]
2002-04-08 Pierre Muller <muller@ics.u-strasbg.fr>
from 2002-03-22 Christopher Faylor <cgf@redhat.com> patch
in main branch.
* win32-nat.c (child_create_inferior): Check for proper shell to use
here, in case the user changes it on the fly.
(_initialize_inftarg): Remove shell path considerations.
Andrew Cagney [Sun, 7 Apr 2002 22:30:16 +0000 (22:30 +0000)]
I believe Jeff Law denies responsability for this one:
* config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
Work-around for PR gdb/366.
Andrew Cagney [Sun, 7 Apr 2002 21:35:58 +0000 (21:35 +0000)]
Import 2002-03-06 Chris Demetriou <cgd@broadcom.com>
* mips-opc.c (mips_builtin_opcodes): Mark "pref" as being
present on I4.
* mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps".
Andrew Cagney [Sun, 7 Apr 2002 20:56:32 +0000 (20:56 +0000)]
* Makefile.in (do-tar-bz2): Delete rule. Replace with ...
(do-tar, do-bz2): New rules.
(taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
(gdb-tar): New rule.
(gdb-taz): Rewrite. Use gdb-tar and do-bz2.
(insight_dejagnu.tar): New rule.
(insight.tar): New rule.
(gdb+dejagnu.tar): New rule.
(gdb.tar): New rule.
Andrew Cagney [Sun, 7 Apr 2002 18:59:15 +0000 (18:59 +0000)]
* README (Reporting Bugs in GDB): Document the bug web page as the
prefered way of submitting bugs.
Fix PR gdb/402.
* gdb.texinfo (Bug Reporting): Document that the web is the
prefered way of submitting bug reports.
(Bug Reporting): Delete the s-mail address as the last resort.
* gdbserver/server.c (main): Call target_signal_to_host_p
and target_signal_to_host on signals received from the remote.
* gdbserver/remote-utils.c (prepare_resume_reply): Call
target_signal_from_host on signals sent to the remote.
* gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
* gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
2002-03-20 Martin M. Hunt <hunt@redhat.com>
* gdbserver/remote-utils.c (remote_open): Don't call
getprotobyname, we're all using TCP here so just use
IPPROTO_TCP.
* gdbserver/gdbreplay.c (remote_open): Ditto.
2002-03-13 Michal Ludvig <mludvig@suse.cz>
* gdbserver/remote-util.c (remote_open): Print remote-side's
IP address when remote debugging over the network.
* signals/signals.c: Include "server.h" in gdbserver build.
(target_signal_from_name): Don't use STREQ.
(_initialize_signals): Likewise. Don't include function in
gdbserver build.
Andrew Cagney [Thu, 28 Mar 2002 04:28:01 +0000 (04:28 +0000)]
From veksler at il.ibm.com:
* utils.c (gdb_realpath): If canonicalize_file_name fails, return
the xstrduped original path.
Fix PR gdb/417.
From 2002-03-14 Richard Henderson <rth@redhat.com>
* configure.in: Detect declaration for canonicalize_file_name.
* utils.c (canonicalize_file_name): Declare, if needed.
(gdb_realpath): Prefer realpath if available and usable.
* config.in, configure: Rebuild.
nobody [Wed, 27 Mar 2002 05:12:36 +0000 (05:12 +0000)]
This commit was manufactured by cvs2svn to create branch 'gdb_5_2-branch'.
Cherrypick from master 2002-03-27 05:12:35 UTC Daniel Jacobowitz <drow@false.org> '2002-03-27 Daniel Jacobowitz <drow@mvista.com>':
gdb/signals/signals.c
include/gdb/ChangeLog
include/gdb/signals.h