* arm/elf.h (TYPE_OPERAND_FMT): Prefix type with %.

From-SVN: r58897
This commit is contained in:
Richard Earnshaw 2002-11-07 17:05:48 +00:00 committed by Richard Earnshaw
parent e284643a06
commit 74c1330854
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-07 Richard Earnshaw <rearnsha@arm.com>
* arm/elf.h (TYPE_OPERAND_FMT): Prefix type with %.
Thu Nov 7 15:50:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.h (DWARF_FRAME_RETURN_COLUMN): Use DWARF_FRAME_REGNUM.

View File

@ -58,7 +58,7 @@ Boston, MA 02111-1307, USA. */
/* The ARM uses @ are a comment character so we need to redefine
TYPE_OPERAND_FMT. */
#undef TYPE_OPERAND_FMT
#define TYPE_OPERAND_FMT "%s"
#define TYPE_OPERAND_FMT "%%%s"
/* We might need a ARM specific header to function declarations. */
#undef ASM_DECLARE_FUNCTION_NAME