From 34fa88ab0b79c14be5d64c8489b7e02983b6fb2b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 23 Jan 1994 07:30:31 -0500 Subject: [PATCH] (OBJECT_FORMAT_COFF, EXTENDED_COFF, NM_FLAGS): Define. From-SVN: r6411 --- gcc/config/alpha/alpha.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 */ -- 2.7.4