+2014-10-15 Petr Machata <pmachata@redhat.com>
+
+ * libdwP.h (struct Dwarf_Files_s.cu): Drop field.
+ * dwarf_getsrclines.c (dwarf_getsrclines): Don't set it.
+
2014-10-05 Mark Wielaard <mjw@redhat.com>
* dwarf.h: Add DW_AT_GNU_deleted.
/* 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 <drepper@redhat.com>, 2004.
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;