]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Add missing copyright year updates. Fix ChangeLog.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Jan 2008 06:15:00 +0000 (06:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Jan 2008 06:15:00 +0000 (06:15 +0000)
14 files changed:
libdw/ChangeLog
libdw/dwarf.h
libdw/dwarf_child.c
libdw/dwarf_diecu.c
libdw/dwarf_entry_breakpoints.c
libdw/dwarf_formref.c
libdw/dwarf_getaranges.c
libdw/dwarf_getattrs.c
libdw/dwarf_getsrclines.c
libdw/dwarf_nextcu.c
libdw/dwarf_siblingof.c
libdw/dwarf_tag.c
libdw/libdw.h
libdw/libdwP.h

index b2eeb139ddda8c1cfbbd79d84a4294263e16c328..0e09213682156c957c72037d53f81066f0269c9c 100644 (file)
@@ -16,7 +16,7 @@
        (dwarf_nextcu): Use the new definitions.
 
        * libdwP.h (DIE_OFFSET_FROM_CU_OFFSET): New macro.
-       * dwarf_die.c (dwarf_diecu): Use the new macro.
+       * dwarf_diecu.c (dwarf_diecu): Use the new macro.
        * dwarf_getaranges (dwarf_getaranges): Use the new macro.
        * dwarf_nextcu.c (dwarf_nextcu): Use the new macro.
 
index f760b9d549dce9a32c7038b1b1e74f16f6212301..f1261c3618f1d135bf1aab01e09b71fa19436575 100644 (file)
@@ -1,5 +1,5 @@
 /* This file defines standard DWARF types, structures, and macros.
-   Copyright (C) 2000, 2002, 2005, 2006, 2007 Red Hat, Inc.
+   Copyright (C) 2000, 2002, 2005, 2006, 2007, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -674,7 +674,7 @@ enum
 
 /* Section 7.2.2 of the DWARF3 specification defines a range of escape
    codes that can appear in the length field of certain DWARF structures.
-   
+
    These defines enumerate the minium and maximum values of this range.
    Currently only the maximum value is used (to indicate that 64-bit
    values are going to be used in the dwarf data that accompanies the
index bbc750756c9d6702c8dc4a9de5d21a90301ad8d5..121cd1914c5c7ee2f8f2658aadb39c93e91c70c5 100644 (file)
@@ -1,5 +1,5 @@
 /* Return child of current DIE.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2003.
 
index f5665ec97f1c241c896bce2f811d682dce1d5495..a62b82229c4060b7b66861d9926b6e8ea73e76d9 100644 (file)
@@ -1,5 +1,5 @@
 /* Return CU DIE containing given DIE.
-   Copyright (C) 2005 Red Hat, Inc.
+   Copyright (C) 2005, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
index d4966e9582f3b09c9a159a399f020bc0b5671a08..578464f3f9144c1f7f63c02fb9c05494154f9c4c 100644 (file)
@@ -1,5 +1,5 @@
 /* Find entry breakpoint locations for a function.
-   Copyright (C) 2005 Red Hat, Inc.
+   Copyright (C) 2005, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
index 9d472df8cf246bad6a890fbec1ce34a23f190b4e..b8463b70b16e82b90ce5331babc75c0ad00080c2 100644 (file)
@@ -1,5 +1,5 @@
 /* Return reference offset represented by attribute.
-   Copyright (C) 2003, 2005, 2007 Red Hat, Inc.
+   Copyright (C) 2003, 2005, 2007, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2003.
 
index 2a2e38dcff1d5848aeede4fdc18c62ef6c3279e8..96e9962060b4a6fdb6c292d8237ad7f36465df75 100644 (file)
@@ -1,5 +1,5 @@
 /* Return list address ranges.
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Red Hat, Inc.
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2000.
 
index 35951304fded1b828738247e67b43f9f063ddc3d..932c5cc1cc9ee6f147225f55406de4ec5ee57de7 100644 (file)
@@ -1,5 +1,5 @@
 /* Get attributes of the DIE.
-   Copyright (C) 2004, 2005 Red Hat, Inc.
+   Copyright (C) 2004, 2005, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2004.
 
index 9ad6963d9b004008dd9f0db656a83ecc37e57dfe..9b3c97af4ea96c333a26b5cd400bb8f9bfda9d9d 100644 (file)
@@ -1,5 +1,5 @@
 /* Return line number information of CU.
-   Copyright (C) 2004, 2005, 2007 Red Hat, Inc.
+   Copyright (C) 2004, 2005, 2007, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2004.
 
index 3927c41eb02cf09d99719afd2506b73c8d245608..9e5a96bc64c1eb8a1742e96b4800d253fef2aa40 100644 (file)
@@ -1,5 +1,5 @@
 /* Advance to next CU header.
-   Copyright (C) 2002, 2003, 2004, 2005 Red Hat, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2002.
 
index 2f451d5d86f55eb96176a6c10a1990ca539a8743..7347013f396a039fcd7c6b61c577b5c148b959ce 100644 (file)
@@ -1,5 +1,5 @@
 /* Return sibling of given DIE.
-   Copyright (C) 2003, 2004, 2005, 2007 Red Hat, Inc.
+   Copyright (C) 2003, 2004, 2005, 2007, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2003.
 
index 7fcd89ca1099296f4d9ca4f8ace6d64995943204..5280ab24af1814aee46410c49260e08f09f349a7 100644 (file)
@@ -1,5 +1,5 @@
 /* Return tag of given DIE.
-   Copyright (C) 2003, 2004, 2005, 2006 Red Hat, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2003.
 
index 4720739a1c54f009b675586e711e1a812b7d33f8..3f3e5a09d4be4041fa9e28d0e29ed91ce978ad92 100644 (file)
@@ -1,5 +1,5 @@
 /* Interfaces for libdw.
-   Copyright (C) 2002, 2004, 2005, 2006, 2007 Red Hat, Inc.
+   Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
index 2277f39cdce58294e02d65833584b4c7648efbad..f805295ff26962f1541bc945a901a4a118b1ce08 100644 (file)
@@ -1,5 +1,5 @@
 /* Internal definitions for libdwarf.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -291,7 +291,7 @@ struct Dwarf_CU
         LEN       VER     OFFSET    ADDR
       4-bytes + 2-bytes + 4-bytes + 1-byte  for 32-bit dwarf
      12-bytes + 2-bytes + 8-bytes + 1-byte  for 64-bit dwarf
-     
+
    Note the trick in the computation.  If the offset_size is 4
    the '- 4' term changes the '3 *' into a '2 *'.  If the
    offset_size is 8 it accounts for the 4-byte escape value