Commit f7af5035 by Nick Burrett Committed by Jeff Law

arm.md (nop): Backout Apr 27 change.

        * arm.md (nop): Backout Apr 27 change. Ensure REGISTER_PREFIX is
        applied to each register.
        * aof.h (ASM_FILE_START): Define register `r0'.

From-SVN: r26914
parent 13c07aef
Thu May 13 01:31:19 1999 Nick Burrett <nick.burrett@btinternet.com>
* arm.md (nop): Backout Apr 27 change. Ensure REGISTER_PREFIX is
applied to each register.
* aof.h (ASM_FILE_START): Define register `r0'.
1999-05-12 20:22 -0400 Zack Weinberg <zack@rabi.columbia.edu> 1999-05-12 20:22 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* configure.in: Make --enable-cpp and --with-cpp-install-dir * configure.in: Make --enable-cpp and --with-cpp-install-dir
......
...@@ -177,6 +177,7 @@ do { \ ...@@ -177,6 +177,7 @@ do { \
extern char *version_string; \ extern char *version_string; \
fprintf ((STREAM), "%s Generated by gcc %s for ARM/%s\n", \ fprintf ((STREAM), "%s Generated by gcc %s for ARM/%s\n", \
ASM_COMMENT_START, version_string, ARM_OS_NAME); \ ASM_COMMENT_START, version_string, ARM_OS_NAME); \
fprintf ((STREAM), "__r0\tRN\t0\n"); \
fprintf ((STREAM), "__a1\tRN\t0\n"); \ fprintf ((STREAM), "__a1\tRN\t0\n"); \
fprintf ((STREAM), "__a2\tRN\t1\n"); \ fprintf ((STREAM), "__a2\tRN\t1\n"); \
fprintf ((STREAM), "__a3\tRN\t2\n"); \ fprintf ((STREAM), "__a3\tRN\t2\n"); \
......
...@@ -4426,15 +4426,7 @@ ...@@ -4426,15 +4426,7 @@
(define_insn "nop" (define_insn "nop"
[(const_int 0)] [(const_int 0)]
"" ""
"* "mov%?\\t%|r0, %|r0\\t%@ nop")
{
rtx operands[1];
operands[0] = gen_rtx (REG, SImode, 0);
output_asm_insn (\"mov%?\\t%0, %0\\t%@ nop\", operands);
return \"\";
}
")
;; Patterns to allow combination of arithmetic, cond code and shifts ;; Patterns to allow combination of arithmetic, cond code and shifts
......
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