commit | 03288f0df65115b75cf029825ecc9cf9158870a4 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 28 22:00:54 2009 -0800 |
committer | Roland McGrath <roland@redhat.com> | Wed Jan 28 22:00:54 2009 -0800 |
tree | 135d8ad29f522915177d5c6c6817231ff0431606 | |
parent | c5acb304d81cdbe3f8b923f2a6ac1bee3af9f498 [diff] [blame] |
Fiddle internal type decls for C++ scoping.
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index c45c179..d66f34b 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog
@@ -1,5 +1,8 @@ 2009-01-28 Roland McGrath <roland@redhat.com> + * libdwP.h (struct Dwarf_Line_s): Move out of struct Dwarf_Lines_s + defn so C++ doesn't scope the name to not match the Dwarf_Line typedef. + * libdwP.h (struct Dwarf_Files_s): Replace dbg field with cu field. 2009-01-26 Roland McGrath <roland@redhat.com>