#fpc #freepascal #compiler #fpcobj #pascal

sergei e1616fd8ef * Replaced 'movzbl %r8b, %r8' because it is rejected by GAS (suffix does not match the operand size). The correct instruction is 'movzbq %r8b, %r8' but that one is rejected by FPC reader instead. Provides a fix for broken builds of targets using external assembler (Mantis #19188). vor 14 Jahren
compiler f904f41664 compiler: don't allow local or anonymous records to have types (the second part of issue #0019099) vor 14 Jahren
ide 14a10ad6cb + Add $rbp FrameName for x86_64 CPU vor 14 Jahren
installer cc4457db79 + packages fcl-js and hermes added vor 14 Jahren
packages 46d50c9ebc fcl-stl fixes2 vor 14 Jahren
rtl e1616fd8ef * Replaced 'movzbl %r8b, %r8' because it is rejected by GAS (suffix does not match the operand size). The correct instruction is 'movzbq %r8b, %r8' but that one is rejected by FPC reader instead. Provides a fix for broken builds of targets using external assembler (Mantis #19188). vor 14 Jahren
tests f904f41664 compiler: don't allow local or anonymous records to have types (the second part of issue #0019099) vor 14 Jahren
utils cb3043b3a2 * Fixed 19068 vor 14 Jahren
.gitattributes f904f41664 compiler: don't allow local or anonymous records to have types (the second part of issue #0019099) vor 14 Jahren
.gitignore 645744bf51 + Added libogc binding and examples for Wii vor 14 Jahren
Makefile 6bc67184e3 * compile win 64-bit IDE default. It works now, and even gdb is starting to work. vor 14 Jahren
Makefile.fpc 6bc67184e3 * compile win 64-bit IDE default. It works now, and even gdb is starting to work. vor 14 Jahren