ref: dd8ccda37a5780f9cc31e99d34adcfeb4951d88f
parent: 9ecc0e779a29281e5698451bfd1b3ebe8f053bfd
author: Johann <johannkoenig@google.com>
date: Thu Jan 17 05:06:21 EST 2019
ads2gas: remove DO1STROUNDING Change-Id: Iacd1ad5673c71d350cad235e504da0e066dfc4a0
--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -32,7 +32,6 @@
print "@ This file was created from a .asm file\n";
print "@ using the ads2gas.pl script.\n";
-print "\t.equ DO1STROUNDING, 0\n";
print "\t.syntax unified\n";
if ($thumb) {
print "\t.thumb\n";
--- a/build/make/ads2gas_apple.pl
+++ b/build/make/ads2gas_apple.pl
@@ -22,7 +22,6 @@
print "@ using the ads2gas_apple.pl script.\n\n";
print "\t.set WIDE_REFERENCE, 0\n";
print "\t.set ARCHITECTURE, 5\n";
-print "\t.set DO1STROUNDING, 0\n";
print "\t.syntax unified\n";
my %register_aliases;