コミット履歴

作者 SHA1 メッセージ 日付
  kevinkofler eef8b6dbaf Merge ATTRIBUTE_MAY_ALIAS patches from dasm-tigcc. 17 年 前
  kevinkofler fbbf279021 Don't patch on-computer file size when --outputbin-main-only is given either. 17 年 前
  kevinkofler b9b35b344c Don't patch on-computer file size when --outputbin is given. 17 年 前
  kevinkofler 542d0dc273 Fix emission of calculator builtins when using pucrunch compression. 17 年 前
  kevinkofler a6aed16d3e Complete pucrunch support: fix sizes and checksum, actually call the compression function. 17 年 前
  kevinkofler 924f2418ab Change pucrunch interface to take an EXP_FILE * so the checksum is computed. 17 年 前
  kevinkofler e23a3f73c4 Start implementing ExportPackedTIOSFile. 17 年 前
  kevinkofler 81f97e732f When --pack is given, make main file a ppg file and rename data variable (if it exists) to *-data.??y. 17 年 前
  kevinkofler 53bb95d362 Error out on an attempt to enable pucrunch for TARGET_EMBEDDED. 17 年 前
  kevinkofler 11cdc34926 Remove excess blank lines. 17 年 前
  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 年 前