* config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 7 Jul 2008 21:05:22 +0000 (22:05 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 7 Jul 2008 21:05:22 +0000 (22:05 +0100)
From-SVN: r137600

gcc/ChangeLog
gcc/config/arm/aout.h

index eb9a262..9493f84 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-07  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.
+
 2008-07-07  Fernando Pereira <fernando@cs.ucla.edu>
 
         * tree-ssa-structalias.c (compute_points_to_sets): Add call to
index cb46a8e..59c1bf7 100644 (file)
 }
 #endif
 
-/* Arm Assembler barfs on dollars.  */
-#define DOLLARS_IN_IDENTIFIERS 0
-
 #ifndef NO_DOLLAR_IN_LABEL
 #define NO_DOLLAR_IN_LABEL 1
 #endif