diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/sparc/sol2-sld-64.h | 2 |
2 files changed, 6 insertions, 1 deletions
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 <obrien@FreeBSD.org> + + * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than + sparc/sparc_bi.h. + 2002-02-01 Janis Johnson <janis187@us.ibm.com> * 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" |
