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: [PATCH v3 02/10] Initial TI PRU libgcc port


On 08/15/2018 10:49 PM, Dimitar Dimitrov wrote:
> The floating point support has been borrowed from C6X libgcc port
> to help with TI PRU toolchain ABI compatibility.
> 
> libgcc/ChangeLog:
> 
> 2018-07-27  Dimitar Dimitrov  <dimitar@dinux.eu>
> 
> 	* config.host: Add PRU target.
> 	* config/pru/asri.c: New file.
> 	* config/pru/eqd.c: New file.
> 	* config/pru/eqf.c: New file.
> 	* config/pru/ged.c: New file.
> 	* config/pru/gef.c: New file.
> 	* config/pru/gtd.c: New file.
> 	* config/pru/gtf.c: New file.
> 	* config/pru/led.c: New file.
> 	* config/pru/lef.c: New file.
> 	* config/pru/lib2bitcountHI.c: New file.
> 	* config/pru/lib2divHI.c: New file.
> 	* config/pru/lib2divQI.c: New file.
> 	* config/pru/lib2divSI.c: New file.
> 	* config/pru/libgcc-eabi.ver: New file.
> 	* config/pru/ltd.c: New file.
> 	* config/pru/ltf.c: New file.
> 	* config/pru/mpyll.S: New file.
> 	* config/pru/pru-abi.h: New file.
> 	* config/pru/pru-asm.h: New file.
> 	* config/pru/pru-divmod.h: New file.
> 	* config/pru/sfp-machine.h: New file.
> 	* config/pru/t-pru: New file.
This is all fine too once the basic port is approved.

jeff


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