ads2gas: remove DO1STROUNDING

Change-Id: Iacd1ad5673c71d350cad235e504da0e066dfc4a0
This commit is contained in:
Johann
2019-01-17 10:06:21 -08:00
parent 9ecc0e779a
commit dd8ccda37a
2 changed files with 0 additions and 2 deletions

View File

@@ -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";

View File

@@ -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;