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 2/4] Add Visium support to libgcc


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.


-- 
Eric Botcazou

Attachment: libgcc_visium-2.tar.gz
Description: application/compressed-tar

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"
 	;;

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