diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-23 07:30:31 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-23 07:30:31 -0500 |
commit | 34fa88ab0b79c14be5d64c8489b7e02983b6fb2b (patch) | |
tree | b22cbc26a6ce9eff870a1a8183312c988b7dbdcb /gcc | |
parent | ad25ba1779f5e1a0e2a640e12dda3f6c7a53a163 (diff) | |
download | gcc-34fa88ab0b79c14be5d64c8489b7e02983b6fb2b.zip gcc-34fa88ab0b79c14be5d64c8489b7e02983b6fb2b.tar.gz gcc-34fa88ab0b79c14be5d64c8489b7e02983b6fb2b.tar.bz2 |
(OBJECT_FORMAT_COFF, EXTENDED_COFF, NM_FLAGS): Define.
From-SVN: r6411
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/alpha.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 78e0ca2..71d8953 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha. - Copyright (C) 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu) This file is part of GNU CC. @@ -1729,6 +1729,13 @@ literal_section () \ {"unaligned_memory_operand", {MEM}}, \ {"any_memory_operand", {MEM}}, +/* Tell collect that the object format is ECOFF. */ +#define OBJECT_FORMAT_COFF +#define EXTENDED_COFF + +/* If we use NM, pass -g to it so it only lists globals. */ +#define NM_FLAGS "-pg" + /* Definitions for debugging. */ #define SDB_DEBUGGING_INFO /* generate info for mips-tfile */ |