Commit Graph

711 Commits

Author SHA1 Message Date
bebbo 0bdd6b7840 some changes for gcc-3.4.6 2017-10-18 22:01:04 +02:00
bebbo 773af22576 update submodule gcc-6 2017-10-18 19:50:45 +02:00
bebbo 6c27555fab refs #32 2017-10-13 22:04:54 +02:00
bebbo 77b6e2b226 always copy the ixemul headers 2017-10-13 21:59:56 +02:00
bebbo d4e28f9fc1 refs #32: update submodule gcc-6 2017-10-11 23:45:01 +02:00
bebbo 3352648a58 refs #45: update submodule libnix 2017-10-11 23:44:21 +02:00
bebbo 925fce5e89 refs #45: remove old file c-parse.c from gcc-3.4.6 2017-10-11 23:43:40 +02:00
bebbo 5aa7af692f update submodule libnix 2017-10-11 14:51:57 +02:00
bebbo 2c75594562 improved help message for toolchain-m68k 2017-09-06 08:03:54 +02:00
fautomat 97046e279b updated golden test files 2017-09-05 20:29:17 +01:00
bebbo e83be967a8 updated submodules libnix/gcc-6 2017-08-31 16:27:41 +02:00
bebbo 87b49a1802 submodule gcc-6: bump datestamp 2017-08-21 20:34:37 +02:00
bebbo 767c404892 refs #34: updated submodule gcc-6 2017-08-21 20:28:58 +02:00
bebbo 1317410077 refs #34: updated submodule gcc-6 2017-08-21 17:52:14 +02:00
bebbo 795ab1ec0a submodule libnix: remove compile warnings introduced by SUBDIRS dependency 2017-08-21 15:00:50 +02:00
bebbo 9afedd9d7d update submodule sfdc 2017-08-21 09:16:20 +02:00
bebbo ec15ace992 fix submodule gcc-6 2017-08-20 21:41:04 +02:00
bebbo 0ef7d79bd7 refs #7: updated url for vbcc_target_m68k-amigaos.lha 2017-08-20 21:10:18 +02:00
bebbo 3cf47074e6 gcc-6: fix t-glue makefile name 2017-07-12 14:07:57 +02:00
bebbo 662fafc8ff gcc-6: change host pattern from m68k-*-amiga to m68k*-amiga 2017-07-12 12:09:02 +02:00
bebbo 44eec31194 @S gcc-6: @B fix libstdc++ config 2017-07-12 09:13:46 +02:00
bebbo 99d5699de4 @S gcc-6: @B fix merge ... 2017-07-12 07:24:28 +02:00
bebbo d1196c0eba @R using -Os 2017-07-11 13:05:21 +02:00
bebbo 2cc4e738f1 @S gcc-6: various changes but exception handling seems to work. Needs complex test cases now^^ 2017-07-11 12:52:57 +02:00
bebbo 799d01749b @S libnix: @R use folders as dependency ^ gcc handles these as libnames and warns since we only compile 2017-07-07 23:29:09 +02:00
bebbo cd7a8b3bfc @S gcc-6, libnix fixes, @R remove stamps for mui/mmu if libnix is changed 2017-07-07 23:02:38 +02:00
bebbo 2dc7429e4b @R using -fno-rtti -fno-exceptions for c++ examples 2017-07-06 23:52:53 +02:00
bebbo bc6790432f @R update examples Makefile: remove superfluous --allow-multiple-definition 2017-07-06 23:41:03 +02:00
bebbo efb5c8a558 @S gcc-6: @B resolve ctype vtable issue and avoid duplicate definition 2017-07-06 23:39:52 +02:00
bebbo c7f30741c6 @S binutil-2.14: @B fix stabs handling - subtract vma from entries 2017-07-06 23:35:08 +02:00
bebbo e953778691 @S gcc-6: @B add ctype<char>::~ctype() 2017-07-05 20:22:04 +02:00
bebbo e2018c3cdd @S libnix: @N add dummy ioctl function 2017-07-05 20:18:27 +02:00
bebbo 129629ff3a @S gcc-6: @B fixed regrename: start search was not triggered if the assignment is before a label 2017-07-05 09:11:23 +02:00
bebbo 29055bd4c3 @R no more shallow clone for foreign submodules 2017-06-26 14:50:27 +02:00
bebbo 3cb1bf0fd3 @S sfdc: update 2017-06-26 14:39:51 +02:00
bebbo f67a5062f7 @S gcc-6: @various fixes 2017-06-22 16:02:29 +02:00
bebbo fb2840613f @S gcc-6: @B fix flow analysis with tail calls converted to jumps 2017-06-21 13:37:12 +02:00
bebbo 32ec928f06 @S libnix: @R support parallel builds (v2) 2017-06-20 19:17:28 +02:00
bebbo ede0a8ac93 @S gcc-6: @B fix autoinc generation if src op is present 2017-06-20 19:16:38 +02:00
bebbo 917e9980ff @N add switch --mytools, @N support gcc-3.4.6 2017-06-20 19:16:04 +02:00
bebbo b7d28569a0 @R update for gcc-3.4.6 2017-06-20 19:15:26 +02:00
bebbo 39fa13909e @B re-enable ixemul headers 2017-06-19 08:00:48 +02:00
bebbo a1743665dc @B fix wchar_t v2 2017-06-18 22:19:57 +02:00
bebbo 927e6cf46d @R clean includes/-fix if gcc was changed 2017-06-18 20:08:19 +02:00
bebbo c04f820c3a @R patch stdlib.h for wchar_t 2017-06-18 19:28:12 +02:00
bebbo 43222692d0 @S gcc-6: @R define _WCHAR_T_ if typedef-ing wchar_t, @B fix for some jump insns with parallel rtx (dbcc) 2017-06-18 13:13:44 +02:00
bebbo b745389ee0 @S gcc-6: @N opt_autoinc: use post increments where useful 2017-06-17 21:45:08 +02:00
bebbo 3210dc33a1 @S libnix: @R support long long int without using -lgcc math functions 2017-06-16 00:20:51 +02:00
fautomat 7acec16ad8 @S gcc-6: #25 @B fix link order, @S libnix: #25 @R use different __oslibversion.c for nix13 and nix20 2017-06-13 16:04:59 +01:00
fautomat 8c1c77a824 @S gcc-6: @B fix redundand load elimination: evaluate multiple jumps to the same label correctly, @S libnix: @R add some support for long double 2017-06-12 13:47:59 +01:00