summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-07 21:05:22 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-07 21:05:22 +0000
commitad0527c9b551fbbf6f71cedfc5676d1dd0908d7d (patch)
treedf16b7ea0606d9c0cd2e25d17e9c485797f096e9 /gcc/config
parent489265323d5baf5bbc8c20f812695d38f73cbd3c (diff)
downloadgcc-ad0527c9b551fbbf6f71cedfc5676d1dd0908d7d.tar.gz
* config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137600 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-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 cb46a8edc90..59c1bf70e5d 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