diff options
Diffstat (limited to 'gcc/config/i386/freebsd-elf.h')
-rw-r--r-- | gcc/config/i386/freebsd-elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/freebsd-elf.h b/gcc/config/i386/freebsd-elf.h index b728ae2ae97..4653346f4bb 100644 --- a/gcc/config/i386/freebsd-elf.h +++ b/gcc/config/i386/freebsd-elf.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running FreeBSD with ELF format - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 2000 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu. Adapted from GNU/Linux version by John Polstra. @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #define ASM_APP_OFF "#NO_APP\n" #undef SET_ASM_OP -#define SET_ASM_OP ".set" +#define SET_ASM_OP "\t.set\t" /* This is how to output an element of a case-vector that is relative. This is only used for PIC code. See comments by the `casesi' insn in |