]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 eb9a2621ea3a0db6b56a30c2730925c7578c59a4..9493f8477700f22983760c675e37ce3f13c20384 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 cb46a8edc90a9cc70f38c7e79a4ccc376e394075..59c1bf70e5d90b376b20a8d17bca95de711bc0ec 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