提交历史

作者 SHA1 备注 提交日期
  kevinkofler 5fddb4076a Add --pack switch (currently does nothing). 17 年之前
  kevinkofler 73467f8bb0 Remove unused memStart and useless verbose output for it. 17 年之前
  kevinkofler 472dfe06c3 Use Error and Warning instead of fprintf(stderr for error reporting. 17 年之前
  kevinkofler 7be4369e5a Use (void) instead of () for 'InitValueLen' and 'InitRleLen' functions without parameters. 17 年之前
  kevinkofler 36049c7b96 Remove unused endAddr. 17 年之前
  kevinkofler 1e6861b581 Remove unused parameters and unused variable 'memEnd'. 17 年之前
  kevinkofler f853602c2a Fix non-ASCII character in verbose output. 17 年之前
  kevinkofler d784180a11 Change remaining printf calls to fprintf(VERBOSE_OUT,...). 17 年之前
  kevinkofler 185574c2c0 Remove type, FIXF_MACHMASK, FIXF_WRAP. 17 年之前
  kevinkofler 16226d5adc Direct F_VERBOSE and F_STATS output to VERBOSE_OUT instead of stderr, default VERBOSE_OUT to stdout. 17 年之前
  kevinkofler 62403466a5 Create pucrunch.h. Remove argument parsing and file input handling from pucrunch.c, take flags, input buffer and output FILE * instead. 17 年之前
  kevinkofler cf42086999 Fix accidentally-introduced mixed declarations and code. 17 年之前
  kevinkofler 6691cd48dc Remove F_NORLE (-fnorle), F_NOOPT (-n), -r, -m, -e, -p, F_AUTO, F_AUTOEX, FIXF_DLZ. 17 年之前
  kevinkofler 3cbbecd739 Remove F_TEXTINPUT and F_TEXTOUTPUT. 17 年之前
  kevinkofler 0862ea735d Remove delta-LZ code (not supported by pstarter, so pointless to support here). 17 年之前
  kevinkofler 6205002793 Import ttpack.c from the TIGCC Tools Suite as export/pucrunch.c. 17 年之前
  kevinkofler d6a33fa33e Import packhead.h from the TIGCC Tools Suite. 17 年之前
  kevinkofler d080af18ad Fix pointer sign warnings. 17 年之前
  kevinkofler ba66689769 Adjust TargetDistance after return optimization (fixes bra.s +0 in SIDE). 17 年之前
  kevinkofler a8f6d92f85 Fix warning and runtime abort with _FORTIFY_SOURCE. 17 年之前
  kevinkofler e2ce566a53 Update version numbers and copyright notices. 18 年之前
  kevinkofler 869e877ae4 Add --outputbin-main-only option to the standalone ld-tigcc. 18 年之前
  kevinkofler 88c62be053 Fix crash in constant merging (bug reported by saubue). 18 年之前
  kevinkofler 3fa468d5b6 Don't resolve __ld_has_* too early no matter whether it is true or not. Unused section removal can change it from TRUE back to FALSE. 19 年之前
  kevinkofler 979f039ca4 Don't put zero-byte sections into BSS. 19 年之前
  kevinkofler c4e08b1efa Remove pointless warning about being unable to emit debugging info for ROM/RAM/lib calls. 19 年之前
  kevinkofler de988f791d Fix debugging info for kernel-based programs and programs using custom relocations. 19 年之前
  kevinkofler cc5141952b Don't remove 0-byte sections during COFF import, as they can be referenced. 19 年之前
  kevinkofler 4635f4967c * Fix memory leak in reorder.c. 19 年之前
  kevinkofler b60fa49e73 Fix .dbg file output with BSS sections. 19 年之前