diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-12 19:42:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-12 19:42:23 +0000 |
commit | cc41562f94052f307da4429f33cc18c7d510b2f5 (patch) | |
tree | 6c1948f87cc79d53adc78a4ab9ccae1d369dd56c /libdw/dwarf_getabbrev.c | |
parent | 7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7 (diff) | |
download | android_external_elfutils-cc41562f94052f307da4429f33cc18c7d510b2f5.tar.gz android_external_elfutils-cc41562f94052f307da4429f33cc18c7d510b2f5.tar.bz2 android_external_elfutils-cc41562f94052f307da4429f33cc18c7d510b2f5.zip |
propagate from branch 'com.redhat.elfutils.roland.pending' (head e5cfdd13aa39dfae16b905fd57ff56ad8a131bb5)
to branch 'com.redhat.elfutils' (head 60222fc1981540f15e674b6705fd7a6f628f95a4)
Diffstat (limited to 'libdw/dwarf_getabbrev.c')
-rw-r--r-- | libdw/dwarf_getabbrev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdw/dwarf_getabbrev.c b/libdw/dwarf_getabbrev.c index 07bf6dfc..7fdbf81c 100644 --- a/libdw/dwarf_getabbrev.c +++ b/libdw/dwarf_getabbrev.c @@ -1,5 +1,5 @@ /* Get abbreviation at given offset. - Copyright (C) 2003, 2004, 2005, 2006 Red Hat, Inc. + Copyright (C) 2003, 2004, 2005 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <drepper@redhat.com>, 2003. @@ -58,7 +58,7 @@ Dwarf_Abbrev * -internal_function +internal_function_def __libdw_getabbrev (dbg, cu, offset, lengthp, result) Dwarf *dbg; struct Dwarf_CU *cu; |