Tomas Hajny
|
f5250c6433
* missing constants for context flags added
|
18 years ago |
florian
|
f290d5195d
* line ending properties set
|
18 years ago |
florian
|
0ebbbd5380
* spelling mistakes fixed
|
18 years ago |
Jonas Maebe
|
3a60a28283
* don't try to add current_procinfo.got to used_in_proc if it's a
|
18 years ago |
Tomas Hajny
|
633a902565
* exception handler is a function, not procedure
|
18 years ago |
Almindor
|
fdcc5f4332
* use TIOCtlRequest instead of hard ifdefs to remove warnings
|
18 years ago |
Jonas Maebe
|
0a606b308d
- removed unused nested do_generate_code procedure from read_proc
|
18 years ago |
marco
|
54d8f93b25
* fix for 9772
|
18 years ago |
Almindor
|
5474e0c987
* fix ioCtl differences between BSD and POSIX
|
18 years ago |
Jonas Maebe
|
b9752680a5
* fixed crashes when combining -Cg with -g or -pg due to a missing
|
18 years ago |
Jonas Maebe
|
993ec01a76
* use the gcc jumptable scheme for all ppc targets instead of only for
|
18 years ago |
Jonas Maebe
|
5a0a6d0d9e
* fixed and enabled smartlinking on Darwin by adding more .reference
|
18 years ago |
marco
|
827d380691
* pchar(pointer()) isms that were safe.
|
18 years ago |
marco
|
faa8383403
* some pchar(pointer(s)) changes (see maillist)
|
18 years ago |
Vincent Snijders
|
bc7e54c3f0
* search preprocessor binary and add it as command line parameter for windres, so that the cpp doesn't need to be on the path
|
18 years ago |
Jonas Maebe
|
c84744b27f
* fixed a_jmp_name() for darwin/i386 (go via a stub)
|
18 years ago |
Jonas Maebe
|
559bb6226e
* don't try to translate the got register if it's NR_NO (fixes
|
18 years ago |
peter
|
b5fb7120b8
* fixed length calculation of leb128 constants
|
18 years ago |
peter
|
c19217f846
* only for jump instructions we need to look at the relative
|
18 years ago |
Jonas Maebe
|
f51bac256d
* made pic-safe (by simply not accessing global variables from
|
18 years ago |
Jonas Maebe
|
e81d4b737f
* give a build-time error when trying to cross-compile the compiler from
|
18 years ago |
Almindor
|
f1d5f6536c
* fix cInt -> cLong changes in implementation section too
|
18 years ago |
Jonas Maebe
|
5a07698a3e
* made less complex in case of pic code because then many more
|
18 years ago |
Jonas Maebe
|
d7c4fdbed5
* added maxfpuregs constant to fix compilation after r8655
|
18 years ago |
Jonas Maebe
|
3266f4e483
+ Compiler support for pic on darwin/i386. The i386 rtl still needs
|
18 years ago |
peter
|
4492ee39c5
* remove firstpasscount
|
18 years ago |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 years ago |
Jonas Maebe
|
7e5e13223e
* also count references to relsymbols
|
18 years ago |
Jonas Maebe
|
b103605bc3
* added comment clarifying why g_indirect_sym_load doesn't have to
|
18 years ago |
Jonas Maebe
|
9750e49d5a
* fixed x86 compilation after r8651
|
18 years ago |