This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gofrontend-dev] libgo patch committed: Add SPARC RTEMS specific file


On Fri, Jan 21, 2011 at 8:01 PM, Ian Lance Taylor <iant@google.com> wrote:
> This trivial libgo patch adds a file to hold SPARC RTEMS specific
> information to the syscalls subdirectory. ?There is nothing in there at
> present. ?If anybody knows of a simple way to use automake with files
> that may or may not exist, please let me know. ?I'd prefer to avoid
> configure tests since they separate the test and the use in a way that I
> find hard to maintain over time. ?Anyhow, bootstrapped and ran Go
> testsuite on x86_64-unknown-linux-gnu. ?Committed to mainline.

Out of curiosity, why is there a need for architecture specific
Go syscalls for RTEMS?  We use newlib and are a link-in library
OS.  RTEMS doesn't have a trap interface.  We have avoided
architecture  specific files in the Ada run-time.

All the ones that exist now are empty and I would expect that
to continue through the dozen or so architectures RTEMS supports.

--joel

> Ian
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]