Commit 5f61bb87 authored by rearnsha's avatar rearnsha
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58897 138bc75d-0d04-0410-961f-82ee72b054a4
parent ce8e8292
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.
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment