Index: config/arm/arm.h =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.h,v retrieving revision 1.226 diff -p -p -r1.226 arm.h *** config/arm/arm.h 13 Mar 2004 11:19:21 -0000 1.226 --- config/arm/arm.h 14 Mar 2004 00:21:23 -0000 *************** enum reg_class *** 1469,1475 **** `S' means any symbol that has the SYMBOL_REF_FLAG set or a CONSTANT_POOL address. This means that the symbol is in the text segment and can be accessed without using a load. ! 'U' is an address valid for VFP load/store insns. */ #define EXTRA_CONSTRAINT_STR_ARM(OP, C, STR) \ (((C) == 'Q') ? (GET_CODE (OP) == MEM \ --- 1469,1477 ---- `S' means any symbol that has the SYMBOL_REF_FLAG set or a CONSTANT_POOL address. This means that the symbol is in the text segment and can be accessed without using a load. ! 'U' Prefixes an extended memory constraint where: ! 'Uv' is an address valid for VFP load/store insns. ! 'Uq' is an address valid for ldrsb. */ #define EXTRA_CONSTRAINT_STR_ARM(OP, C, STR) \ (((C) == 'Q') ? (GET_CODE (OP) == MEM \