elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elks/tools/elf2elks/elf2elks.c
CommitAuthorDateMessage
29f7984b028286f897a877c1201db202e6fa5e8Greg Haerr2026-01-22[tools] Proper further fix for #2596 - process .bss data properly in .text
4c1f9472c3a3c62358ec0a1c9aea61e66470397Greg Haerr2026-01-22[tools] elf2elks - allow removal of unused code sections with static bss data
ba04edb2f76d7c256497c8d0fad90b8166b5072Chuck Coffing2023-12-05popen must be matched with pclose, not fclose
b27dfed12ca61ed395abc730174d9b6e7fc8f96Greg Haerr2023-01-17[tools] Enable symbolic debugging with -maout-symtab compiler option
a981dc2974b0e54dc7b075c64a89e316d66d1f7Greg Haerr2022-08-12Check for argument after --symfile
3684b636ceb20ed5d983d4ffafd72be8876702fGreg Haerr2022-08-10[tools] Add --symfile option to elf2elks, produce system.sym symbol table
b5e4b8a531d406a1d7434df9fd58df20a01bafaGreg Haerr2022-08-09Make corrections suggested by tkchia Convert .fartext symbol types
7a67153527716455530977b70efcf571ad123c3Greg Haerr2022-08-08[tools][debug] Add symbol table to ELKS a.out executable files
e69a8dbcfccc89b233e180efc0410c4af9c3a98tkchia2022-07-11[tools] elf2elks: fix: forgot to write data seg. reloc. count in a.out header
09a0f84a5f574a71ab2610240b8e2fea3b26097Tee-Kiah Chia2022-02-06[tools] elf2elks: fix: also write output in binary mode on MS-DOS
e86dc86429a99cb753dfb6da9a7797e1bca8e42Tee-Kiah Chia2022-02-06[tools] elf2elks: fix: open ELF input in binary mode on MS-DOS
0ac17243b0da8609a4360b53926d5a74f121c65Tee-Kiah Chia2020-11-28[tools] elf2elks: minor bugfix: uninitialized value warning
4cf198434b9c9d6d29367982d1d13087bc389bbTee-Kiah Chia2020-11-26[tools] elf2elks: add support for creating ROMable a.out's (take 3)
11c146c77cb9c18f26b5b3f67d30e517cb93265Tee-Kiah Chia2020-09-27[tools] elf2elks: bugfix: might crash if we have data but no BSS
81cc0096b4db6006ed2c9fec0b06ed191093bcaTee-Kiah Chia2020-09-26[libc] Update library routines & crt0 to really work with segelf relocations in new toolchain
19b2b18ec09b3389a7a49ee4fa4acf6aa63c004Tee-Kiah Chia2020-09-17[tools] bugfix: elf2elks should use v1 header in default case
fd9e7799b068727270d9bdd651119e218ed5c23Tee-Kiah Chia2020-09-14[tools] Add BSD elftoolchain source, & tweak elf2elks to use it (take 3)
b54eb169697cc66558e07bbd41f07557c0ccbe0Tee-Kiah Chia2020-09-13[kernel] [tools] [elkscmd] Work with major gcc-ia16 update