diff options
author | Caroline Tice <cmtice@google.com> | 2007-05-21 16:35:11 +0000 |
---|---|---|
committer | Caroline Tice <cmtice@google.com> | 2007-05-21 16:35:11 +0000 |
commit | a1f7599670d477687a0990414e3abcb58b41f3a1 (patch) | |
tree | 3b8dbb750e3d7f9c369fe5932df89ff65b919d5b | |
parent | 8ebdc5d85549b2ea4ce403308df9616cc64a1c36 (diff) | |
download | cygnal-a1f7599670d477687a0990414e3abcb58b41f3a1.tar.gz cygnal-a1f7599670d477687a0990414e3abcb58b41f3a1.tar.bz2 cygnal-a1f7599670d477687a0990414e3abcb58b41f3a1.zip |
Move entry for modification to dwarf2.h (for adding ability to report
when a variable's value is uninitialized) to the correct ChangeLog file.
-rw-r--r-- | include/elf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 003ad9c28..dfb5e88b4 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. |