Re: [PATCH] OpenBSD/hppa support

2012-09-19 Thread Mark Kettenis
> Date: Tue, 18 Sep 2012 14:43:35 -0400 > From: John David Anglin > > On Thu, 06 Sep 2012, Mark Kettenis wrote: > > > Most bits are stolen from Linux, but there are a few subtle > > differences since our assembler is configured to be slightly more > > HP-UX-ish. > > > > > > libgcc/: > > > > 2

Re: [PATCH] OpenBSD/hppa support

2012-09-18 Thread John David Anglin
On Thu, 06 Sep 2012, Mark Kettenis wrote: > Most bits are stolen from Linux, but there are a few subtle > differences since our assembler is configured to be slightly more > HP-UX-ish. > > > libgcc/: > > 2012-09-06 Mark Kettenis > > * config.host (hppa-*-openbsd*): New target. >

[PATCH] OpenBSD/hppa support

2012-09-06 Thread Mark Kettenis
Most bits are stolen from Linux, but there are a few subtle differences since our assembler is configured to be slightly more HP-UX-ish. libgcc/: 2012-09-06 Mark Kettenis * config.host (hppa-*-openbsd*): New target. * config/pa/t-openbsd: New file. gcc/: 2012-09-06 Mark Ke