summaryrefslogtreecommitdiff
path: root/gcc/config/i386/djgpp.h
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 09:16:37 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 09:16:37 +0000
commite2f5319a5426bcea17cb36eeff66dc7500a4c640 (patch)
tree17d1d4df5aa472becd315deecba93cae4ddc22ba /gcc/config/i386/djgpp.h
parent70b3688e9c3a03ada9fcff2be1aaee620f7ebf3f (diff)
downloadgcc-e2f5319a5426bcea17cb36eeff66dc7500a4c640.tar.gz
definitions in config/i3*:
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@36607 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/djgpp.h')
-rw-r--r--gcc/config/i386/djgpp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h
index e18db775637..762178a7b48 100644
--- a/gcc/config/i386/djgpp.h
+++ b/gcc/config/i386/djgpp.h
@@ -60,15 +60,15 @@ Boston, MA 02111-1307, USA. */
/* Define the name of the .ident op. */
#undef IDENT_ASM_OP
-#define IDENT_ASM_OP "\t.ident"
+#define IDENT_ASM_OP "\t.ident\t"
/* Define the name of the .int op. */
#undef INT_ASM_OP
-#define INT_ASM_OP "\t.long"
+#define INT_ASM_OP "\t.long\t"
/* Enable alias attribute support. */
#ifndef SET_ASM_OP
-#define SET_ASM_OP "\t.set"
+#define SET_ASM_OP "\t.set\t"
#endif
/* Define the name of the .text section. */