* config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.
From-SVN: r137600
This commit is contained in:
parent
fc93bcb6d5
commit
5cef5bf51b
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue