From: Andreas Jaeger Date: Wed, 27 Mar 2002 14:31:42 +0000 (+0000) Subject: * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright X-Git-Tag: gdb_5_2-2002-04-29-release~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=455e110ee54468d51effc4783c0c9b5407959c1a;p=thirdparty%2Fbinutils-gdb.git * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68fd3d9b29a..facae981651 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-03-27 Andreas Jaeger + + * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright + comment. + 2002-03-25 Alexandre Oliva * coffread.c: Remove redundant static declarations. Replace @@ -24,7 +29,7 @@ * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after approval''. -2002-03-07 Daniel Jacobowitz +2002-03-07 Daniel Jacobowitz * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long. (num_regs, regmap): Move inside HAVE_LINUX_USRREGS. @@ -183,7 +188,7 @@ * symfile.c (symfile_bfd_open): Ditto. * solib.c (solib_map_sections): Ditto. Fix PR gdb/354. - + 2002-02-26 Andrew Cagney * remote.c (_initialize_remote): By default, disable ``e'' and @@ -273,7 +278,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 * lin-thread.c: Delete file. @@ -310,7 +315,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 * MAINTAINERS: Remove Michael Chastain from "paper trail" list. diff --git a/gdb/dwarf2cfi.c b/gdb/dwarf2cfi.c index 6c574bb06b7..1324dc5aa96 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.