------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 21:47 ------- ./config/arm/aout.h:#define DOLLARS_IN_IDENTIFIERS 0 Hmm: arm*-*-linux*) # ARM GNU/Linux with ELF tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h arm/aout.h arm/ arm.h"
Why are we including aout.h here. Looks like a lot of the arm targets do that which is just wrong. Even arm-elf does. -- What |Removed |Added ---------------------------------------------------------------------------- Summary|[3.4 4.0 4.1 regression] |[3.4/4.0/4.1 regression] |cannot handle identifiers |cannot handle identifiers |with '$' character |with '$' character http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24111