diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-25 08:23:05 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-09-25 08:23:05 +0000 |
commit | e662a129258e40eec6547a40f0a9d72eab3e032f (patch) | |
tree | 4342cbef59597393bdaee6ccc3c944a31170df3c /gcc/config/freebsd.h | |
parent | 0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53 (diff) | |
download | gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.zip gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.tar.gz gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.tar.bz2 |
config:
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
From-SVN: r36604
Diffstat (limited to 'gcc/config/freebsd.h')
-rw-r--r-- | gcc/config/freebsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index 461f69e..69312fa 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -1,5 +1,5 @@ /* Base configuration file for all FreeBSD targets. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -104,7 +104,7 @@ Boston, MA 02111-1307, USA. */ the version of GCC which compiled this code. The format of the .ident string is patterned after the ones produced by native SVR4 C compilers. */ #undef IDENT_ASM_OP -#define IDENT_ASM_OP ".ident" +#define IDENT_ASM_OP "\t.ident\t" /* Output #ident as a .ident. */ #undef ASM_OUTPUT_IDENT |