File history
Tracking elks/tools/elf2elks/elf2elks.c
| Commit | Author | Date | Message |
|---|---|---|---|
29f7984b028286f897a877c1201db202e6fa5e8 | Greg Haerr | 2026-01-22 | [tools] Proper further fix for #2596 - process .bss data properly in .text |
4c1f9472c3a3c62358ec0a1c9aea61e66470397 | Greg Haerr | 2026-01-22 | [tools] elf2elks - allow removal of unused code sections with static bss data |
ba04edb2f76d7c256497c8d0fad90b8166b5072 | Chuck Coffing | 2023-12-05 | popen must be matched with pclose, not fclose |
b27dfed12ca61ed395abc730174d9b6e7fc8f96 | Greg Haerr | 2023-01-17 | [tools] Enable symbolic debugging with -maout-symtab compiler option |
a981dc2974b0e54dc7b075c64a89e316d66d1f7 | Greg Haerr | 2022-08-12 | Check for argument after --symfile |
3684b636ceb20ed5d983d4ffafd72be8876702f | Greg Haerr | 2022-08-10 | [tools] Add --symfile option to elf2elks, produce system.sym symbol table |
b5e4b8a531d406a1d7434df9fd58df20a01bafa | Greg Haerr | 2022-08-09 | Make corrections suggested by tkchia Convert .fartext symbol types |
7a67153527716455530977b70efcf571ad123c3 | Greg Haerr | 2022-08-08 | [tools][debug] Add symbol table to ELKS a.out executable files |
e69a8dbcfccc89b233e180efc0410c4af9c3a98 | tkchia | 2022-07-11 | [tools] elf2elks: fix: forgot to write data seg. reloc. count in a.out header |
09a0f84a5f574a71ab2610240b8e2fea3b26097 | Tee-Kiah Chia | 2022-02-06 | [tools] elf2elks: fix: also write output in binary mode on MS-DOS |
e86dc86429a99cb753dfb6da9a7797e1bca8e42 | Tee-Kiah Chia | 2022-02-06 | [tools] elf2elks: fix: open ELF input in binary mode on MS-DOS |
0ac17243b0da8609a4360b53926d5a74f121c65 | Tee-Kiah Chia | 2020-11-28 | [tools] elf2elks: minor bugfix: uninitialized value warning |
4cf198434b9c9d6d29367982d1d13087bc389bb | Tee-Kiah Chia | 2020-11-26 | [tools] elf2elks: add support for creating ROMable a.out's (take 3) |
11c146c77cb9c18f26b5b3f67d30e517cb93265 | Tee-Kiah Chia | 2020-09-27 | [tools] elf2elks: bugfix: might crash if we have data but no BSS |
81cc0096b4db6006ed2c9fec0b06ed191093bca | Tee-Kiah Chia | 2020-09-26 | [libc] Update library routines & crt0 to really work with segelf relocations in new toolchain |
19b2b18ec09b3389a7a49ee4fa4acf6aa63c004 | Tee-Kiah Chia | 2020-09-17 | [tools] bugfix: elf2elks should use v1 header in default case |
fd9e7799b068727270d9bdd651119e218ed5c23 | Tee-Kiah Chia | 2020-09-14 | [tools] Add BSD elftoolchain source, & tweak elf2elks to use it (take 3) |
b54eb169697cc66558e07bbd41f07557c0ccbe0 | Tee-Kiah Chia | 2020-09-13 | [kernel] [tools] [elkscmd] Work with major gcc-ia16 update |