ads2gas: remove DO1STROUNDING
Change-Id: Iacd1ad5673c71d350cad235e504da0e066dfc4a0
This commit is contained in:
@@ -32,7 +32,6 @@ foreach my $arg (@ARGV) {
|
|||||||
|
|
||||||
print "@ This file was created from a .asm file\n";
|
print "@ This file was created from a .asm file\n";
|
||||||
print "@ using the ads2gas.pl script.\n";
|
print "@ using the ads2gas.pl script.\n";
|
||||||
print "\t.equ DO1STROUNDING, 0\n";
|
|
||||||
print "\t.syntax unified\n";
|
print "\t.syntax unified\n";
|
||||||
if ($thumb) {
|
if ($thumb) {
|
||||||
print "\t.thumb\n";
|
print "\t.thumb\n";
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ print "@ This file was created from a .asm file\n";
|
|||||||
print "@ using the ads2gas_apple.pl script.\n\n";
|
print "@ using the ads2gas_apple.pl script.\n\n";
|
||||||
print "\t.set WIDE_REFERENCE, 0\n";
|
print "\t.set WIDE_REFERENCE, 0\n";
|
||||||
print "\t.set ARCHITECTURE, 5\n";
|
print "\t.set ARCHITECTURE, 5\n";
|
||||||
print "\t.set DO1STROUNDING, 0\n";
|
|
||||||
print "\t.syntax unified\n";
|
print "\t.syntax unified\n";
|
||||||
|
|
||||||
my %register_aliases;
|
my %register_aliases;
|
||||||
|
|||||||
Reference in New Issue
Block a user