sergei
|
a1503b51f2
+ chmod 755 on executable files produced by internal linker. I missed this "small" detail for half a year because all development was going on a NTFS drive where everything is executable.
|
преди 12 години |
svenbarth
|
252744ad24
m68k/cgcpu.pas, tcg68k.g_concatcopy:
|
преди 12 години |
marco
|
72d1b249db
* Unblockfile to programmatically unblock MSIE downloads
|
преди 12 години |
marco
|
f08a1ed7c9
* fixed minor mistake in comment. Mantis #23631
|
преди 12 години |
sergei
|
4b925763c3
+ Enable CPU-specific descendants to write specific dynamic tags.
|
преди 12 години |
michael
|
0ee95ca5f9
* Undid patch to resolve dotted unit names, it breaks generation of FPC documentation
|
преди 12 години |
michael
|
3ec989ca8d
* remove debug output
|
преди 12 години |
michael
|
6bdcfaa493
* Added dependency on opengl
|
преди 12 години |
michael
|
c6d58be3e2
* Added dependency on opengl
|
преди 12 години |
Jonas Maebe
|
f57f7fda78
* fixed case of unit name dependencies for MacOS unit
|
преди 12 години |
sergei
|
f98e09d86e
- TObjData.sectiontype2options: removed oso_keep flags. They don't have any effect here because this function is used only during assembling, and oso_keep cannot be represented in object files and therefore gets lost before linking.
|
преди 12 години |
sergei
|
ad1621df3f
* Revert part of r22548, correct fix for the issue is provided by r23188.
|
преди 12 години |
michael
|
f4c2ba9eb6
* Make sure that current method is removed from stack prior to executing it (bug ID #23629)
|
преди 12 години |
Tomas Hajny
|
67e1aeab5e
+ new language added (cs)
|
преди 12 години |
sergei
|
7969fb4ee1
- Removed TlsSize variable, it duplicates threadvarblocksize.
|
преди 12 години |
sergei
|
bc4c1149c3
+ Native threadvar implementation for Win32 and Win64 (most of it, but not yet complete).
|
преди 12 години |
svenbarth
|
b5827ce363
Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
|
преди 12 години |
pierre
|
c26ef20f30
Use OLDBINUTILS conditional to disable assembler code unsupported by older GNU assmebler for x86_64.inc as in cpu.pp to allow use for openbsd for instance
|
преди 12 години |
sergei
|
3175f49e4f
* Replaced local writable typed constant with variable. Makes function thread-safe (local typed constants are still allocated globally, writable ones ruin thread-safety) and able to compile in {$J-} state.
|
преди 12 години |
sergei
|
113f7593be
* FPC_USE_WIN64_SEH is only defined if target is Win64, so another check for win64 is redundant.
|
преди 12 години |
svenbarth
|
359a228085
Fix one problem type of Mantis #23546. A record must not contain a static array that uses itself as an element type (in can contain a dynamic array however) otherwise an infinite loop is encountered when checking whether the record needs special init/final code.
|
преди 12 години |
pierre
|
e7d1c468ca
Regenerated with Use -32 -mips32 option for mips/mipsel ASTARGET
|
преди 12 години |
pierre
|
bdadde3ea9
Use -32 -mips32 option for mips/mipsel ASTARGET
|
преди 12 години |
svenbarth
|
29bd000a4a
Fix for Mantis #23571.
|
преди 12 години |
svenbarth
|
6fb958a491
symdef.pas, tstoreddef:
|
преди 12 години |
svenbarth
|
fdb1950227
Fix for revision 23344.
|
преди 12 години |
paul
|
97d7a4ff50
compiler: fix indentation
|
преди 12 години |
sergei
|
d43c38633c
* Fixed tMIPSELnotnode.second_boolean do handle QWordBool type correctly and deal with difference between Pascal and C booleans. Also improved it to produce code without macros. Fixes webtbs/tw20874 (and maybe something else).
|
преди 12 години |
svenbarth
|
27f5e4f582
Fix for Mantis #23547. Basically we now fail with nicer error messages.
|
преди 12 години |
sergei
|
7530fb3352
* tcgx86.make_simple_ref: handle references to absolute addresses (these are quite rare on x86_64, but still worth to handle correctly).
|
преди 12 години |