From 11ce0f1a9b9c3a018744ebcda20e674b57a0be70 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 1 Feb 2002 19:30:01 +0000 Subject: [PATCH] 2002-02-01 David O'Brien * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than sparc/sparc_bi.h. Approved by: Geoff Keating Message-ID: git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49405 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/sparc/sol2-sld-64.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 673c680..09a5626 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-02-01 David O'Brien + + * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than + sparc/sparc_bi.h. + 2002-02-01 Janis Johnson * cfganal.c (keep_with_call_p): New function. diff --git a/gcc/config/sparc/sol2-sld-64.h b/gcc/config/sparc/sol2-sld-64.h index 161026b..b469122 100644 --- a/gcc/config/sparc/sol2-sld-64.h +++ b/gcc/config/sparc/sol2-sld-64.h @@ -2,7 +2,7 @@ running Solaris 2 using the system linker. */ #ifdef AS_SPARC64_FLAG -#include "sparc/sparc_bi.h" +#include "sparc/biarch64.h" #endif #include "sparc/sparc.h" -- 2.7.4