Re: [patch] Add NetBSD/hppa target

2019-07-31 Thread John David Anglin
Committed as revision 273933. Dave On 2019-06-14 11:44 a.m., co...@sdf.org wrote: > This adds netbsd/hppa support. I tested it on the shiny new QEMU-git > which can now boot NetBSD too :-) > > Files are very similar to the linux code. > > Please let me know if any changes need to be made. > >

Re: [patch] Add NetBSD/hppa target

2019-06-25 Thread Jeff Law
On 6/25/19 1:57 AM, co...@sdf.org wrote: > On Fri, Jun 14, 2019 at 01:32:11PM -0400, John David Anglin wrote: +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

Re: [patch] Add NetBSD/hppa target

2019-06-25 Thread coypu
On Fri, Jun 14, 2019 at 01:32:11PM -0400, John David Anglin wrote: > >> +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 > >

Re: [patch] Add NetBSD/hppa target

2019-06-14 Thread John David Anglin
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*) >> +

Re: [patch] Add NetBSD/hppa target

2019-06-14 Thread Jeff Law
On 6/14/19 9:44 AM, co...@sdf.org wrote: > This adds netbsd/hppa support. I tested it on the shiny new QEMU-git > which can now boot NetBSD too :-) > > Files are very similar to the linux code. > > Please let me know if any changes need to be made. > > Matt Thomas > Nick Hudson > Matthew

[patch] Add NetBSD/hppa target

2019-06-14 Thread coypu
This adds netbsd/hppa support. I tested it on the shiny new QEMU-git which can now boot NetBSD too :-) Files are very similar to the linux code. Please let me know if any changes need to be made. Matt Thomas Nick Hudson Matthew Green Maya Rashish gcc/ChangeLog: config.gcc