diff options
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | include/elf/ChangeLog | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea28d64..6847009f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -30,8 +30,6 @@ (value_initialized): New function. * value.h (value_initialized): New extern declaration. (set_value_initialized): Likewise. - * include/elf/dwarf2.h: (enum dwarf_location_atom): Add new DW_OP, - DW_OP_GNU_uninit. 2007-05-18 Caroline Tice <ctice@apple.com> diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 003ad9c..dfb5e88 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2007-05-18 Caroline Tice <ctice@apple.com> + + * dwarf2.h: (enum dwarf_location_atom): Add new DW_OP, + DW_OP_GNU_uninit. + 2007-05-12 Alan Modra <amodra@bigpond.net.au> * spu.h (R_SPU_ADDR16X): Define. |