Re: [PATCH, alpha] PR target/85095

2018-06-18 Thread Jeff Law
On 05/24/2018 04:34 PM, co...@sdf.org wrote: > On Thu, May 24, 2018 at 01:32:17PM -0600, Jeff Law wrote: >> On 05/24/2018 01:17 PM, co...@sdf.org wrote: >>> On Thu, May 24, 2018 at 12:48:22PM -0600, Jeff Law wrote: On 05/24/2018 07:54 AM, Maya Rashish wrote: > Move linux-specific specfile

Re: [PATCH, alpha] PR target/85095

2018-06-17 Thread coypu
Ping. Anything else to do for this? Thanks.

Re: [PATCH, alpha] PR target/85095

2018-06-12 Thread Jeff Law
On 05/31/2018 12:56 PM, Gerald Pfeifer wrote: > On Thu, 24 May 2018, Jeff Law wrote: >>> I can try to fix openbsd soon, but freebsd dropped alpha in 2009. >>> How does gcc feel about me picking up patches from openbsd ports, their >>> package manager, that weren't written by myself? >> So ISTM we s

Re: [PATCH, alpha] PR target/85095

2018-05-31 Thread Gerald Pfeifer
On Thu, 24 May 2018, Jeff Law wrote: > > I can try to fix openbsd soon, but freebsd dropped alpha in 2009. > > How does gcc feel about me picking up patches from openbsd ports, their > > package manager, that weren't written by myself? > So ISTM we should deprecate freebsd alpha. Ab-so-lutely. In

Re: [PATCH, alpha] PR target/85095

2018-05-24 Thread coypu
On Thu, May 24, 2018 at 01:32:17PM -0600, Jeff Law wrote: > On 05/24/2018 01:17 PM, co...@sdf.org wrote: > > On Thu, May 24, 2018 at 12:48:22PM -0600, Jeff Law wrote: > >> On 05/24/2018 07:54 AM, Maya Rashish wrote: > >>> Move linux-specific specfile definitions to linux.h > >>> gcc/config/alpha/li

Re: [PATCH, alpha] PR target/85095

2018-05-24 Thread Jeff Law
On 05/24/2018 01:17 PM, co...@sdf.org wrote: > On Thu, May 24, 2018 at 12:48:22PM -0600, Jeff Law wrote: >> On 05/24/2018 07:54 AM, Maya Rashish wrote: >>> Move linux-specific specfile definitions to linux.h >>> gcc/config/alpha/linux.h (STARTFILE_SPEC, ENDFILE_SPEC) move from >>> alpha/elf.h >>>

Re: [PATCH, alpha] PR target/85095

2018-05-24 Thread coypu
On Thu, May 24, 2018 at 12:48:22PM -0600, Jeff Law wrote: > On 05/24/2018 07:54 AM, Maya Rashish wrote: > > Move linux-specific specfile definitions to linux.h > > gcc/config/alpha/linux.h (STARTFILE_SPEC, ENDFILE_SPEC) move from > > alpha/elf.h > > --- > > gcc/config/alpha/elf.h | 26 -

Re: [PATCH, alpha] PR target/85095

2018-05-24 Thread Jeff Law
On 05/24/2018 07:54 AM, Maya Rashish wrote: > Move linux-specific specfile definitions to linux.h > gcc/config/alpha/linux.h (STARTFILE_SPEC, ENDFILE_SPEC) move from alpha/elf.h > --- > gcc/config/alpha/elf.h | 26 -- > gcc/config/alpha/linux.h | 26 ++

[PATCH, alpha] PR target/85095

2018-05-24 Thread Maya Rashish
Move linux-specific specfile definitions to linux.h gcc/config/alpha/linux.h (STARTFILE_SPEC, ENDFILE_SPEC) move from alpha/elf.h --- gcc/config/alpha/elf.h | 26 -- gcc/config/alpha/linux.h | 26 ++ 2 files changed, 26 insertions(+), 26 deletions(