From dd8ccda37a5780f9cc31e99d34adcfeb4951d88f Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 17 Jan 2019 10:06:21 -0800 Subject: [PATCH] ads2gas: remove DO1STROUNDING Change-Id: Iacd1ad5673c71d350cad235e504da0e066dfc4a0 --- build/make/ads2gas.pl | 1 - build/make/ads2gas_apple.pl | 1 - 2 files changed, 2 deletions(-) diff --git a/build/make/ads2gas.pl b/build/make/ads2gas.pl index 0bf4816cc..b6a8f53ea 100755 --- a/build/make/ads2gas.pl +++ b/build/make/ads2gas.pl @@ -32,7 +32,6 @@ foreach my $arg (@ARGV) { 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"; diff --git a/build/make/ads2gas_apple.pl b/build/make/ads2gas_apple.pl index 806fdd8b3..51248f730 100755 --- a/build/make/ads2gas_apple.pl +++ b/build/make/ads2gas_apple.pl @@ -22,7 +22,6 @@ print "@ This file was created from a .asm file\n"; 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; -- 2.40.0