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]

[PATCH 3/3] SH-2A FDPIC: backend support


This patch adds FDPIC support for SH-2A uClinux. The binutils patch was already accepted and committed.

The result is a functional compiler that will build a working busybox-based uClinux system, and pass the majority of the tests in the GCC testsuite. It has been tested on a Renesas SH7203.

The compiler is known to be less than perfect, but it is a start and will provide a basis for future improvement. There is no existing SH FDPIC support, so this is not a regression.

The ABI for the new system is published here:
http://www.codesourcery.com/public/docs/sh-fdpic/sh-fdpic-abi.txt

OK to commit?

Andrew Stubbs

Attachment: 003-fdpic-diff
Description: Text document


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