Commit Graph

58244 Commits

Author SHA1 Message Date
nickysn
6e346f1c79 * synchronize with trunk
git-svn-id: branches/z80@44444 -
2020-03-30 22:36:17 +00:00
joost
6a966970bc * Missing include-file added to fpmake-archive
git-svn-id: trunk@44443 -
2020-03-30 21:41:19 +00:00
joost
7ee874fba1 * Missing include-file added to fpmake-archive
git-svn-id: trunk@44442 -
2020-03-30 20:54:26 +00:00
florian
314b8999aa + Xtensa: add linklib statements, better _halt procedure
git-svn-id: trunk@44441 -
2020-03-30 20:42:56 +00:00
florian
8e929b2879 * make TLinkerInfo fields ansistrings as xtensa-freertos needs long command lines
git-svn-id: trunk@44440 -
2020-03-30 20:42:56 +00:00
florian
3135effee3 * Xtensa: returning of 32 Bit values fixes
git-svn-id: trunk@44439 -
2020-03-30 20:42:55 +00:00
florian
26db93d78c * Xtensa: shift operations fixed
git-svn-id: trunk@44438 -
2020-03-30 20:42:55 +00:00
joost
e6d0e80853 * Added some missing source-files to the fpmake-archive
git-svn-id: trunk@44437 -
2020-03-30 20:27:00 +00:00
Jonas Maebe
79974a9671 + -XlS<x> option to specify a suffix for externally called LLVM utilities,
e.g. -XlS-7 to call clang-7 instead of clang)
  * IMPORTANT: changed the -CL llvm code generation options to -Cl, for
    consistency with the new -Xl option (-XL was already taken)

