Re: [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-24 Thread Jeff Law
On 10/19/18 9:29 PM, Stafford Horne wrote: > On Thu, Oct 18, 2018 at 05:55:35PM -0600, Jeff Law wrote: >> On 10/18/18 2:06 PM, Stafford Horne wrote: >>> On Thu, Oct 18, 2018 at 03:22:56PM +0200, Sebastian Huber wrote: Hello, is there a chance to get the or1k support integrated before

Re: [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-19 Thread Stafford Horne
On Thu, Oct 18, 2018 at 05:55:35PM -0600, Jeff Law wrote: > On 10/18/18 2:06 PM, Stafford Horne wrote: > > On Thu, Oct 18, 2018 at 03:22:56PM +0200, Sebastian Huber wrote: > >> Hello, > >> > >> is there a chance to get the or1k support integrated before the GCC 9 stage > >> 3? > > > > Hello, > >

Re: [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-18 Thread Jeff Law
On 10/18/18 2:06 PM, Stafford Horne wrote: > On Thu, Oct 18, 2018 at 03:22:56PM +0200, Sebastian Huber wrote: >> Hello, >> >> is there a chance to get the or1k support integrated before the GCC 9 stage >> 3? > > Hello, > > I would definitly like that and that is my goal. It seems the limiting fa

Re: [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-18 Thread Stafford Horne
On Thu, Oct 18, 2018 at 03:22:56PM +0200, Sebastian Huber wrote: > Hello, > > is there a chance to get the or1k support integrated before the GCC 9 stage > 3? Hello, I would definitly like that and that is my goal. It seems the limiting factor is getting technical review and signoff on this set

Re: [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-18 Thread Sebastian Huber
Hello, is there a chance to get the or1k support integrated before the GCC 9 stage 3? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP :

Re: [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-04 Thread Stafford Horne
On Thu, Oct 04, 2018 at 05:36:58PM +, Joseph Myers wrote: > On Thu, 4 Oct 2018, Stafford Horne wrote: > > > +or1k-*-linux*) > > + tmake_file="$tmake_file or1k/t-or1k" > > + tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl t-softfp" > > + md_unwind_header=or1k/linux-unwind.h > > + ;;

Re: [PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-04 Thread Joseph Myers
On Thu, 4 Oct 2018, Stafford Horne wrote: > +or1k-*-linux*) > + tmake_file="$tmake_file or1k/t-or1k" > + tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl t-softfp" > + md_unwind_header=or1k/linux-unwind.h > + ;; > +or1k-*-*) > + tmake_file="$tmake_file or1k/t-or1k" > + t

[PATCH v2 1/3] or1k: libgcc: initial support for openrisc

2018-10-03 Thread Stafford Horne
-mm-dd Stafford Horne Richard Henderson libgcc/ChangeLog: * config.host: Add OpenRISC support. * config/or1k/*: New. --- Changes since v1: - Use __or1k_cmov__ in *.S to conditionally use l.cmov insn - Use init/fini array making the crti/crtn basically blank