diff options
author | Ulrich Drepper <[email protected]> | 2008-01-22 06:15:00 +0000 |
---|---|---|
committer | Ulrich Drepper <[email protected]> | 2008-01-22 06:15:00 +0000 |
commit | a969d8e19470157be1b8b2e1a693ac7702bf4273 (patch) | |
tree | 8e60ffb0ce93b240b88bae0ccf7ece33bba91674 | |
parent | 06ec9db81eb938c7ece66f1a8667a1e2b346dae3 (diff) |
Add missing copyright year updates. Fix ChangeLog.
-rw-r--r-- | libdw/ChangeLog | 2 | ||||
-rw-r--r-- | libdw/dwarf.h | 4 | ||||
-rw-r--r-- | libdw/dwarf_child.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_diecu.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_entry_breakpoints.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_formref.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_getaranges.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_getattrs.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_getsrclines.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_nextcu.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_siblingof.c | 2 | ||||
-rw-r--r-- | libdw/dwarf_tag.c | 2 | ||||
-rw-r--r-- | libdw/libdw.h | 2 | ||||
-rw-r--r-- | libdw/libdwP.h | 4 |
14 files changed, 16 insertions, 16 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index b2eeb139..0e092136 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -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. diff --git a/libdw/dwarf.h b/libdw/dwarf.h index f760b9d5..f1261c36 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -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 diff --git a/libdw/dwarf_child.c b/libdw/dwarf_child.c index bbc75075..121cd191 100644 --- a/libdw/dwarf_child.c +++ b/libdw/dwarf_child.c @@ -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 <[email protected]>, 2003. diff --git a/libdw/dwarf_diecu.c b/libdw/dwarf_diecu.c index f5665ec9..a62b8222 100644 --- a/libdw/dwarf_diecu.c +++ b/libdw/dwarf_diecu.c @@ -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 diff --git a/libdw/dwarf_entry_breakpoints.c b/libdw/dwarf_entry_breakpoints.c index d4966e95..578464f3 100644 --- a/libdw/dwarf_entry_breakpoints.c +++ b/libdw/dwarf_entry_breakpoints.c @@ -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 diff --git a/libdw/dwarf_formref.c b/libdw/dwarf_formref.c index 9d472df8..b8463b70 100644 --- a/libdw/dwarf_formref.c +++ b/libdw/dwarf_formref.c @@ -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 <[email protected]>, 2003. diff --git a/libdw/dwarf_getaranges.c b/libdw/dwarf_getaranges.c index 2a2e38dc..96e99620 100644 --- a/libdw/dwarf_getaranges.c +++ b/libdw/dwarf_getaranges.c @@ -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 <[email protected]>, 2000. diff --git a/libdw/dwarf_getattrs.c b/libdw/dwarf_getattrs.c index 35951304..932c5cc1 100644 --- a/libdw/dwarf_getattrs.c +++ b/libdw/dwarf_getattrs.c @@ -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 <[email protected]>, 2004. diff --git a/libdw/dwarf_getsrclines.c b/libdw/dwarf_getsrclines.c index 9ad6963d..9b3c97af 100644 --- a/libdw/dwarf_getsrclines.c +++ b/libdw/dwarf_getsrclines.c @@ -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 <[email protected]>, 2004. diff --git a/libdw/dwarf_nextcu.c b/libdw/dwarf_nextcu.c index 3927c41e..9e5a96bc 100644 --- a/libdw/dwarf_nextcu.c +++ b/libdw/dwarf_nextcu.c @@ -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 <[email protected]>, 2002. diff --git a/libdw/dwarf_siblingof.c b/libdw/dwarf_siblingof.c index 2f451d5d..7347013f 100644 --- a/libdw/dwarf_siblingof.c +++ b/libdw/dwarf_siblingof.c @@ -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 <[email protected]>, 2003. diff --git a/libdw/dwarf_tag.c b/libdw/dwarf_tag.c index 7fcd89ca..5280ab24 100644 --- a/libdw/dwarf_tag.c +++ b/libdw/dwarf_tag.c @@ -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 <[email protected]>, 2003. diff --git a/libdw/libdw.h b/libdw/libdw.h index 4720739a..3f3e5a09 100644 --- a/libdw/libdw.h +++ b/libdw/libdw.h @@ -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 diff --git a/libdw/libdwP.h b/libdw/libdwP.h index 2277f39c..f805295f 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -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 <[email protected]>, 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 |