Re: [PATCH] bring netbsd/arm support up to speed. eabi, etc.

2019-03-20 Thread coypu
More pings! On Fri, Mar 08, 2019 at 09:56:05AM +, co...@sdf.org wrote: > Ping. > > Link for possible convenience :-) > https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01899.html

Re: [PATCH] bring netbsd/arm support up to speed. eabi, etc.

2019-03-08 Thread coypu
Ping. Link for possible convenience :-) https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01899.html

Re: [PATCH] bring netbsd/arm support up to speed. eabi, etc.

2019-02-24 Thread coypu
Pinging with updated patch. I removed a conflict with copyright year change. No longer using unwind-arm (we use dwarf on eabi). I re-tested cross compilation and resulting C and C++ works (caveat: with text relocations, i tested small programs) I believe matt #2 (green) has sent a copyright assign

Re: [PATCH] bring netbsd/arm support up to speed. eabi, etc.

2018-10-24 Thread Ramana Radhakrishnan
On Wed, Oct 24, 2018 at 12:30 PM wrote: > > Thanks for the detailed response. > Sorry to give only a partial reply. > > On Tue, Oct 23, 2018 at 02:36:57PM +0100, Richard Earnshaw (lists) wrote: > > Thanks for posting this. Before we can commit it, however, we need to > > sort out the authorship a

Re: [PATCH] bring netbsd/arm support up to speed. eabi, etc.

2018-10-24 Thread Richard Earnshaw (lists)
On 24/10/2018 12:29, co...@sdf.org wrote: >>> +/* Default to full VFP if -mhard-float is specified. */ >>> +#undef SUBTARGET_ASM_FLOAT_SPEC >>> +#define SUBTARGET_ASM_FLOAT_SPEC \ >>> + "%{mhard-float:%{!mfpu=*:-mfpu=vfp}} \ >>> + %{mfloat-abi=hard:%{!mfpu=*:-mfpu=vfp}}" >> >> Please rewor

Re: [PATCH] bring netbsd/arm support up to speed. eabi, etc.

2018-10-24 Thread coypu
Thanks for the detailed response. Sorry to give only a partial reply. On Tue, Oct 23, 2018 at 02:36:57PM +0100, Richard Earnshaw (lists) wrote: > Thanks for posting this. Before we can commit it, however, we need to > sort out the authorship and ensure that all the appropriate copyright > assignm

Re: [PATCH] bring netbsd/arm support up to speed. eabi, etc.

2018-10-23 Thread Richard Earnshaw (lists)
Thanks for posting this. Before we can commit it, however, we need to sort out the authorship and ensure that all the appropriate copyright assignments are in place. Are you the sole author, or are other NetBSD developers involved? Firstly, please provide a ChangeLog description for the patch.

[PATCH] bring netbsd/arm support up to speed. eabi, etc.

2018-10-20 Thread Maya Rashish
--- gcc/config.gcc | 33 +- gcc/config.host | 2 +- gcc/config/arm/netbsd-eabi.h| 108 gcc/config/arm/netbsd-elf.h | 10 +++ gcc/config/netbsd-elf.h | 15 + libgcc/config.host | 11 +++-