Add the big-endian O32 small structures bugfix to the Mips release notes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Sanders 2014-12-05 11:06:13 +00:00
parent 27f06d254d
commit 1c954715ed

View File

@ -42,6 +42,9 @@ Changes to the MIPS Target
* Returning a zero-byte struct no longer causes incorrect code generation when
using the O32 ABI.
* Passing structures of less than 32-bits using the O32 ABI on a big-endian
target has been fixed.
* The exception personality has been changed for 64-bit Mips targets to
eliminate warnings about relocations in a read-only section.