Commit Graph

59499 Commits

Author SHA1 Message Date
Jonas Maebe
fb23834367 * regenerated Makefiles again
git-svn-id: trunk@45766 -
2020-07-11 09:51:28 +00:00
Jonas Maebe
eeed2de669 * missing regenerated fpcmake.inc
git-svn-id: trunk@45765 -
2020-07-11 09:48:18 +00:00
florian
f6f5cb45a3 + strip leading zeros in numeric labels in iso/extended pascal mode also in label declarations, resolves #37323
git-svn-id: trunk@45764 -
2020-07-11 07:12:37 +00:00
pierre
509cf3f1ae Adapt tsysteminfo.shortname string field length to MacOSclassic
git-svn-id: trunk@45763 -
2020-07-10 23:23:56 +00:00
Jonas Maebe
350d2d92f9 * regenerated Makesfiles
git-svn-id: trunk@45762 -
2020-07-10 22:08:30 +00:00
Jonas Maebe
78e88f4b77 * regenerated
git-svn-id: trunk@45761 -
2020-07-10 22:02:30 +00:00
Jonas Maebe
724c5a3ced * fixed compilation
git-svn-id: trunk@45760 -
2020-07-10 21:58:59 +00:00
Jonas Maebe
df6624005b * synchronised with r445 of the universal interfaces
o added AArch64-Darwin/Mac OS X support

git-svn-id: trunk@45759 -
2020-07-10 21:52:33 +00:00
Jonas Maebe
e7d1a77f9a * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
* rename the m68k/PowerPC-MacOS targets to m68k/PowerPC-MacOSClassic
  * repurpose the AArch64/Darwin target for AArch64/macOS
   o make AArch64-Darwin default target for a hosted AArch64-Darwin compiler

git-svn-id: trunk@45758 -
2020-07-10 21:52:24 +00:00
florian
392d66a9ce * variables can have the same name as the main program in iso mode, resolves #37322
git-svn-id: trunk@45757 -
2020-07-10 21:05:59 +00:00
pierre
87bf6a4b56 Do not use .hidden for systems_wince, as is done for systems_windows
git-svn-id: trunk@45756 -
2020-07-10 14:15:22 +00:00
pierre
39f3a72c62 tarmunaryminusnode.pass_1 must call inherited method for system_arm_wince
git-svn-id: trunk@45755 -
2020-07-10 09:43:15 +00:00
pierre
a62534d11f Add z80 to PPC_TARGETS to reove ppcz80 on clean
git-svn-id: trunk@45754 -
2020-07-10 09:38:27 +00:00
pierre
7fc94000c4 Disable all utils for zxspectrum and msxdos
git-svn-id: trunk@45753 -
2020-07-10 06:50:10 +00:00
pierre
e67236eb96 Disable bzip2 package for msxdos (Data element tool large error)
git-svn-id: trunk@45752 -
2020-07-10 06:48:49 +00:00
pierre
96ac7f29f7 Only try to use softfpu functions when fputype is fpu_soft
git-svn-id: trunk@45751 -
2020-07-09 22:51:42 +00:00
pierre
cb41b22fdc Try to fix tarmunaryminusnode.pass_1
git-svn-id: trunk@45750 -
2020-07-09 22:50:34 +00:00
florian
91149df87f * patch by Christo Crause: fix volatile registers for call0 abi, resolves #37317
git-svn-id: trunk@45749 -
2020-07-09 20:34:32 +00:00
ondrej
de01d6a08d daemonapp: virtual ShowHelp
git-svn-id: trunk@45748 -
2020-07-09 19:02:37 +00:00
pierre
59379ab02b Add softfpu feature for z80 cpu
git-svn-id: trunk@45747 -
2020-07-09 09:54:46 +00:00
michael
1c70372cc3 * Fix from Pascal Riekenberg for bug ID #37309 (font search failure)
git-svn-id: trunk@45744 -
2020-07-09 07:25:03 +00:00
florian
792eafadef * properly calc new src register for OP_XOR
git-svn-id: trunk@45743 -
2020-07-08 19:45:55 +00:00
Mattias Gaertner
ff47dc09e7 pas2js: fixed assign record with field of dynamic array
git-svn-id: trunk@45742 -
2020-07-08 09:31:09 +00:00
pierre
ed9f390320 Fix ShowHistory, by avoiding ordering by TR_ID which is not monotoneous anymore
git-svn-id: trunk@45741 -
2020-07-07 23:05:43 +00:00
florian
d9d231c875 * AAarch64: handle initializations of vector registers with zero properly
git-svn-id: trunk@45740 -
2020-07-07 20:56:19 +00:00
florian
f65f1bd802 * fix test to check result properly as pointed out by Bi0T1N in the bug tracker
git-svn-id: trunk@45739 -
2020-07-07 20:22:00 +00:00
pierre
6b4c97f495 Avoid rewriting revision.inc if content is unchanged
git-svn-id: trunk@45738 -
2020-07-07 12:52:24 +00:00
pierre
604b9fd1fd Use FPCOPT variable instead of OPT, to also pass BINUTILSPREFIX as -XP option for createlst and gparmake compilation
git-svn-id: trunk@45737 -
2020-07-07 11:40:36 +00:00
pierre
60c187e169 Make sure that we do not read passed the end of OPTSTRING variable
git-svn-id: trunk@45736 -
2020-07-06 20:56:14 +00:00
florian
3655c46982 * clean up
git-svn-id: trunk@45735 -
2020-07-06 19:46:19 +00:00
pierre
ec3fe2f990 Fix overflow when value is high(int64) in OptPass1And method
git-svn-id: trunk@45734 -
2020-07-06 13:50:10 +00:00
pierre
8306c7ca79 Fix cycle with -CriotR option on aarch64-linux
git-svn-id: trunk@45733 -
2020-07-06 11:39:42 +00:00
florian
3caacc529a * fix abs() intrinsic optimisation, resolves #37301
git-svn-id: trunk@45732 -
2020-07-05 09:19:14 +00:00
florian
5ad02a3799 + Xtensa: more cpu capabilites
+ Xtensa: set cpu for xtensa-linux as call window support is required

