aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-03-27 14:32:08 +0000
committerAndreas Jaeger <aj@suse.de>2002-03-27 14:32:08 +0000
commit7e336ba170ffb8b593d20c03058983268c345811 (patch)
treea560a08cf86970cda5049aaa14fcbcfbc0a4e73e
parent6f12f4cad78f68365a2ed0ae9fc79c1e24cdd684 (diff)
downloadgdb-7e336ba170ffb8b593d20c03058983268c345811.zip
gdb-7e336ba170ffb8b593d20c03058983268c345811.tar.gz
gdb-7e336ba170ffb8b593d20c03058983268c345811.tar.bz2
* dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
comment.
-rw-r--r--gdb/ChangeLog27
-rw-r--r--gdb/dwarf2cfi.c4
2 files changed, 18 insertions, 13 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fa855b2..93a2242 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-27 Andreas Jaeger <aj@suse.de>
+
+ * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
+ comment.
+
2002-03-27 Michal Ludvig <mludvig@suse.cz>
* x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
@@ -15,7 +20,7 @@
dynamicaly during initialization.
* regformats/reg-x86-64.dat: Synced with changes to registers above.
* gdbserver/linux-x86-64-low.c: Ditto.
-
+
2002-03-27 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/server.c (main): Call target_signal_to_host_p
@@ -36,7 +41,7 @@
* signals.c: Moved to...
* signals/signals.c: Here.
- * Makefile (signals.o): Update.
+ * Makefile (signals.o): Update.
2002-03-26 Jeff Law (law@redhat.com)
@@ -67,7 +72,7 @@
(MALLOCED_REPLACEMENT): Delete macro.
* Makefile.in (cli_decode_h): Add $(command_h).
(top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
- * top.c: Include "cli/cli-decode.h".
+ * top.c: Include "cli/cli-decode.h".
* completer.c: Include "cli/cli-decode.h".
* maint.c: Include "cli/cli-decode.h".
* cli/cli-decode.h: Include "command.h".
@@ -110,7 +115,7 @@
2002-03-22 Elena Zannoni <ezannoni@redhat.com>
* ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
- function.
+ function.
* ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
* rs6000-tdep.c (rs6000_gdbarch_init): Use different
structure returning convention for SYSV ABI case, but not
@@ -160,10 +165,10 @@
* 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.
+ * gdbserver/gdbreplay.c (remote_open): Ditto.
2002-03-20 Martin M. Hunt <hunt@redhat.com>
-
+
* regcache.c (_initialize_regcache): No need to call
build_regcache() at this time; it gets called whenever
the gdbarch changes.
@@ -323,7 +328,7 @@
* gdbserver/remote-util.c (remote_open): Print remote-side's
IP address when remote debugging over the network.
-
+
2002-03-12 David O'Brien <obrien@FreeBSD.org>
* config/sparc/fbsd.mh: Fix copyright.
@@ -343,7 +348,7 @@
2002-03-10 Michal Ludvig <mludvig@suse.cz>
* x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
- * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
+ * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
from x86-64-tdep.h
2002-03-10 Daniel Jacobowitz <drow@mvista.com>
@@ -567,7 +572,7 @@
* symfile.c (symfile_bfd_open): Ditto.
* solib.c (solib_map_sections): Ditto.
Fix PR gdb/354.
-
+
2002-02-26 Andrew Cagney <ac131313@redhat.com>
* remote.c (_initialize_remote): By default, disable ``e'' and
@@ -657,7 +662,7 @@
* config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
* config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
Fix PR gdb/378.
-
+
2002-02-23 Andrew Cagney <ac131313@redhat.com>
* lin-thread.c: Delete file.
@@ -694,7 +699,7 @@
* config.in, configure: Regenerated.
* utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
defined use canonicalize_file_name.
-
+
2002-02-23 Michael Chastain <mec@shout.net>
* MAINTAINERS: Remove Michael Chastain from "paper trail" list.
diff --git a/gdb/dwarf2cfi.c b/gdb/dwarf2cfi.c
index 6c574bb..1324dc5 100644
--- a/gdb/dwarf2cfi.c
+++ b/gdb/dwarf2cfi.c
@@ -1,7 +1,7 @@
/* Stack unwinding code based on dwarf2 frame info for GDB, the GNU debugger.
- Copyright 2001
- Free Software Foundation, Inc.
+ Copyright 2001, 2002 Free Software Foundation, Inc.
Contributed by Jiri Smid, SuSE Labs.
+ Based on code written by Daniel Berlin (dan@dberlin.org).
This file is part of GDB.