From: David O'Brien Date: Fri, 1 Feb 2002 19:30:01 +0000 (+0000) Subject: sol2-sld-64.h: Include sparc/biarch64.h rather than sparc/sparc_bi.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1338ea6c7f4f429b5920196173b2e35ed3f54263;p=gcc.git sol2-sld-64.h: Include sparc/biarch64.h rather than sparc/sparc_bi.h. 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: From-SVN: r49405 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 673c6802eac..09a562680fc 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 161026b645b..b4691229351 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"