summaryrefslogtreecommitdiff
path: root/build/make/ads2gas_apple.pl
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-04-23 10:02:49 -0700
committerJohann <johannkoenig@google.com>2019-04-23 10:02:49 -0700
commiteb9d819ba17a60d8e232873a7e8e184e5a0a3070 (patch)
tree683284b43c7957b1b8a7ef7edcfed16baf22b2ef /build/make/ads2gas_apple.pl
parent4bc723fabc976ba110c841e28f3db6049e89a25e (diff)
downloadlibvpx-eb9d819ba17a60d8e232873a7e8e184e5a0a3070.tar
libvpx-eb9d819ba17a60d8e232873a7e8e184e5a0a3070.tar.gz
libvpx-eb9d819ba17a60d8e232873a7e8e184e5a0a3070.tar.bz2
libvpx-eb9d819ba17a60d8e232873a7e8e184e5a0a3070.zip
remove WIDE_REFERENCE definition
The last usage was removed in 2011: https://chromium.googlesource.com/webm/libvpx/+/cbf923b12cec2fe7ceea0b94091d64953e56b1fe%5E%21/#F33 Change-Id: I6e837e6f1e55eeea6bbeb3159ce6ddf861bcbd72
Diffstat (limited to 'build/make/ads2gas_apple.pl')
-rwxr-xr-xbuild/make/ads2gas_apple.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/make/ads2gas_apple.pl b/build/make/ads2gas_apple.pl
index 9f2b7d916..848872fa7 100755
--- a/build/make/ads2gas_apple.pl
+++ b/build/make/ads2gas_apple.pl
@@ -20,7 +20,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.syntax unified\n";
my %register_aliases;