diff options
author | Jason Merrill <merrill@gnu.org> | 1996-11-15 07:14:08 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1996-11-15 07:14:08 +0000 |
commit | 9a666dda814d39005cddd4b257fa4f43684a8e77 (patch) | |
tree | 0937a9e21f6ef58453839ff8584153e2ae20dd8a /gcc/config/mips/iris6.h | |
parent | f3ff3f4abecdb427f882e39af590788f1d2c12ad (diff) | |
download | gcc-9a666dda814d39005cddd4b257fa4f43684a8e77.zip gcc-9a666dda814d39005cddd4b257fa4f43684a8e77.tar.gz gcc-9a666dda814d39005cddd4b257fa4f43684a8e77.tar.bz2 |
x
From-SVN: r13160
Diffstat (limited to 'gcc/config/mips/iris6.h')
-rw-r--r-- | gcc/config/mips/iris6.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index 03cbf5f..c994b7f 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -88,12 +88,11 @@ Boston, MA 02111-1307, USA. */ %{mabi=64: -D__mips64} \ %{!mabi*: -D__mips64}" -/* Irix 6 uses DWARF. */ -#define DWARF_DEBUGGING_INFO -#define DWARF_VERSION 2 +/* Irix 6 uses DWARF-2. */ +#define DWARF2_DEBUGGING_INFO #define MIPS_DEBUGGING_INFO #undef PREFERRED_DEBUGGING_TYPE -#define PREFERRED_DEBUGGING_TYPE DWARF_DEBUG +#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG /* The size in bytes of a DWARF field indicating an offset or length relative to a debug info section, specified to be 4 bytes in the DWARF-2 @@ -479,7 +478,7 @@ do { \ #define LINK_SPEC "\ %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \ %{bestGnum} %{shared} %{non_shared} \ -%{call_shared} %{no_archive} %{exact_version} \ +%{call_shared} %{no_archive} %{exact_version} %{w} \ %{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}} \ %{rpath} -init __do_global_ctors -fini __do_global_dtors \ %{shared:-hidden_symbol __do_global_ctors,__do_global_dtors} \ |