From: Joseph Myers Date: Mon, 7 Jul 2008 21:05:22 +0000 (+0100) Subject: * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove. X-Git-Tag: releases/gcc-4.4.0~3942 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cef5bf51b5725fec3560dfc0f39011d4009138e;p=thirdparty%2Fgcc.git * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove. From-SVN: r137600 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb9a2621ea3a..9493f8477700 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-07 Joseph Myers + + * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove. + 2008-07-07 Fernando Pereira * 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 cb46a8edc90a..59c1bf70e5d9 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