entered into RCS
From-SVN: r500
This commit is contained in:
parent
8cf6b9ca16
commit
67492730d1
@ -84,7 +84,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
than ".bss", so override the definition in svr4.h */
|
than ".bss", so override the definition in svr4.h */
|
||||||
|
|
||||||
#undef BSS_ASM_OP
|
#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
|
/* 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. */
|
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
|
#undef ASM_OUTPUT_SKIP
|
||||||
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
|
#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.
|
/* 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,
|
For m68k/SVR4 allow d0, a0, or fp0 as return registers, for integral,
|
||||||
|
Loading…
Reference in New Issue
Block a user