Commit History

Author SHA1 Message Date
  Károly Balogh 331b37ca48 palmunits: change the obsolete dispatcher wrappers to syscalls, batch 2 8 years ago
  Károly Balogh 8920d35c41 palmunits: change the obsolete dispatcher wrappers to syscalls, batch 1 8 years ago
  Károly Balogh addc3a2f94 m68k-palmos: fixed the syscall generation, and improved it to support the dispatch-selector-in-reg-D2 traps 8 years ago
  Károly Balogh 8a71a70d3c m68k-palmos: sketched up some entirely untested syscall support, but it's probably close to what we need 8 years ago
  Károly Balogh fbe7798f6a palmunits: made it build with current compiler 8 years ago
  Károly Balogh 4c25bd935f packages: disabled packages for macos and palmos which currently cannot be built for these 8 years ago
  Károly Balogh 4e845f12cb macos: made the RTL build completely pass through at least on the pascal level, without assembling 8 years ago
  svenbarth f9c1d0c0db - TPPCMPWAssembler: remove support for 8-Byte alignment again as that shouldn't be necessary anymore with the alignment fixes in i_macos.pas; so it's better we get an internal error again if someone tries to use it 8 years ago
  svenbarth 01046b8a17 * more sensible values for the alignments (based on the powerpc-darwin ones) 8 years ago
  svenbarth 3fd68bf59c * agppcmpw.getopstr: always access RTOC symbols as [TC](RTOC) instead of only (RTOC) 8 years ago
  svenbarth 4c71fb9e28 * TPPCMPWAssembler: small improvement for the debug output of writeexternal() 8 years ago
  svenbarth 86e50d4a26 * TPPCMPWAssembler: also write import statements for AB_EXTERNAL_INDIRECT symbols 8 years ago
  svenbarth aacea142de * also fix compilation of macutils unit after macutils.inc had been changed 8 years ago
  Károly Balogh 8830ee0a3b powerpc: assume that the MPW assembler supports 8 byte alignments. (based on some inconclusive internet search it should, but this is not confirmed) 8 years ago
  Károly Balogh fa9a34f738 macos: build fixes (powerpc), system unit at least should build now, after an IE in the MPW assembler writer is fixed 8 years ago
  svenbarth 677c35c083 * better fix for detecting Comp's type 8 years ago
  svenbarth ff927eb11a * fix test due to WideString = UnicodeString and Comp = Extended on some platforms 8 years ago
  Károly Balogh e3ffeed1b2 m68k: removed traces of the never obsolete/ancient openbsd-m68k and never existed freebsd-m68k ports 8 years ago
  svenbarth 187ebc6821 * adjust/update guard against older compiler versions 8 years ago
  svenbarth 0b02dab684 + new Delphi-compatible intrinsic GetTypeKind() which returns the TTypeKind of a type as a constant value (and thus can be optimized away in If- and Case-statements) 8 years ago
  svenbarth 7e692fac2b + new utility function get_typekind() to retrieve the TTypeKind value of a def 8 years ago
  svenbarth 8b5461367b * move TTypeKind from TypInfo unit to System unit as it's necessary for the future GetTypeKind() intrinsic 8 years ago
  svenbarth 5deca8ed7b * copy and include rttih.inc (even though the functions are not available currently) 8 years ago
  svenbarth 2095cca98f * ensure that source info is set correctly on Win64 by including i_win for all Windows targets (this is especially important when cross compiling (e.g. Java) as otherwise the utilities won't be found correctly) 8 years ago
  pierre 6a416a6aa1 use --32/--64 for Darwin GNU assembler calls 8 years ago
  pierre 2ccf7682b5 Fix RTL compilation of wii OS (with -Sfresources only) 8 years ago
  Károly Balogh a1c879d093 * some tabs-to-spaces and whitespace cleanup. no functional changes 8 years ago
  nickysn 3c96090d3c + optimized avr code generation for shr by shiftcount=size*8-1 and sar by 8 years ago
  nickysn 1476b5168d + added F_PL and F_MI to TResFlags for avr. This allows generating the BRPL and 8 years ago
  pierre 225c4f33e9 Use old -m68020 architecture option for m68k-palmos assembler (version 2.14 from PRC tools) 8 years ago