From: Petr Machata Date: Wed, 15 Oct 2014 17:28:08 +0000 (+0200) Subject: Drop unused field struct Dwarf_Files_s.cu X-Git-Tag: elfutils-0.161~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=564cfbe20beb077c3441400c4b0c406478043d76;p=thirdparty%2Felfutils.git Drop unused field struct Dwarf_Files_s.cu Signed-off-by: Petr Machata --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index f40ad251f..89b2735fb 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,8 @@ +2014-10-15 Petr Machata + + * libdwP.h (struct Dwarf_Files_s.cu): Drop field. + * dwarf_getsrclines.c (dwarf_getsrclines): Don't set it. + 2014-10-05 Mark Wielaard * dwarf.h: Add DW_AT_GNU_deleted. diff --git a/libdw/dwarf_getsrclines.c b/libdw/dwarf_getsrclines.c index 7b174cfc0..74d626cf9 100644 --- a/libdw/dwarf_getsrclines.c +++ b/libdw/dwarf_getsrclines.c @@ -1,5 +1,5 @@ /* Return line number information of CU. - Copyright (C) 2004-2010, 2013 Red Hat, Inc. + Copyright (C) 2004-2010, 2013, 2014 Red Hat, Inc. This file is part of elfutils. Written by Ulrich Drepper , 2004. @@ -680,9 +680,6 @@ dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, size_t *nlines) dirs[i] = dirarray[i]->dir; dirs[ndirlist] = NULL; - /* Remember the referring CU. */ - files->cu = cu; - /* Make the file data structure available through the CU. */ cu->files = files; diff --git a/libdw/libdwP.h b/libdw/libdwP.h index ce8a83d59..c0f3741c8 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -209,7 +209,6 @@ struct Dwarf_Abbrev /* Files in line information records. */ struct Dwarf_Files_s { - struct Dwarf_CU *cu; unsigned int ndirs; unsigned int nfiles; struct Dwarf_Fileinfo_s