Jonas Maebe
|
78f94ab035
* made calls to seterrno position-independent
|
12 years ago |
sergei
|
12dc48afbf
* Set errno using a call to seterrno, like it is done for i386 target. This removes most of assembler code together with PIC hacks and makes this part independent of threadvar implementation details.
|
13 years ago |
Jonas Maebe
|
0da9d36116
* fixed internal assembler for x86-64 so that it correctly handles
|
14 years ago |
florian
|
7dc4b6ecc1
+ adds mcount calls to syscall assembler helpers for i386 and x86-64, resolves #17140
|
15 years ago |
peter
|
b32b872a7e
* change non-volatile rbx to volatile r11
|
19 years ago |
florian
|
9fd0bb293d
* fixed typo in previous commit
|
20 years ago |
florian
|
d2a111105e
* made syscall.inc pic safe
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
47534143af
* threadvars on x86_64 fixed
|
20 years ago |
peter
|
64cd72bc5a
* x86_64 updates
|
20 years ago |
peter
|
959a0537d4
* fix errno for multithread
|
21 years ago |
peter
|
31c622e01d
* fix offset of errno
|
21 years ago |
marco
|
cc5c75b714
* comment removed and four dud instrcutions
|
21 years ago |
peter
|
9a7a1e2489
* x86-64 fixes
|
21 years ago |
florian
|
3f4d98624f
- killed tsyscallregs
|
21 years ago |
florian
|
25960b979c
* fixed x86-64 assembler problems
|
21 years ago |
florian
|
c9122a4719
+ completed x86-64/linux system unit
|
21 years ago |
florian
|
a79edeb568
+ for a lot of x86-64 dependend files mostly dummies added
|
22 years ago |