git-svn-id: trunk@44436 -
2020-03-30 19:58:49 +00:00
michael
13986a1f8f * Added ability to use UTF16, expanded patch from Anton Kavalenka
git-svn-id: trunk@44435 -
2020-03-30 19:36:04 +00:00
joost
923c891b37 * Missing include-file added to fpmake-archive
git-svn-id: trunk@44433 -
2020-03-30 18:01:29 +00:00
Mattias Gaertner
f7ddf90bdd pastojs: fixed with-do x, where x is in helper and class
git-svn-id: trunk@44432 -
2020-03-30 12:06:57 +00:00
Mattias Gaertner
b8bcccc1f1 fcl-passrc: fixed resolving with-do x, where x is in helper and class
git-svn-id: trunk@44431 -
2020-03-30 12:06:32 +00:00
michael
20749e1ee2 * Patch from Bart Broersma to fix bug ID #36809
git-svn-id: trunk@44429 -
2020-03-30 09:26:02 +00:00
nickysn
a340a39ae3 * synchronize with trunk
git-svn-id: branches/z80@44428 -
2020-03-30 03:14:29 +00:00
Károly Balogh
b96109727c m68k-amiga: initial work on some support functions to allow the RTL to be compiled for AmigaOS 1.x
git-svn-id: trunk@44427 -
2020-03-30 03:06:23 +00:00
Károly Balogh
f69c099cfe amiga/morphos: fix freepooled(), it has no return value
git-svn-id: trunk@44426 -
2020-03-30 02:41:32 +00:00
nickysn
e8bca88dad + output nothing for ait_symbol_end
git-svn-id: branches/z80@44425 -
2020-03-30 02:25:58 +00:00
nickysn
b91269b821 + output unsupported aligns as comments (I don't think z80asm supports an align directive)
git-svn-id: branches/z80@44424 -
2020-03-30 02:24:27 +00:00
nickysn
c8ec4731e1 * indentation fix
git-svn-id: branches/z80@44423 -
2020-03-30 02:13:42 +00:00
nickysn
086ae1fc29 + perform some character escaping on the labels, because z80asm doesn't seem to like e.g. dollar signs in labels
git-svn-id: branches/z80@44422 -
2020-03-30 02:12:24 +00:00
nickysn
7bf31b0c26 + z80asm output for ait_const (8 and 16-bit only for now) and ait_symbol
git-svn-id: branches/z80@44421 -
2020-03-30 02:03:54 +00:00
Károly Balogh
c7136b59c7 amiga: no packed records in doslibd.inc and timerd.inc, use packrecords 2 insead, this improves code generated for plain 68000
git-svn-id: trunk@44420 -
2020-03-30 01:47:57 +00:00
nickysn
70d14c3c78 + implement ait_string for z80asm
git-svn-id: branches/z80@44419 -
2020-03-30 01:18:21 +00:00
nickysn
f8733f42c9 + started working on the z80 assembler writer - produce comments, labels and comments with unsupported asm objects
git-svn-id: branches/z80@44418 -
2020-03-30 01:02:28 +00:00
nickysn
ce424f2954 + added the OUTI instruction
git-svn-id: branches/z80@44417 -
2020-03-30 00:45:13 +00:00
Károly Balogh
3031a4da31 amiga-m68k: minimal tweaks and formatting to the dos unit
git-svn-id: trunk@44416 -
2020-03-30 00:40:20 +00:00
nickysn
42d484cf82 * regenerated makefiles
git-svn-id: branches/z80@44415 -
2020-03-29 23:05:56 +00:00
nickysn
48b4cc34cb * synchronized with trunk
git-svn-id: branches/z80@44414 -
2020-03-29 23:04:40 +00:00
nickysn
fc6e74642d * regenerate makefiles
git-svn-id: branches/z80@44413 -
2020-03-29 23:01:16 +00:00
nickysn
da40f04d45 * fixed duplicated regdat definition in makefile, that was caused as an artifact after merging with trunk
git-svn-id: branches/z80@44412 -
2020-03-29 22:51:08 +00:00
nickysn
b3d1003f7e * TZ80GNUAssembler renamed TZ80AsmAssembler, because it targets the "z80asm" assembler
git-svn-id: branches/z80@44411 -
2020-03-29 22:24:42 +00:00
nickysn
7050d7a376 - removed the -mmcu= command line option from z80asm
git-svn-id: branches/z80@44410 -
2020-03-29 22:09:56 +00:00
nickysn
70abc8ce44 * switch to z80asm (instead of gas, which doesn't support z80) for system_z80_embedded
git-svn-id: branches/z80@44409 -
2020-03-29 19:52:51 +00:00
Jonas Maebe
375cc2b443 * allow FPC 3.2.0 as bootstrap version
git-svn-id: trunk@44408 -
2020-03-29 19:20:03 +00:00
Jonas Maebe
10b15628ab * split i/t_darwin from i/t_bsd, as they don't have that much in common
any more

git-svn-id: trunk@44407 -
2020-03-29 18:27:27 +00:00
florian
c5fec35652 * updated
git-svn-id: trunk@44406 -
2020-03-29 17:14:22 +00:00
florian
1f00875f8c * fix ppudump after addition of freertos-xtensa
git-svn-id: trunk@44405 -
2020-03-29 17:13:48 +00:00
florian
0d41d86dd2 * Xtensa: use generic tcpuparamanager.getcgtempparaloc
git-svn-id: trunk@44404 -
2020-03-29 17:13:47 +00:00
florian
b51f3d6e53 * Xtensa: fix TCPUAddNode.second_cmp
git-svn-id: trunk@44403 -
2020-03-29 17:13:47 +00:00
florian
0a40d927cb * Xtensa: fix tcgcpu.a_cmp_reg_reg_label
git-svn-id: trunk@44402 -
2020-03-29 17:13:46 +00:00
florian
b787efb7fd * Xtensa: tcgcpu.g_concatcopy fixed: keep registers alive
git-svn-id: trunk@44401 -
2020-03-29 17:13:46 +00:00
florian
391512546e + initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
git-svn-id: trunk@44400 -
2020-03-29 17:13:45 +00:00
florian
f6b6622569 + git support
git-svn-id: trunk@44399 -
2020-03-29 17:13:41 +00:00
nickysn
943d0cbbe2 * use the generic code of tcg.getintregister, which supports 8-bit CPUs after merging trunk
git-svn-id: branches/z80@44398 -
2020-03-29 17:04:49 +00:00
nickysn
755fe97c51 * synchronize with trunk
git-svn-id: branches/z80@44397 -
2020-03-29 16:24:32 +00:00
Jonas Maebe
c8307d4022 * use getpagesize function instead of reading external variables to restore
ability to compile against SDKs < OS X 10.9 (mantis #36653)

git-svn-id: trunk@44396 -
2020-03-29 14:52:49 +00:00
Jonas Maebe
429b3744c4 * fpc: don't search for compiler binary in current directory when paramstr(0)
does not contain a path (unless the current directory is also in the PATH)

git-svn-id: trunk@44395 -
2020-03-29 14:52:45 +00:00
Jonas Maebe
3b8979210d * check target system instead of using an ifdef
git-svn-id: trunk@44394 -
2020-03-29 14:52:41 +00:00
nickysn
fd9f3a43ce + added cpu_sys_z80 to the tsystemcpu enum. Name is not cpu_z80, because that
conflicts with tcputype.

git-svn-id: branches/z80@44393 -
2020-03-29 14:25:53 +00:00