]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
authorAndreas Jaeger <aj@suse.de>
Wed, 27 Mar 2002 14:31:42 +0000 (14:31 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 27 Mar 2002 14:31:42 +0000 (14:31 +0000)
comment.

gdb/ChangeLog
gdb/dwarf2cfi.c

index 68fd3d9b29ad264103b28f5e59e3b616f4f48249..facae9816510dca83bceb6e57e0326e5eeda19e5 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-27  Andreas Jaeger  <aj@suse.de>
+
+       * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
+       comment.
+
 2002-03-25  Alexandre Oliva  <aoliva@redhat.com>
 
        * 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  <drow@mvista.com>   
+2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
        (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
        * 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
        * 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.
         * 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.
index 6c574bb06b7f712537625c9875d47c7f01ed5f8a..1324dc5aa9677a5aa83ab5525a88a8534eb37925 100644 (file)
@@ -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.