diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 09:02:14 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 09:02:14 +0000 |
| commit | 3b2b7c3e7abca45fb4e24c59f996d7058ebf46a3 (patch) | |
| tree | 5f77a3ca046dd1ad060481723f5e09c3a61cfe2e | |
| parent | 3cdd876f0477df184cc59a05b60d9176e83ae41f (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/config/alpha/elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/alpha/elf.h b/contrib/gcc/config/alpha/elf.h index ebe0738a4a3d..138acbb3ab1a 100644 --- a/contrib/gcc/config/alpha/elf.h +++ b/contrib/gcc/config/alpha/elf.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #undef OBJECT_FORMAT_COFF #undef EXTENDED_COFF -#define OBJECT_FORMAT_ELF +#define OBJECT_FORMAT_ELF 1 /* ??? Move all SDB stuff from alpha.h to osf.h. */ #undef SDB_DEBUGGING_INFO @@ -78,7 +78,7 @@ do { \ #define IDENT_ASM_OP "\t.ident\t" /* Allow #sccs in preprocessor. */ -#define SCCS_DIRECTIVE +#define SCCS_DIRECTIVE 1 /* Output #ident as a .ident. */ #undef ASM_OUTPUT_IDENT |
