241 Commits

Author SHA1 Message Date
bebbo
028a312458 refs https://github.com/bebbo/amiga-gcc/issues/152
fix lseek - no auto fflush, since FILE might not exist...
2020-04-21 22:28:18 +02:00
bebbo
23bf3ae1b6 refs https://github.com/bebbo/amiga-gcc/issues/162 : use a valid bss size to clear bss memory - needed for KS1.3 2020-04-19 17:18:49 +02:00
bebbo
0d8e2f374a better lseek impl...? 2020-04-13 23:02:07 +02:00
bebbo
18f0affd7c refs https://github.com/bebbo/newlib-cygwin/issues/13: make timeval in devices/timer.h identical v4 2020-04-13 21:19:56 +02:00
bebbo
cb23948056 refs #33: fix header and source 2020-04-02 17:48:57 +02:00
Stefan "Bebbo" Franke
cd35709988
Merge pull request #33 from MBeijer/patch-1
Add strsep()
2020-04-02 17:31:40 +02:00
Marlon Beijer
daae5568fa
Be consistent 2020-04-02 17:22:06 +02:00
Marlon Beijer
893d4ed287
Update string.h to include strsep function 2020-04-02 17:21:00 +02:00
Marlon Beijer
eb3fd54710
remove unnecessary newline 2020-04-02 17:19:42 +02:00
Marlon Beijer
c59341947c
Add strsep 2020-04-02 17:18:57 +02:00
bebbo
08be72dc7e fix divsi3 2020-03-26 20:59:12 +01:00
bebbo
92fbb14ddd refs #19: there is now a check for 68881 if a 68881 variant is linked 2020-03-09 18:32:52 +01:00
bebbo
af4270f5dc libs for 68881 having -mhard-float now 2020-03-03 07:58:41 +01:00
bebbo
faa1d5f04f add strtok_r(...) to string.h ... 2020-02-18 18:23:27 +01:00
bebbo
dea4216935 add strtok_r(...) 2020-02-18 18:14:01 +01:00
bebbo
5b40b62fce refs #30: extend the file if the file is in write mode and the seek position exceeds the file size 2020-02-16 17:00:25 +01:00
bebbo
ec24af979e refs #30: ignore the return code of Seek() 2020-02-16 12:30:25 +01:00
bebbo
2b52cda05b do not close locale.library 2020-01-07 16:54:52 +01:00
bebbo
b2e96624a7 refs #29: lower priority of init/exit cpp 2020-01-07 10:50:48 +01:00
fautomat
04e7f1ced7 Merge branch 'devel1' 2020-01-03 13:59:38 +00:00
bebbo
0e8a2f427e force environ to .data instead of .bss
This trigger linking of environ.o and thus correct initialization of the
environment.

(.bss variables don't trigger linkage)
2020-01-03 14:02:00 +01:00
Stefan "Bebbo" Franke
11526250a8
Merge pull request #26 from dwhinham/enforcer-hit-fix
Fix Enforcer hit generated by -mcrt=nix13 "hello world" program when started from Workbench
2019-11-28 09:56:23 +01:00
Dale Whinham
fb460c42ae Fix null dereference when started from Workbench 2019-11-27 21:54:58 +00:00
bebbo
cbab4db2e6 add explicite cpu to m68k-amigaos-as 2019-10-12 21:31:06 +02:00
bebbo
a46a8d7154 refs #23: kick 1.3 has no pr_LocalVars 2019-10-01 15:32:15 +02:00
bebbo
a15a7b04dd include stabs.h -> proper alias 2019-09-05 08:54:36 +02:00
bebbo
cb31881b94 fix noreturn warning 2019-09-05 08:54:15 +02:00
bebbo
083ba2616e fix a warning 2019-08-10 14:27:39 +02:00
bebbo
e7081bcca0 restore ... 2019-08-05 15:52:43 +02:00
bebbo
77677ddfdb one gettimeofday is enough 2019-07-30 21:28:08 +02:00
bebbo
1a0b3c20a9 add __stdargs 2019-07-30 18:22:29 +02:00
bebbo
fe27f83af2 fix initializing stdout 2019-07-14 18:27:14 +02:00
bebbo
4715c66a7c fix merge 2019-07-11 15:33:40 +02:00
bebbo
c18605c304 Merge branch 'githubaf-master' into devel1 2019-07-11 14:28:35 +02:00
bebbo
ae60d6cedd Merge branch 'master' of https://github.com/bebbo/libnix into
githubaf-master
2019-07-11 14:27:21 +02:00
bebbo
f406ecd770 Merge branch 'master' of https://github.com/githubaf/libnix into githubaf-master 2019-07-11 14:23:11 +02:00
githubaf
0623ee66fc enhanced test -> do something more than just a printf. Real pi calculation now 2019-07-11 12:08:46 +02:00
githubaf
ce1c3d33c7 added resident32 tests 2019-07-11 10:37:17 +02:00
githubaf
3a5b50c63c several tests for correct libraries, startup codes and CPU/FPU checking 2019-07-11 10:28:45 +02:00
githubaf
2a1428a701 Removed superflous fpu-check from nlbcrt0.S and nlrcrt0.S again. Added .long ___cpucheck to nlbcrt0.S. Changed libnix destination paths according to bebbos suggestion. 2019-07-11 09:10:12 +02:00
bebbo
858cc87056 refs gcc:#104 - change multilib order 2019-07-08 12:04:07 +02:00
bebbo
b70d580897 refs #17: no open lib code for devices 2019-07-05 10:58:32 +02:00
githubaf
404f21d8fd remove debug-point 2019-07-04 15:36:31 +02:00
bebbo
43ac30f5b7 refs #15: add also a __fpucheck() method which gets linked if one of
68881, 68040, 68060 or 68080 is specified.
2019-07-01 09:29:41 +02:00
githubaf
c14c1d4509 fix path 2019-06-28 10:39:37 +02:00
githubaf
5f100ab0a5 working on cou_check 2019-06-20 15:24:05 +02:00
bebbo
747aa0b80f refs #15: implement cpu check in resident32/baserel32 startup, force
linking __cpucheck otherwise if 68020+ is used and only raise an alert.
2019-06-14 11:41:37 +02:00
bebbo
960d8754f3 refs #15: re-add dependency to cpucheck 2019-06-11 12:19:15 +02:00
bebbo
33ed430cb2 fix include for MSYS2 2019-06-08 11:07:06 +02:00
bebbo
223fd663d1 fix clearbss 2019-05-28 19:42:40 +02:00