263 Commits

Author SHA1 Message Date
933edcfb19 Clippy fixes 2023-08-15 22:47:35 -04:00
23a156a6d5 Add selfile option & load in dol split 2023-08-15 22:45:23 -04:00
908e3bb037 Check functions at start of code sections in detect_functions 2023-08-15 22:44:48 -04:00
a394dfc88c Improved sanity checks in asm write_data 2023-08-15 22:44:06 -04:00
2c2ee8bf08 Validate splits don't overlap symbols (or each other)
Use DoubleEndedIterator::next_back instead of Iterator::last to avoid unnecessary iteration.
v0.3.6
2023-08-15 09:47:00 -04:00
d272b5dce8 Write common symbol align in asm 2023-08-15 09:36:45 -04:00
8200ee7649 Version 0.3.5 v0.3.5 2023-08-10 00:06:42 -04:00
522909907c Add quick_analysis option & disable auto_force_files by default 2023-08-10 00:05:33 -04:00
33a026d0c7 Support module hash in config.yml 2023-08-10 00:04:35 -04:00
5272f90991 Read symbol alignment from .comment 2023-08-10 00:03:44 -04:00
265e26ee40 Guess section alignment & write __ArenaHi in .lcf 2023-08-10 00:03:14 -04:00
98ab89a1de Don't relocate against linker symbols for certain relocations 2023-08-10 00:02:28 -04:00
cf328b8707 Only create relocations for direct branches 2023-08-09 23:59:26 -04:00
457ee10a42 Emit FORCEACTIVE in LCF & various fixes v0.3.4 2023-08-09 01:24:23 -04:00
d9e1ae2777 MW 2.7 LD compatibility fixes & more
- More robust .comment section handling
- Auto-create .comment section for objects with common symbols (MW 2.7+ hack)
- Support loading REL modules in `dol split` (currently only for references)
- Add `dol diff` for quick diffing between linked ELF and expected symbols
- Add `dol apply` for applying linked ELF symbols to symbol config file
v0.3.3
2023-08-08 23:34:00 -04:00
5bdffa94c4 Generated TU name adjustments 2023-08-08 01:54:01 -04:00
46801939a3 Fix up .comment section writing & support symbol force_active 2023-08-08 01:53:47 -04:00
bf0dd310e6 Bump version 2023-08-07 20:07:13 -04:00
40786587e3 Support common BSS in update_splits & resolve_link_order 2023-08-07 20:05:57 -04:00
c9eb824034 Emit __init_cpp_exceptions_reference symbols as global 2023-08-07 20:05:19 -04:00
9684701d5b Include common symbols in ObjSymbols::for_range 2023-08-07 20:05:00 -04:00
e215b6d843 Fix write_elf for common symbols & only write filename in file symbol 2023-08-07 20:04:40 -04:00
e802b61001 Fix autogenerated unit output in config.json 2023-08-07 20:03:58 -04:00
c07826e57f Output common/rename in write_split 2023-08-07 20:03:34 -04:00
a046bf9a66 Updates for build system integration
- Use a config file as input to `dol split`
- Add depfile output
- Adjust splits config writing
v0.3.2
2023-08-06 15:46:51 -04:00
4b6e317d0b Adjustments for use with ninja build v0.3.1 2023-08-05 20:27:05 -04:00
771c380129 ci: Pin ziglang / cargo-zigbuild versions v0.3.0 2023-08-05 18:41:18 -04:00
fefe4a36f0 Small dol split output adjustments 2023-08-05 18:35:11 -04:00
2ccb5f7b36 Fix clippy issue & add fmt check 2023-08-04 10:46:02 -04:00
b9fd6e077a Remove more unused imports 2023-08-03 19:24:47 -04:00
636213fdfd Remove unused imports 2023-08-03 19:19:05 -04:00
4ee63abea4 Mark autogenerated splits & rework ObjInfo::add_split 2023-08-03 19:18:20 -04:00
43856f1b79 Fix generated extab symbol sizes 2023-08-03 19:12:58 -04:00
5c04800964 Run apply_signatures_post appropriately 2023-08-03 19:05:40 -04:00
6723245ed6 dol split: Write units file 2023-08-03 19:05:00 -04:00
f06a6ffbdd Ignore ABS symbols in ObjSymbols::for_range
- Add ObjSymbols::iter_ordered for all symbols (including ABS)
- Extract duplicated logic into ObjSymbols::for_relocation
2023-08-03 19:04:17 -04:00
8f461b8e0a Add & use ObjSymbolFlagSet helper functions 2023-08-03 19:00:10 -04:00
26a3021f45 Fix lcf generation for missing .sbss2 2023-08-03 18:57:18 -04:00
bd0422e92a Migrate argh to argp, topological-sort to petgraph 2023-08-03 18:57:08 -04:00
8660984d40 Improve prologue/epilogue detection 2023-08-03 18:51:15 -04:00
b267b79f7b Fix string detection overwriting known symbols 2023-08-03 18:50:27 -04:00
6b81faa5e1 dwarf dump: More register names, fix padding handling 2023-08-02 18:29:03 -04:00
08663e8c3e Remove accidental nightly feature 2023-07-21 18:06:04 -04:00
b958a23396
Minor README.md fix 2023-07-21 18:00:52 -04:00
0fa0aafaea 6 months of occasional work I guess 2023-07-21 17:59:07 -04:00
f1b4afa885 Add dwarf dump cmd 2023-02-14 21:50:23 -05:00
36e609eab7 Adjust extern relocation warning 2023-01-28 00:18:39 -05:00
4359ec1fa3 Only warn on extabindex relocations 2023-01-27 23:44:06 -05:00
15546a6880 Merge branch 'main' into experimental 2023-01-27 23:17:36 -05:00
830f7b172f Reorganize files; start RSO support; config & split updates 2023-01-27 23:15:52 -05:00