git-svn-id: trunk@45731 -
2020-07-04 21:18:13 +00:00
florian
58dcbab10e * (modified) patch by Michael Ring from the mailing list to fix linking for arm-freertos
git-svn-id: trunk@45730 -
2020-07-04 15:03:21 +00:00
Károly Balogh
9142ad8950 bump ppudump copyright year
git-svn-id: trunk@45729 -
2020-07-04 06:14:40 +00:00
florian
e73dd883cd + handle OS_128 in mm code
git-svn-id: trunk@45728 -
2020-07-03 21:12:07 +00:00
florian
b72419e2a5 * regenerated
git-svn-id: trunk@45727 -
2020-07-03 21:12:06 +00:00
florian
72f6752b1c + add intrdat target
git-svn-id: trunk@45726 -
2020-07-03 21:12:06 +00:00
florian
965964d07c * fix compilation with newer FPC
git-svn-id: trunk@45725 -
2020-07-03 21:12:05 +00:00
michael
795365eee7 * Patch from Pawel Dmitruk to add CDATA and comment support
git-svn-id: trunk@45724 -
2020-07-03 19:37:41 +00:00
ondrej
e74050ede6 fphttpserver: gracefully close open connections at server destroy
git-svn-id: trunk@45723 -
2020-07-03 17:27:17 +00:00
ondrej
00ce3b6a31 fphttpserver: fix endless loop in case of open connections
git-svn-id: trunk@45722 -
2020-07-03 13:14:38 +00:00
florian
b7ef93030a * set mm register subreg properly when cleaning them with xor
git-svn-id: trunk@45721 -
2020-07-02 21:14:43 +00:00
pierre
12cb72893d Obsolete system_mips_embedded, as it is a duplicate of system_mipseb_embedded
git-svn-id: trunk@45720 -
2020-07-02 16:26:13 +00:00
pierre
f71415a2de Extend ait_ua_elf_const2str to all aitconst_XXX to fix mips/mipsel RTTI generation
git-svn-id: trunk@45719 -
2020-07-02 16:06:01 +00:00
florian
8f91920c9b * use the fpu on suitable x86 targets to copy extended values
git-svn-id: trunk@45718 -
2020-07-01 20:45:58 +00:00
florian
ff295bf349 * delay setting of pd_body and pd_implement till the header of a generic
procedure is parsed, resolves #37261

git-svn-id: trunk@45717 -
2020-06-30 20:36:51 +00:00
Mattias Gaertner
062fbb5e41 pas2js: doc about extending JS function
git-svn-id: trunk@45716 -
2020-06-29 21:51:00 +00:00
Mattias Gaertner
cbf5f1a769 pas2js: doc about extending JS function
git-svn-id: trunk@45715 -
2020-06-29 21:47:04 +00:00