diff mbox

[2/4] Add Visium support to libgcc

Message ID 1753624.70lBM7WQ05@polaris
State New
Headers show

Commit Message

Eric Botcazou Dec. 19, 2014, 10:33 p.m. UTC
Revision version, the divmod and the parity routines have been reimplemented 
based on libgcc2.c and all the new files are now under GPL+exception.


libgcc/ChangeLog

2014-12-19  Eric Botcazou  <ebotcazou@adacore.com>
        
        * config.host: Add Visium support.
        * config/visium: New directory.

Comments

Jeff Law Dec. 22, 2014, 5 a.m. UTC | #1
On 12/19/14 15:33, Eric Botcazou wrote:
> Revision version, the divmod and the parity routines have been reimplemented
> based on libgcc2.c and all the new files are now under GPL+exception.
>
>
> libgcc/ChangeLog
>
> 2014-12-19  Eric Botcazou  <ebotcazou@adacore.com>
>
>          * config.host: Add Visium support.
>          * config/visium: New directory.
OK when rest of port is approved.

jeff
diff mbox

Patch

Index: config.host
===================================================================
--- config.host	(revision 218617)
+++ config.host	(working copy)
@@ -1233,6 +1233,10 @@  vax-*-netbsdelf*)
 	;;
 vax-*-openbsd*)
 	;;
+visium-*-elf*)
+        extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
+        tmake_file="visium/t-visium t-fdpbit"
+        ;;
 xstormy16-*-elf)
 	tmake_file="stormy16/t-stormy16 t-fdpbit"
 	;;