]> git.ipfire.org Git - thirdparty/gcc.git/commit
Initial TI PRU libgcc port
authorDimitar Dimitrov <dimitar@dinux.eu>
Wed, 12 Jun 2019 19:28:51 +0000 (19:28 +0000)
committerDimitar Dimitrov <dimitar@gcc.gnu.org>
Wed, 12 Jun 2019 19:28:51 +0000 (19:28 +0000)
commitae7deb4b85aad67c64228c19e226b902669032f4
tree338f0df4600d72a06c7ddf11f6c1ddd47722b4cd
parent3e209f57c029bd585415db47ca867040c0079daf
Initial TI PRU libgcc port

libgcc/ChangeLog:

2019-06-12  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.

From-SVN: r272204
24 files changed:
libgcc/ChangeLog
libgcc/config.host
libgcc/config/pru/asri.c [new file with mode: 0644]
libgcc/config/pru/eqd.c [new file with mode: 0644]
libgcc/config/pru/eqf.c [new file with mode: 0644]
libgcc/config/pru/ged.c [new file with mode: 0644]
libgcc/config/pru/gef.c [new file with mode: 0644]
libgcc/config/pru/gtd.c [new file with mode: 0644]
libgcc/config/pru/gtf.c [new file with mode: 0644]
libgcc/config/pru/led.c [new file with mode: 0644]
libgcc/config/pru/lef.c [new file with mode: 0644]
libgcc/config/pru/lib2bitcountHI.c [new file with mode: 0644]
libgcc/config/pru/lib2divHI.c [new file with mode: 0644]
libgcc/config/pru/lib2divQI.c [new file with mode: 0644]
libgcc/config/pru/lib2divSI.c [new file with mode: 0644]
libgcc/config/pru/libgcc-eabi.ver [new file with mode: 0644]
libgcc/config/pru/ltd.c [new file with mode: 0644]
libgcc/config/pru/ltf.c [new file with mode: 0644]
libgcc/config/pru/mpyll.S [new file with mode: 0644]
libgcc/config/pru/pru-abi.h [new file with mode: 0644]
libgcc/config/pru/pru-asm.h [new file with mode: 0644]
libgcc/config/pru/pru-divmod.h [new file with mode: 0644]
libgcc/config/pru/sfp-machine.h [new file with mode: 0644]
libgcc/config/pru/t-pru [new file with mode: 0644]