diff options
| author | Roland McGrath <[email protected]> | 2009-01-28 18:28:52 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-01-28 18:28:52 -0800 |
| commit | c5acb304d81cdbe3f8b923f2a6ac1bee3af9f498 (patch) | |
| tree | d08164107fab19144699a66fc8c696b09ea37b22 /libdw/libdwP.h | |
| parent | 51f01285dca04c78350d75bb62bba1350a05e252 (diff) | |
(struct Dwarf_Files_s): Replace dbg field with cu field.
Diffstat (limited to 'libdw/libdwP.h')
| -rw-r--r-- | libdw/libdwP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h index 867ad89b..1892cd58 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, 2008 Red Hat, Inc. + Copyright (C) 2002-2009 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2002. @@ -208,7 +208,7 @@ struct Dwarf_Abbrev /* Files in line information records. */ struct Dwarf_Files_s { - Dwarf *dbg; + struct Dwarf_CU *cu; unsigned int ndirs; unsigned int nfiles; struct Dwarf_Fileinfo_s |
