On 2019-06-14 12:02 p.m., Jeff Law wrote: >> diff --git a/gcc/config.gcc b/gcc/config.gcc >> index 76bb316942d..ba93bb41ec8 100644 >> --- a/gcc/config.gcc >> +++ b/gcc/config.gcc >> @@ -1481,6 +1481,14 @@ hppa*-*-openbsd*) >> gas=yes >> gnu_ld=yes >> ;; >> +hppa*-*-netbsd*) >> + target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS" > Any reason to not use the PA 2.0 ISA? I'm virtually certain we > supported the 32bit ABI running on PA 2.0 hardware in hpbsd (which is > where the netbsd PA code is ultimately derived from). I'd be really > surprised if there's any PA1.1 hardware running anywhere, though there's > certainly some PA2.0 hardware out in the wild. You might also consider adding MASK_CALLER_COPIES as libgomp is broken for callee copies. This is an ABI choice so ideally you should do it now or not at all.
Dave -- John David Anglin dave.ang...@bell.net