From: Richard Kenner Date: Sun, 23 Jan 1994 12:30:31 +0000 (-0500) Subject: (OBJECT_FORMAT_COFF, EXTENDED_COFF, NM_FLAGS): Define. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34fa88ab0b79c14be5d64c8489b7e02983b6fb2b;p=platform%2Fupstream%2Fgcc.git (OBJECT_FORMAT_COFF, EXTENDED_COFF, NM_FLAGS): Define. From-SVN: r6411 --- 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 */