index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtl
/
linux
/
m68k
Commit message (
Expand
)
Author
Age
Files
Lines
*
Also set __stkptr inside cprt0.as and dllprt0.as startup assembly sources
pierre
2021-01-19
2
-0
/
+2
*
* remove unused file
florian
2020-11-28
1
-100
/
+0
*
* fixed comments in sysnr.inc files
florian
2020-11-15
1
-2
/
+2
*
- removed cvs remainders ($Id$ and $Log$ tags)
florian
2020-10-16
3
-79
/
+0
*
* check first for x86 exception and only for sse if no x87 exceptions is th...
florian
2020-10-16
1
-1
/
+1
*
* linux-m68k: depend on FPU defines to compile FPU code, instead of CPU68020....
karoly
2020-08-15
2
-4
/
+3
*
* floating point division by zero should throw run time error 208, fixed
florian
2020-08-03
1
-1
/
+1
*
* changed copyright to Sven since he is the first one with an implementation.
marco
2020-01-17
1
-1
/
+1
*
* many syscallh header files had GPL license instead of modified. I owned th...
marco
2020-01-17
2
-31
/
+16
*
Examine all exception bits in m68k fpsr register to decide which into which ...
pierre
2020-01-10
1
-27
/
+50
*
* updated linux syscall numbers
florian
2020-01-02
1
-0
/
+106
*
* remove deprecated parts linux stat records (FPC 1.0 leftovers)
marco
2018-08-19
1
-24
/
+2
*
linux: an attempt to clean up and fix syscall calling conventions for ftrunca...
karoly
2017-12-12
1
-3
/
+2
*
* m68k-linux startup code:
sergei
2014-07-23
1
-0
/
+2
*
* m68k: updated/fixed dllprt0.as, now able to link a shared library.
sergei
2014-07-09
1
-26
/
+31
*
* m68k: Fixed name of ELF interpreter, and updated cprt0.as to somewhat worki...
sergei
2014-07-07
1
-55
/
+64
*
* m68k-linux: now actually fixed syscall failure conditions.
sergei
2014-06-27
1
-7
/
+7
*
* m68k-linux: syscalls are expected to return -1 on failure, not -errno. This...
sergei
2014-06-27
1
-7
/
+35
*
M68k: Fix passing of environment variables. Fixes the compiler not being able...
svenbarth
2014-02-23
1
-1
/
+1
*
set errno after syscalls. this fixes tiorte test at least. this code ideally ...
karoly
2014-02-22
1
-0
/
+7
*
Now that spilling correctly works on m68k we definitely need to store/restore...
svenbarth
2014-02-16
1
-15
/
+28
*
- RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe...
sergei
2013-10-10
1
-3
/
+0
*
* updated address of FSF (mantis #24646, patch by Alexey Svistunov)
jonas
2013-06-27
2
-2
/
+4
*
rtl/linux/m68k/prt0.as:
svenbarth
2012-11-05
1
-7
/
+12
*
Implement SysCall interface for m68k-linux. This is especially useful for tes...
svenbarth
2012-10-18
1
-0
/
+42
*
Various adjustments to the RTL for m68k:
svenbarth
2012-10-18
2
-5
/
+0
*
For now completely disable (I)MUL/(I)DIV support for Coldfire and pass throug...
svenbarth
2012-10-18
1
-0
/
+2
*
rtl/linux/m68k/prt0.as:
svenbarth
2012-10-18
1
-0
/
+6
*
rtl/m68k/sysnr.inc:
svenbarth
2012-10-18
1
-4
/
+4
*
- Revert micro-exe mode for now.
daniel
2010-10-15
1
-47
/
+18
*
+ If no unit is used, no symbol inside the system unit is used,
daniel
2010-10-10
1
-18
/
+47
*
* several fixes by Pierre Pede (parts of his patch to mantis #12492)
jonas
2009-09-12
1
-3
/
+6
*
* remove the RTL's installed signal handlers at the end of the system
jonas
2009-05-02
1
-1
/
+5
*
* update linux syscall numbers (merge powerpc64 to powerpc)
micha
2008-11-15
1
-253
/
+101
*
* properties set
florian
2007-08-02
5
-472
/
+472
*
* Change padding to 2 bytes.
daniel
2007-03-24
1
-4
/
+4
*
+ Restore "stat" data structure in backward compatible state
daniel
2007-03-23
1
-20
/
+41
*
* small m68k-linux fixes
florian
2006-11-19
1
-16
/
+77
*
* made system unit on m68k-linux compilable
florian
2006-11-06
6
-220
/
+767
*
* stat records differ too much: use stat include file
micha
2006-10-31
1
-45
/
+20
*
+ some files from old fixes branch added
florian
2006-01-31
6
-0
/
+692
*
* blksze to blksize
peter
2005-12-25
1
-2
/
+2
*
* remove $Log
peter
2005-06-07
2
-11
/
+0
*
* log and id tags removed
fpc
2005-05-21
2
-3
/
+1
*
initial import
fpc
2005-05-16
4
-0
/
+153