summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68kv4.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-16 09:46:33 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-16 09:46:33 +0000
commit696733cc3aa7b39c9165d34d665ee5554b310ce0 (patch)
tree403f36c4910448736c7d9e56dff66271dd83bb64 /gcc/config/m68k/m68kv4.h
parent011a86179860a339d42eec6c09d510439d271045 (diff)
downloadgcc-696733cc3aa7b39c9165d34d665ee5554b310ce0.tar.gz
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@500 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68kv4.h')
-rw-r--r--gcc/config/m68k/m68kv4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h
index df225fdd579..69548839c31 100644
--- a/gcc/config/m68k/m68kv4.h
+++ b/gcc/config/m68k/m68kv4.h
@@ -84,7 +84,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
than ".bss", so override the definition in svr4.h */
#undef BSS_ASM_OP
-#define BSS_ASM_OP "\t.lcomm"
+#define BSS_ASM_OP ".lcomm"
/* Register in which address to store a structure value is passed to a
function. The default in m68k.h is a1. For m68k/SVR4 it is a0. */
@@ -112,7 +112,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef ASM_OUTPUT_SKIP
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
- fprintf (FILE, "%s %u\n", SPACE_ASM_OP, (SIZE))
+ fprintf (FILE, "\t%s %u\n", SPACE_ASM_OP, (SIZE))
/* 1 if N is a possible register number for a function value.
For m68k/SVR4 allow d0, a0, or fp0 as return registers, for integral,