diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/dwarf2.h | 1 |
2 files changed, 4 insertions, 1 deletions
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" |