提交历史

作者 SHA1 备注 提交日期
  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). 19 年之前
  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 年之前
  kevinkofler a2418938ce Fix SectionFlags array having too few elements. 19 年之前
  kevinkofler 35fbd4ab8b Fix typo (testing both RelocCount and LineCount with an IsZeroI4 instead of just RelocCount with an IsZeroI2). 19 年之前
  kevinkofler 06b5e61e83 Implement --remove-unused in the presence of debugging information. 19 年之前
  kevinkofler 254b3989d9 Fix .dbg file size computation. 19 年之前
  kevinkofler 63e58ef7b5 Enable debugging info export for TARGET_EMBEDDED (link.dll), remove "C debugging support is experimental" warning. 19 年之前
  kevinkofler f4d20ae83c More DWARF 2 fixes (don't pad debugging info sections when merging, don't patch _ROM_CALL_nnn in a .ascii or .asciz). 19 年之前
  kevinkofler ec58ae3945 DWARF 2 bugfix: DWARF 2 debugging info sections need to have a VirtualAddress of 0. 19 年之前
  kevinkofler fa6f284525 Add support for DWARF 2 in ld-tigcc. 19 年之前
  kevinkofler 3497d0d5ec Fix string table format in debugging information object file. 19 年之前
  kevinkofler 4db3fb88a5 Fix bugs in debugging information support. 19 年之前
  kevinkofler 30f83adb1b Support for debugging information finished, but untested. 19 年之前
  kevinkofler 2da6218ce8 More work on support for debugging information, but still not finished. 19 年之前
  kevinkofler 2f0019cc1b Start implementing support for debugging information (not complete or working yet). 19 年之前
  kevinkofler 7c1296d161 Add missing string.h include (fixes implicit declaration of strcmp). 19 年之前
  kevinkofler 0ff39cb176 Don't attempt to use __attribute__((packed)) for arrays. 19 年之前
  kevinkofler aa68907768 Fix format string mismatches. 19 年之前