Jonas Maebe
|
5439babeb5
+ cgeneric.inc: implementations of rtl routines based on libc
|
21 years ago |
Jonas Maebe
|
4c7c8b9c3a
* fixed mtfsb0 instruction for assembler reader/writer
|
21 years ago |
Jonas Maebe
|
14670f4065
* fixed syntax error caught by Mac OS X' as :)
|
21 years ago |
Jonas Maebe
|
6bd3eccdac
+ fpc_cpuinit procedure to allow cpu/fpu initialisation before any unit
|
21 years ago |
Jonas Maebe
|
e9a522fdae
* fixed fillchar for SYSV abi
|
21 years ago |
florian
|
acade4f561
* fixed compilation with sysv calling conventions
|
21 years ago |
Jonas Maebe
|
f66a3775c5
* fixed buffer overflow bug in fpc_shortstr_append_shortstr in case
|
21 years ago |
Jonas Maebe
|
2eef2eae81
* fixed buffer overrun error in fillchar
|
22 years ago |
Jonas Maebe
|
aac321199b
+ added FPC_MOVE alias to move for open array support
|
22 years ago |
Jonas Maebe
|
805df8c05f
* fixed some label names
|
22 years ago |
florian
|
4ff69f3905
* fixed rtl to work with the integrated fpc ppc assembler reader
|
22 years ago |
Jonas Maebe
|
c54a181d65
* renamed sp to r1, gnu as doesn't understand sp
|
22 years ago |
olle
|
103019fb39
+ Used macros ABI_AIX and ABI_SYSV exchanged to FPC_ABI_AIX and FPC_ABI_SYSV.
|
22 years ago |
olle
|
66595617c4
+ added support for ABI_AIX in get_caller_addr
|
22 years ago |
Jonas Maebe
|
a4db446a95
* fixed compilation problems (removed unnecessary modified registers
|
22 years ago |
Jonas Maebe
|
f0227e6a17
* fpc_shortstr_append_shortstr has to use high(s1) instead of 255 as
|
22 years ago |
Jonas Maebe
|
c70f75f1b7
* compile with -dppc603 to not use unaligned float loads in move() and
|
22 years ago |
Jonas Maebe
|
71bd041932
* changed dcbst to dcbtst (former means "flush cache block to memory,
|
22 years ago |
Jonas Maebe
|
71626ce890
* move() now uses dcbz if possible
|
22 years ago |
Jonas Maebe
|
0803ca6708
* fixed inclocked
|
22 years ago |
Jonas Maebe
|
270479ea8b
* fixed stupid bug in filldword
|
22 years ago |
florian
|
04f686649b
* uncommented shortstring compare, buggy
|
22 years ago |
Jonas Maebe
|
d6a589bcd7
* fixed final fillchar error (tfillchr passes now)
|
22 years ago |
Jonas Maebe
|
335017abc9
* fixed bug in fillchar
|
22 years ago |
Jonas Maebe
|
12f37edaab
* fixed get_caller_frame and get_caller_addr
|
22 years ago |
Jonas Maebe
|
a74e48302d
* final (? :) fix to move, passes new tests/test/tmove test
|
22 years ago |
Jonas Maebe
|
b11c927856
* fixed some bugs in move()
|
22 years ago |
Jonas Maebe
|
603c27f04f
- disabled fpc_shortstr_concat because it's called differently than that
|
22 years ago |
Jonas Maebe
|
f30ce9c922
* fixed and re-enabled routines commented out by Florian :)
|
22 years ago |
florian
|
5b6f8ca821
* commented out not working routines
|
22 years ago |