aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2008-07-07 22:05:22 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2008-07-07 22:05:22 +0100
commit5cef5bf51b5725fec3560dfc0f39011d4009138e (patch)
treedf16b7ea0606d9c0cd2e25d17e9c485797f096e9 /gcc/config/arm
parentfc93bcb6d545c44a48fb4928cebfac56390ac2bd (diff)
downloadgcc-5cef5bf51b5725fec3560dfc0f39011d4009138e.zip
gcc-5cef5bf51b5725fec3560dfc0f39011d4009138e.tar.gz
gcc-5cef5bf51b5725fec3560dfc0f39011d4009138e.tar.bz2
* config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.
From-SVN: r137600
Diffstat (limited to 'gcc/config/arm')
-rw-r--r--gcc/config/arm/aout.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index cb46a8e..59c1bf7 100644
--- a/gcc/config/arm/aout.h
+++ b/gcc/config/arm/aout.h
@@ -191,9 +191,6 @@
}
#endif
-/* Arm Assembler barfs on dollars. */
-#define DOLLARS_IN_IDENTIFIERS 0
-
#ifndef NO_DOLLAR_IN_LABEL
#define NO_DOLLAR_IN_LABEL 1
#endif