История коммитов

Автор SHA1 Сообщение Дата
  sergei 1284be72ea * Fixed alignment of '.data' section, which got accidentally changed from 16 to 8 by r21374, causing e.g. tests/test/tasm3.pp to crash if compiled without -Cg and on target without tf_smartlink_sections. The root problem is not here, however: if appending data with higher alignment to a section with lower alignment, we likely need to raise the alignment of section. 13 лет назад
  sergei 346fbef445 * Factored a common linker script building block into separate method. 13 лет назад
  Jonas Maebe fdbe35aadf * only try to call procvars while choosing overloads in case they don't 13 лет назад
  Jonas Maebe ea516b59b0 * extended test 13 лет назад
  sergei 80bbd388f9 * Made removal of unused ExeSymbols a separate procedure, call it earlier and regardless of presence of the 'SYMBOLS' directive in the linker script. 13 лет назад
  sergei 185e34915c - Removed level 2 comments and control characters in comments. 13 лет назад
  sergei 335d9346dd * Fixed unclosed comment causing the test to fail for a completely unrelated reason. 13 лет назад
  Jonas Maebe 595f28e6fa + AnsistringClass.Create(unicodestring) constructor that implicitly selects 13 лет назад
  pierre 0cea493014 * Fix hidden parameter for fpsigprocmask for mips cpu (16 instead of 8) 13 лет назад
  pierre a3bc5eaa3f * Fix spelling error in last commit 13 лет назад
  pierre ef3bbf4c4a Really use get_fsr set_fsr functions 13 лет назад
  Jonas Maebe d472a6d5d0 * changed tregset into tcpuregisterset so it's faster and uses less memory 13 лет назад
  florian 3733a000a4 * fix compilation with -dextdebug 13 лет назад
  Jonas Maebe 571b3feab1 * fixed internalerror on win64 after r21696 (source register size depends on 13 лет назад
  pierre 5597af2279 * Try to adapt sigcontext record to MIPS linux system 13 лет назад
  pierre 262bf0fe6e * Fix Sigcontext field order for MIPS CPU 13 лет назад
  pierre ba4122fda8 * Add fpu_XXX constants and use them for fpc_cpuinit procedure 13 лет назад
  pierre 3a082f8c29 Add defautl mips name and use mips instead of mipseb 13 лет назад
  sergei 0c32756ef3 - removed TCoffObjData.afteralloc, calculating MemPos there is useless because every call to afteralloc is immediately followed by call to TObjData.resetsections that resets all MemPos back to zero. 13 лет назад
  pierre 022d842b06 * Fix SIGXXX constants for mips CPU 13 лет назад
  pierre 48597c64ee * get_caller_stackinfo: set framebp to nil if addr is nil 13 лет назад
  pierre f340ef87e3 * get_addr function renamed to get_pc_addr 13 лет назад
  florian 117c083003 * call inherited Destroy in TAsmOptimizer to avoid memory leak 13 лет назад
  florian 6ae2a43161 * fix compilation with extdebug 13 лет назад
  sergei 8c8883cc35 * Once TExeOutput is accessible in TObjSection.fixuprelocs, its ImageBase can be used directly, without a need to have a copy in every TObjSection. 13 лет назад
  pierre 150578f2c0 + Use SigContext sigc_sp and sigc_pc fields for HandleErrorAdrFrame parameters 13 лет назад
  pierre 0cf5b9abdb + Set __stkptr value 13 лет назад
  Jonas Maebe b42d204514 * fpc_shortstr_assign as compilerproc, forgot to commit 13 лет назад
  pierre aee68923e8 Fix .pdr generation by adding .end pseudo-instruction, limit .ent to text section for mips cpu 13 лет назад
  Jonas Maebe 7c21cba1e2 * migrated g_copyshortstring, g_incrrefcount and g_array_rtti_helper to thlcg 13 лет назад