diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:08:58 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:08:58 +0000 |
commit | 6ae8577b639265a722fae97f3d5ced6ad1003c56 (patch) | |
tree | eac2e46819d4494fe8318e60b02ff1fb1440a909 /gcc/xcoffout.h | |
parent | c678903bbbf0cc57d4c40320cb24e8a1df687fc8 (diff) | |
download | gcc-6ae8577b639265a722fae97f3d5ced6ad1003c56.tar.gz |
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@36603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index ebf9413b528..2fb8ab3fb4e 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define ASM_STABS_OP ".stabx" +#define ASM_STABS_OP "\t.stabx\t" /* Tags and typedefs are C_DECL in XCOFF, not C_LSYM. */ |