* config/sparc/sol27-sld.h: Rename from sol26-sld.h.
(PREFERRED_DEBUGGING_TYPE, ASM_DEBUG_SPEC): Undef.
* config.gcc (sparc-solaris): Adjust test for native ld bug.
Add it after the biarch headers.
From-SVN: r52987
+2002-04-30 Richard Henderson <rth@redhat.com>
+
+ * config/sparc/sol27-sld.h: Rename from sol26-sld.h.
+ (PREFERRED_DEBUGGING_TYPE, ASM_DEBUG_SPEC): Undef.
+ * config.gcc (sparc-solaris): Adjust test for native ld bug.
+ Add it after the biarch headers.
+
2002-04-30 Richard Henderson <rth@redhat.com>
PR opt/6516
tmake_file="$tmake_file t-slibgcc-sld"
fi
case $machine in
- *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
- if test x$gnu_ld = xno; then
- tm_file="${tm_file} sparc/sol26-sld.h"
- fi
- ;;
*-*-solaris2.[789])
tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
if test x$gnu_ld = xyes; then
tmake_file="$tmake_file sparc/t-sol2-64"
;;
esac
+ case $machine in
+ *-*-solaris2.[0-7] | *-*-solaris2.[0-7].*)
+ if test x$gnu_ld = xno; then
+ tm_file="${tm_file} sparc/sol27-sld.h"
+ fi
+ ;;
+ esac
xm_defines=POSIX
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
case $machine in
-/* Up through Solaris 2.6, the system linker does not work with DWARF
+/* Up through Solaris 2.7, the system linker does not work with DWARF
or DWARF2, since it does not have working support for relocations
to unaligned data. */
#undef DWARF_DEBUGGING_INFO
#undef DWARF2_DEBUGGING_INFO
+#undef PREFERRED_DEBUGGING_TYPE
+#undef ASM_DEBUG_SPEC