diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/dwarf2.h | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 48c4008..74c0ead 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2009-07-10 Tom Tromey <tromey@redhat.com> + + * dwarf2.h: New file, moved from elf/. + 2009-07-09 Jakub Jelinek <jakub@redhat.com> * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 6dec5fe..89235d1 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2009-07-10 Tom Tromey <tromey@redhat.com> + + * dwarf2.h: Move to `..'. + 2009-07-10 H.J. Lu <hongjiu.lu@intel.com> * dwarf2.h: Just include ../dwarf2.h. diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h deleted file mode 100644 index 0203fc1..0000000 --- a/include/elf/dwarf2.h +++ /dev/null @@ -1 +0,0 @@ -#include "../dwarf2.h" |