[Testing] binutils to support older instructions used in 360
This commit is contained in:
@@ -1276,7 +1276,7 @@ class GenTestsCommand(Command):
|
|||||||
"-a32",
|
"-a32",
|
||||||
"-be",
|
"-be",
|
||||||
"-mregnames",
|
"-mregnames",
|
||||||
"-mpower7",
|
"-ma2",
|
||||||
"-maltivec",
|
"-maltivec",
|
||||||
"-mvsx",
|
"-mvsx",
|
||||||
"-mvmx128",
|
"-mvmx128",
|
||||||
@@ -1288,7 +1288,7 @@ class GenTestsCommand(Command):
|
|||||||
shell_call([
|
shell_call([
|
||||||
ppc_objdump,
|
ppc_objdump,
|
||||||
"--adjust-vma=0x100000",
|
"--adjust-vma=0x100000",
|
||||||
"-Mpower7",
|
"-Ma2",
|
||||||
"-Mvmx128",
|
"-Mvmx128",
|
||||||
"-D",
|
"-D",
|
||||||
"-EB",
|
"-EB",
|
||||||
|
|||||||
Reference in New Issue
Block a user