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 жил өмнө |
Jonas Maebe
|
c84744b27f
* fixed a_jmp_name() for darwin/i386 (go via a stub)
|
18 жил өмнө |
Jonas Maebe
|
559bb6226e
* don't try to translate the got register if it's NR_NO (fixes
|
18 жил өмнө |
peter
|
b5fb7120b8
* fixed length calculation of leb128 constants
|
18 жил өмнө |
peter
|
c19217f846
* only for jump instructions we need to look at the relative
|
18 жил өмнө |
Jonas Maebe
|
f51bac256d
* made pic-safe (by simply not accessing global variables from
|
18 жил өмнө |
Jonas Maebe
|
e81d4b737f
* give a build-time error when trying to cross-compile the compiler from
|
18 жил өмнө |
Almindor
|
f1d5f6536c
* fix cInt -> cLong changes in implementation section too
|
18 жил өмнө |
Jonas Maebe
|
5a07698a3e
* made less complex in case of pic code because then many more
|
18 жил өмнө |
Jonas Maebe
|
d7c4fdbed5
* added maxfpuregs constant to fix compilation after r8655
|
18 жил өмнө |
Jonas Maebe
|
3266f4e483
+ Compiler support for pic on darwin/i386. The i386 rtl still needs
|
18 жил өмнө |
peter
|
4492ee39c5
* remove firstpasscount
|
18 жил өмнө |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 жил өмнө |
Jonas Maebe
|
7e5e13223e
* also count references to relsymbols
|
18 жил өмнө |
Jonas Maebe
|
b103605bc3
* added comment clarifying why g_indirect_sym_load doesn't have to
|
18 жил өмнө |
Jonas Maebe
|
9750e49d5a
* fixed x86 compilation after r8651
|
18 жил өмнө |
Jonas Maebe
|
335bc9fd46
+ PIC support for darwin/ppc32 (-Cg works now, no regressions in test
|
18 жил өмнө |
Jonas Maebe
|
70c2414daa
* split off sec_rodata_norel from sec_rodata, and only put constant data
|
18 жил өмнө |
Almindor
|
5520a948e5
* fix few cases of misplaced cInt (should be cLong)
|
18 жил өмнө |
pierre
|
650dc4468b
* save stop_break_number and restore at end of gdb_command method
|
18 жил өмнө |
joost
|
80eb344eef
* The value of a Checkbox or Rabiobutton should contain the value it should return if the control is checked. Not the value of the field itself.
|
18 жил өмнө |
joost
|
f182b6698b
* Removed tracking of the status of InitialiseMySQL, since InitialiseMySQL handles this itself using a refcount
|
18 жил өмнө |
joost
|
55e680469f
* Fixed compilation after r8639
|
18 жил өмнө |
Almindor
|
0ec95286a9
* use cInt instead of Integer and cuLong instead of Cardinal (latter confirmed with .h)
|
18 жил өмнө |
Jonas Maebe
|
2de2b6e17f
* changed darwin/ppc32 jumptable code to be the same as the darwin/ppc64
|
18 жил өмнө |
joost
|
f110c6d506
* mysqlxxdyn now first looks for a version-specific library.
|
18 жил өмнө |
joost
|
0a0c7127a4
* When the mysql-header-files were made, both "unsigned int" and "unsigned long" were converted to a dword. This works fine for most configurations, but not for x86_64-linux. So all dwors are changed in the culong and cuint types from ctypes
|
18 жил өмнө |
Tomas Hajny
|
e4fe4e740c
* usedircache reenabled
|
18 жил өмнө |
Jonas Maebe
|
0cbcf95ff2
* fixed compilation on non-x86 after r8617
|
18 жил өмнө |
Jonas Maebe
|
2bb0dced62
* optimized code for jumptables (same as for ppc now)
|
18 жил өмнө |