Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread James Hogan
On Wed, Jan 17, 2018 at 04:34:18PM +0300, Antony Pavlov wrote: > On Wed, 17 Jan 2018 09:03:48 + > Matt Redfearn wrote: > > > Hi, > > > > On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > > > The commit b35cd9884fa5 ("lib: Add shared copies of > > >

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread James Hogan
On Wed, Jan 17, 2018 at 04:34:18PM +0300, Antony Pavlov wrote: > On Wed, 17 Jan 2018 09:03:48 + > Matt Redfearn wrote: > > > Hi, > > > > On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > > > The commit b35cd9884fa5 ("lib: Add shared copies of > > > some GCC library routines")

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread James Hogan
On Thu, Jan 18, 2018 at 07:54:49PM +, James Hogan wrote: > On 18 January 2018 20:05:05 GMT+00:00, Antony Pavlov > wrote: > >On Wed, 17 Jan 2018 17:34:59 -0800 (PST) > >Palmer Dabbelt wrote: > >> Given that, I think you can also drop

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread James Hogan
On Thu, Jan 18, 2018 at 07:54:49PM +, James Hogan wrote: > On 18 January 2018 20:05:05 GMT+00:00, Antony Pavlov > wrote: > >On Wed, 17 Jan 2018 17:34:59 -0800 (PST) > >Palmer Dabbelt wrote: > >> Given that, I think you can also drop arch/mips/lib/libgcc.h -- if > >it's used > >> from

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread James Hogan
On 18 January 2018 20:05:05 GMT+00:00, Antony Pavlov wrote: >On Wed, 17 Jan 2018 17:34:59 -0800 (PST) >Palmer Dabbelt wrote: > >> Ah, thanks for reminding me -- I'd originally posted a patch set that >converted >> every other port to use these

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread James Hogan
On 18 January 2018 20:05:05 GMT+00:00, Antony Pavlov wrote: >On Wed, 17 Jan 2018 17:34:59 -0800 (PST) >Palmer Dabbelt wrote: > >> Ah, thanks for reminding me -- I'd originally posted a patch set that >converted >> every other port to use these routines, but I ended up dropping all >those. >>

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread Antony Pavlov
On Wed, 17 Jan 2018 17:34:59 -0800 (PST) Palmer Dabbelt wrote: > Ah, thanks for reminding me -- I'd originally posted a patch set that > converted > every other port to use these routines, but I ended up dropping all those. > Here's my original MIPS attempt > >

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread Antony Pavlov
On Wed, 17 Jan 2018 17:34:59 -0800 (PST) Palmer Dabbelt wrote: > Ah, thanks for reminding me -- I'd originally posted a patch set that > converted > every other port to use these routines, but I ended up dropping all those. > Here's my original MIPS attempt > >

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread Palmer Dabbelt
On Wed, 17 Jan 2018 05:34:18 PST (-0800), antonynpav...@gmail.com wrote: On Wed, 17 Jan 2018 09:03:48 + Matt Redfearn wrote: Hi, On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > The commit b35cd9884fa5 ("lib: Add shared copies of > some GCC library

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread Palmer Dabbelt
On Wed, 17 Jan 2018 01:03:48 PST (-0800), matt.redfe...@mips.com wrote: Hi, On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: The commit b35cd9884fa5 ("lib: Add shared copies of some GCC library routines") makes it possible to share generic GCC library routines by several

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread Palmer Dabbelt
On Wed, 17 Jan 2018 05:34:18 PST (-0800), antonynpav...@gmail.com wrote: On Wed, 17 Jan 2018 09:03:48 + Matt Redfearn wrote: Hi, On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > The commit b35cd9884fa5 ("lib: Add shared copies of > some GCC library routines") makes it

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-18 Thread Palmer Dabbelt
On Wed, 17 Jan 2018 01:03:48 PST (-0800), matt.redfe...@mips.com wrote: Hi, On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: The commit b35cd9884fa5 ("lib: Add shared copies of some GCC library routines") makes it possible to share generic GCC library routines by several

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-17 Thread Palmer Dabbelt
Ah, thanks for reminding me -- I'd originally posted a patch set that converted every other port to use these routines, but I ended up dropping all those. Here's my original MIPS attempt https://marc.info/?l=linux-mips=149677651707103=2 Given that, I think you can also drop

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-17 Thread Palmer Dabbelt
Ah, thanks for reminding me -- I'd originally posted a patch set that converted every other port to use these routines, but I ended up dropping all those. Here's my original MIPS attempt https://marc.info/?l=linux-mips=149677651707103=2 Given that, I think you can also drop

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-17 Thread Antony Pavlov
On Wed, 17 Jan 2018 09:03:48 + Matt Redfearn wrote: > Hi, > > On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > > The commit b35cd9884fa5 ("lib: Add shared copies of > > some GCC library routines") makes it possible > > to share generic GCC library

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-17 Thread Antony Pavlov
On Wed, 17 Jan 2018 09:03:48 + Matt Redfearn wrote: > Hi, > > On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > > The commit b35cd9884fa5 ("lib: Add shared copies of > > some GCC library routines") makes it possible > > to share generic GCC library routines by several > >

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-17 Thread Matt Redfearn
Hi, On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > The commit b35cd9884fa5 ("lib: Add shared copies of > some GCC library routines") makes it possible > to share generic GCC library routines by several > architectures. > > This commit removes several generic GCC library >

Re: [PATCH] MIPS: use generic GCC library routines from lib/

2018-01-17 Thread Matt Redfearn
Hi, On Wed, Jan 17, 2018 at 09:51:21AM +0300, Antony Pavlov wrote: > The commit b35cd9884fa5 ("lib: Add shared copies of > some GCC library routines") makes it possible > to share generic GCC library routines by several > architectures. > > This commit removes several generic GCC library >

[PATCH] MIPS: use generic GCC library routines from lib/

2018-01-16 Thread Antony Pavlov
The commit b35cd9884fa5 ("lib: Add shared copies of some GCC library routines") makes it possible to share generic GCC library routines by several architectures. This commit removes several generic GCC library routines from arch/mips/lib/ in favour of similar routines from lib/. Signed-off-by:

[PATCH] MIPS: use generic GCC library routines from lib/

2018-01-16 Thread Antony Pavlov
The commit b35cd9884fa5 ("lib: Add shared copies of some GCC library routines") makes it possible to share generic GCC library routines by several architectures. This commit removes several generic GCC library routines from arch/mips/lib/ in favour of similar routines from lib/. Signed-off-by: