llvm-6502/test/Scripts
Jack Carter 0140e55393 This allows hello world to be compiled for Mips 64 direct object.
It takes advantage of r159299 which introduces relocation support for N64. 
elf-dump needed to be upgraded to support N64 relocations as well.

This passes make check.

Jack


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159301 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-27 22:48:25 +00:00
..
coff-dump.py Fix Formatting. 2010-10-08 03:17:21 +00:00
coff-dump.py.bat test: Fix binary stdin issues with coff-dump on Windows. 2010-10-07 06:29:21 +00:00
common_dump.py Fix the bitwidth of the remaining fields. 2011-08-04 17:00:11 +00:00
elf-dump This allows hello world to be compiled for Mips 64 direct object. 2012-06-27 22:48:25 +00:00
elf-dump.bat Add an elf-dumper utility. 2010-09-09 15:00:41 +00:00
ignore Revert r98892. BSD systems may not have bash installed at all. 2010-03-19 00:32:11 +00:00
macho-dumpx macho-dump: Switch to C++ macho-dump tool. 2010-12-10 06:19:45 +00:00
macho-dumpx.bat macho-dump: Switch to C++ macho-dump tool. 2010-12-10 06:19:45 +00:00
README.txt

This directory contains scripts which are used by the TestRunner style
tests, which allows them to be simpler and more direct.