diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 635bb632681..9f548c4d09f 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -436,6 +436,12 @@ in this section.
by allowing multiple "LLVMContext" objects to exist. Please see the threading entry in the Programmer's
Manual for more information.
+
LLVM now has experimental support for embedded
+ metadata in LLVM IR, though the implementation is not guaranteed to be
+ final and the .bc file format may change in future releases. Debug info
+ does not yet use this format in LLVM 2.6.
+
@@ -617,8 +623,11 @@ releases of LLVM.
-- Add support for the PowerPC 64-bit SVR4 ABI.
- Mips now supports O32 Calling Convention.
+- Many improvements to the 32-bit PowerPC SVR4 ABI (used on powerpc-linux)
+ support, lots of bugs fixed.
+- Added support for the 64-bit PowerPC SVR4 ABI (used on powerpc64-linux).
+ Needs more testing.