diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/aout.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb9a2621ea3..9493f847770 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 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 |