[PATCH 1/7] lib: Add shared copies of some GCC library routines

2017-06-06 Thread Palmer Dabbelt
Many ports (m32r, microblaze, mips, parisc, score, and sparc) use functionally identical copies of various GCC library routine files, which came up as we were submitting the RISC-V port (which also uses some of these). This patch adds a new copy of these library routine files, which are functional

Re: [PATCH 1/7] lib: Add shared copies of some GCC library routines

2017-06-02 Thread Palmer Dabbelt
On Wed, 24 May 2017 01:52:13 PDT (-0700), matt.redfe...@imgtec.com wrote: > Hi Palmer > > > On 23/05/17 23:05, Palmer Dabbelt wrote: >> Many ports (m32r, microblaze, mips, parisc, score, and sparc) use >> functionally identical copies of various GCC library routine files, >> which came up as we wer

Re: [PATCH 1/7] lib: Add shared copies of some GCC library routines

2017-05-24 Thread Matt Redfearn
Hi Palmer On 23/05/17 23:05, Palmer Dabbelt wrote: Many ports (m32r, microblaze, mips, parisc, score, and sparc) use functionally identical copies of various GCC library routine files, which came up as we were submitting the RISC-V port (which also uses some of these). This patch adds a new co

[PATCH 1/7] lib: Add shared copies of some GCC library routines

2017-05-23 Thread Palmer Dabbelt
Many ports (m32r, microblaze, mips, parisc, score, and sparc) use functionally identical copies of various GCC library routine files, which came up as we were submitting the RISC-V port (which also uses some of these). This patch adds a new copy of these library routine files, which are functional