* config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.

From-SVN: r137600
This commit is contained in:
Joseph Myers 2008-07-07 22:05:22 +01:00 committed by Joseph Myers
parent fc93bcb6d5
commit 5cef5bf51b
2 changed files with 4 additions and 3 deletions

View 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

View File

@ -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