It was my understanding that later versions of GCC no longer use FPU
registers for integer variables. If so, then the -msoft-float option is
not needed when compiling the kernel.
Jiri.
On 07/13/2017 10:43 AM, Sebastian Huber wrote:
> All the BSPs use -msoft-float. How do we want to address the
>
On 13/07/17 11:21, Daniel Cederman wrote:
On 2017-07-13 10:43, Sebastian Huber wrote:
All the BSPs use -msoft-float. How do we want to address the
soft-float vs. hard-float issue on SPARC? This is a never ending
story so far. Is soft-float really used in the majority of
applications? All the
On 2017-07-14 12:01, Sebastian Huber wrote:
Its not good that you patch RTEMS to get something useful for the users
of RTEMS on your chips. Why can't you add this probing stuff to RTEMS
mainline?
As I understood it we have tried to push this patch to mainline before,
but it was not accep
On 14/07/17 14:00, Daniel Cederman wrote:
On 2017-07-14 12:01, Sebastian Huber wrote:
Its not good that you patch RTEMS to get something useful for the
users of RTEMS on your chips. Why can't you add this probing stuff to
RTEMS mainline?
As I understood it we have tried to push this patc
The UT699 requires -mcpu=leon as it does not support the CAS instruction
provided by -mcpu=leon3. It also requires -mfix-ut699 for errata fixes.
UT700 and GR712RC requires the -mfix-ut700 and -mfix-gr712rc flags that
have been recently added to GCC's master and 7-branch.
Remove -msoft-float from
On 2017-07-14 14:02, Sebastian Huber wrote:
Could you please point me to the relevant thread on the mailing list?
No, this was just something I was told. If you do not recognize it I
might have misunderstood.
--
Daniel Cederman
Software Engineer
Cobham Gaisler
I checked these in. Thanks!
On Thu, Jun 29, 2017 at 10:36 AM, Kevin Kirspel wrote:
> Updates #2859
> ---
> testsuites/psxtests/Makefile.am | 1 +
> testsuites/psxtests/configure.ac| 1 +
> testsuites/psxtests/psxmmap01/Makefile.am | 22 ++
> testsuites/psxtests/psx
Does this close the ticket? Or just update it?
Should we have info in the POSIX guide for these calls?
On Jul 14, 2017 3:08 PM, "Gedare Bloom" wrote:
> I checked these in. Thanks!
>
> On Thu, Jun 29, 2017 at 10:36 AM, Kevin Kirspel
> wrote:
> > Updates #2859
> > ---
> > testsuites/psxtests/Ma