summaryrefslogtreecommitdiff
path: root/test/Object/Inputs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-03 21:02:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-03 21:02:51 +0000
commitd787a41b118a3724d1df87dc3d38cc3fddb3a145 (patch)
tree4bb427304568d39764c3b25fb96d4e5ef4bcd45c /test/Object/Inputs
parent6107bbbbdf1c801b80f28a4d20e2194087f13c62 (diff)
downloadllvm-d787a41b118a3724d1df87dc3d38cc3fddb3a145.tar.gz
llvm-d787a41b118a3724d1df87dc3d38cc3fddb3a145.tar.bz2
llvm-d787a41b118a3724d1df87dc3d38cc3fddb3a145.tar.xz
Implement the "mips endian" for r_info.
Normally r_info is just a 32 of 64 bit number matching the endian of the rest of the file. Unfortunately, mips 64 bit little endian is special: The top 32 bits are a little endian number and the following 32 are a big endian one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178694 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object/Inputs')
-rw-r--r--test/Object/Inputs/trivial-object-test.elf-mips64elbin0 -> 1064 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/Object/Inputs/trivial-object-test.elf-mips64el b/test/Object/Inputs/trivial-object-test.elf-mips64el
new file mode 100644
index 0000000000..5ad9ba3a0b
--- /dev/null
+++ b/test/Object/Inputs/trivial-object-test.elf-mips64el
Binary files differ