dwarf parsing stuff.
authorChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 22:39:23 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 22:39:23 +0000 (22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145207 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index ac000161e3deab0a88eb6da1f227f5add0bc6cfb..e98717278a217b43b93b0ff27ee03afe9f9d3019 100644 (file)
@@ -910,9 +910,10 @@ be used to verify some algorithms.
   <li>TableGen can now autogenerate MC expansion logic for pseudo
     instructions that expand to multiple MC instructions (through the
     PseudoInstExpansion class).</li>
-    
-  <li>XXX: llvm-objdump / dwarf parser library / llvm-dwarfdump (d0k)
-    object file parsing stuff and llvm-size (mspencer).  Status?</li>
+  <li>A new llvm-objdump and llvm-dwarfdump tools provide a start of a drop-in 
+    replacement for the corresponding tools that use LLVM libraries.  As part of
+    this, LLVM has the beginnings of a dwarf parsing library.</li>
+  <li>XXX: object file parsing stuff and llvm-size (mspencer).  Status?</li>
 </ul>
 
 </div>