consistency the rest of the NetBSD/arm32 toolchain: make TYPE_OPERAND_FMT

be "#%s".  This generates assembly consistent (w.r.t. .type directive)
with asm.h and what the existing compiler generates.  (The old definition
was "%%%s", and the assmbler choked on the %'s.)
This commit is contained in:
cgd 1998-04-18 19:02:13 +00:00
parent 90b5c246c6
commit 92c6f02e55

View File

@ -112,7 +112,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* On the ARM `@' introduces a comment, so we must use something else
for .type directives. */
#undef TYPE_OPERAND_FMT
#define TYPE_OPERAND_FMT "%%%s"
/* XXX our arm assembler seems to really want # for type specs -- cgd */
#define TYPE_OPERAND_FMT "#%s"
/* VERY BIG NOTE : Change of structure alignment for RiscBSD.
There are consequences you should be aware of...