diff mbox series

[committed] : Enable building pa-d.c on all hppa targets

Message ID f2fe2265-8f9d-e4a8-31a1-a63e69d25819@bell.net
State New
Headers show
Series [committed] : Enable building pa-d.c on all hppa targets | expand

Commit Message

John David Anglin Dec. 29, 2018, 6:18 p.m. UTC
The attached patch enables building pa-c.d on all hppa targets.  Tested
on hppa64-linux-gnu,
hppa64-hp-hpux11.11 and hppa2.0w-hp-hpux11.11.

https://gcc.gnu.org/ml/gcc-testresults/2018-12/msg03264.html
https://gcc.gnu.org/ml/gcc-testresults/2018-12/msg02928.html

As can be seen, the 64-bit test results are much better than the 32-bit
results.

Dave

Comments

Iain Buclaw Dec. 31, 2018, 6:09 p.m. UTC | #1
On Sat, 29 Dec 2018 at 19:19, John David Anglin <dave.anglin@bell.net> wrote:
>
> The attached patch enables building pa-c.d on all hppa targets.  Tested
> on hppa64-linux-gnu,
> hppa64-hp-hpux11.11 and hppa2.0w-hp-hpux11.11.
>
> https://gcc.gnu.org/ml/gcc-testresults/2018-12/msg03264.html
> https://gcc.gnu.org/ml/gcc-testresults/2018-12/msg02928.html
>
> As can be seen, the 64-bit test results are much better than the 32-bit
> results.
>

Thanks, maybe raise a bug report for that internal compiler error?  I
can only assume that it's the same assert being triggered for all
those tests.
diff mbox series

Patch

Index: config.gcc
===================================================================
--- config.gcc	(revision 267418)
+++ config.gcc	(working copy)
@@ -1436,6 +1436,8 @@ 
 	tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
 		 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
 		 pa/pa64-linux.h"
+	tmake_file="${tmake_file} pa/t-pa pa/t-linux"
+	d_target_objs="${d_target_objs} pa-d.o"
 	gas=yes gnu_ld=yes
 	;;
 hppa*-*-linux*)
@@ -1450,6 +1452,8 @@ 
 	tm_file="${tm_file} dbxelf.h elfos.h openbsd.h openbsd-stdint.h openbsd-libpthread.h \
 		 pa/pa-openbsd.h pa/pa32-regs.h pa/pa32-openbsd.h"
 	extra_options="${extra_options} openbsd.opt"
+	tmake_file="pa/t-pa"
+	d_target_objs="${d_target_objs} pa-d.o"
 	gas=yes
 	gnu_ld=yes
 	;;
@@ -1470,7 +1474,8 @@ 
 	esac
 	use_gcc_stdint=provide
 	tm_file="${tm_file} hpux-stdint.h"
-	tmake_file="t-slibgcc"
+	tmake_file="pa/t-pa t-slibgcc"
+	d_target_objs="${d_target_objs} pa-d.o"
 	case ${enable_threads} in
 	  "")
 	    if test x$have_pthread_h = xyes ; then
@@ -1512,7 +1517,8 @@ 
 	esac
 	extra_options="${extra_options} pa/pa-hpux.opt \
 		       pa/pa-hpux1010.opt pa/pa64-hpux.opt hpux11.opt"
-	tmake_file="t-slibgcc"
+	tmake_file="pa/t-pa t-slibgcc"
+	d_target_objs="${d_target_objs} pa-d.o"
 	case x${enable_threads} in
 	x | xyes | xposix )
 		thread_file=posix
@@ -1550,7 +1556,8 @@ 
 		extra_options="${extra_options} pa/pa-hpux1131.opt"
 		;;
 	esac
-	tmake_file="t-slibgcc"
+	tmake_file="pa/t-pa t-slibgcc"
+	d_target_objs="${d_target_objs} pa-d.o"
 	case x${enable_threads} in
 	x | xyes | xposix )
 		thread_file=posix