diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 10:11:22 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 10:11:22 +0000 |
commit | 07aa6752c38602118648fb6c82695aed6a30beee (patch) | |
tree | bcdf0f9a047d474f6937b96a6523a892a6a7428a /gcc/config/pj | |
parent | 1495af193531f252f28d653b5fdc6edfcd7d2253 (diff) | |
download | gcc-07aa6752c38602118648fb6c82695aed6a30beee.tar.gz |
definitions in config/[npr]*:
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36611 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pj')
-rw-r--r-- | gcc/config/pj/pj.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pj/pj.h b/gcc/config/pj/pj.h index b11b706e1d8..b60a284d347 100644 --- a/gcc/config/pj/pj.h +++ b/gcc/config/pj/pj.h @@ -1054,7 +1054,7 @@ struct pj_args #define ASM_APP_OFF "" #define FILE_ASM_OP "\t.file\n" -#define SET_ASM_OP ".set" +#define SET_ASM_OP "\t.set\t" /* How to change between sections. */ @@ -1080,7 +1080,7 @@ do { fputs (current_function_varargs || current_function_stdarg \ `-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be used. */ -#define BSS_SECTION_ASM_OP ".section\t.bss" +#define BSS_SECTION_ASM_OP "\t.section\t.bss" /* Like `ASM_OUTPUT_BSS' except takes the required alignment as a separate, explicit argument. If you define this macro, it is used |