2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  florian 82f20cedbd * make threading code dependend on feature switch 12 жил өмнө
  florian 68d04a4d21 + add random code from Francesco's GBA code 12 жил өмнө
  sergei d7c5daeccd * Don't calculate data position of each object section. Instead, write out a copy of exesection's memory image, i.e. every objsection is placed at the same offset from its owning exesection both on disk and in memory. This approach is simpler and works regardless of alignment requirements, while existing one could work only if SectionDataAlign<=SectionMemAlign. 12 жил өмнө
  sergei 35439c0e1d * Moved creation of GOT section into separate virtual method. 12 жил өмнө
  yury 2dcb174f25 * Always specify dynamic linker name for executables. 12 жил өмнө
  yury b0fb02e4c9 * Updated Makefile 12 жил өмнө
  yury 5fbb67a303 * cprt0.as is not needed, since we link to libc always. 12 жил өмнө
  yury 97dd19b04f * cprt0.as is not needed, since we link to libc always. 12 жил өмнө
  yury 9b5511adac * libctype is not needed, since only bionic is supported anyway. 12 жил өмнө
  yury 6ccb152647 * Rework of Android startup code. It is needed to always link to libc on android to implement finalization and environment variables in shared libraries. 12 жил өмнө
  yury f37a18f600 * Enable weak externals for android. 12 жил өмнө
  pierre 1dd964960c * Enable use of amd64 ld GNU linker for i386 by adding target and emul command line args for freebsd 12 жил өмнө
  florian d1856df4f7 * variants do not hurt arm either 12 жил өмнө
  florian dcc227882d + newline 12 жил өмнө
  florian 903f18ea38 * get rid of calls which redirect the program flow only, Bl2B optimization 12 жил өмнө
  florian d460d44671 * fixed typo as pointed out by Aleksa Todorovic 12 жил өмнө
  florian 1da7dc513c * limit test to armv7m 12 жил өмнө
  florian 24f518f232 + redirect calls to empty virtual methods to FPC_EMPTYMETHOD 12 жил өмнө
  paul 431ce7afc8 rtl: remove unused variables 12 жил өмнө
  florian 4d6471fef6 * get rid of calls to empty procedures having parameters without side effect 12 жил өмнө
  florian d2a7d09931 * use pascal loop, so it can be better optimized 12 жил өмнө
  florian ff98d2567c * don't crash on thumb instructions with only two operands when optimizing ADD, SUB, AND statements 12 жил өмнө
  Károly Balogh 8fe2828e5a it seems Coldfire needs tf_requires_proper_alignment, fixes taddr1/2 tests, maybe others too (but someone with clue about RTTI should confirm) 12 жил өмнө
  Károly Balogh 652d69d145 fixed typo 12 жил өмнө
  Károly Balogh 0702109f37 get_frame to return a5 on Amiga 12 жил өмнө
  Károly Balogh 79a0f706de save/restore FP from A5 on Amiga 12 жил өмнө
  Károly Balogh 601cc80fc6 define HAS_SLEEP and add a very simple sleep implementation 12 жил өмнө
  Károly Balogh 3137c6ac4a answer the WBMsg on process exit, when run from Workbench 12 жил өмнө
  florian 288820715d * don't crash in case a symbol is not found in type/var/const section 12 жил өмнө
  florian 85ae82def4 * enable more features for arm-embedded, they don't blow up executables if not used 12 жил өмнө