# # ChangeLog for linkers/rtems-ld.cpp in rtems-tools # # Generated by Trac 1.2.1.dev0 # 04/20/24 01:11:02 Sat, 06 Sep 2014 10:19:45 GMT Chris Johns [8807135] * linkers/rld-cc.cpp (modified) * linkers/rld-cc.h (modified) * linkers/rld-process.cpp (modified) * linkers/rld-process.h (modified) * linkers/rld-rtems.cpp (modified) * linkers/rtems-ld.cpp (modified) * linkers/rtems-ra.cpp (modified) * linkers/rtems-syms.cpp (modified) * linkers/rtems-tld.cpp (modified) * linkers/rtld-base.ini (modified) * linkers/test-trace-1.h (added) * linkers/test-trace-2.h (added) Refactor the CC flags. Fix the various linkers. The trace linker is ... Fri, 05 Sep 2014 08:18:11 GMT Chris Johns [31bf375] * linkers/rtems-ld.cpp (modified) * linkers/rtems-tld.cpp (modified) * linkers/wscript (modified) Remove march/mcpu and add RTEMS BSP and cflags support. Mon, 01 Sep 2014 03:26:47 GMT Chris Johns [40fd7a0] * linkers/rld-cc.cpp (modified) * linkers/rld-cc.h (modified) * linkers/rld-files.cpp (modified) * linkers/rld-files.h (modified) * linkers/rld-outputter.cpp (modified) * linkers/rld-path.cpp (added) * linkers/rld-path.h (added) * linkers/rld-process.cpp (modified) * linkers/rld-resolver.cpp (modified) * linkers/rtems-ld.cpp (modified) * linkers/rtems-ra.cpp (modified) * linkers/rtems-rapper.cpp (modified) * linkers/rtems-syms.cpp (modified) * linkers/rtems-tld.cpp (modified) * linkers/wscript (modified) rld: Split the file into a path module for path specific functions. ... Sat, 09 Aug 2014 12:32:50 GMT Peng Fan [e5165d2] * linkers/rtems-ld.cpp (modified) * linkers/rtems-ra.cpp (modified) * linkers/rtems-rapper.cpp (modified) Fix getopt_long usage When passing shorhand options, getopt_long ... Tue, 05 Aug 2014 13:01:15 GMT Chris Johns [a136346] * linkers/rld-cc.cpp (modified) * linkers/rld-process.cpp (modified) * linkers/rld-process.h (modified) * linkers/rtems-ld.cpp (modified) * linkers/rtems-ra.cpp (modified) * linkers/rtems-rapper.cpp (modified) * linkers/rtems-syms.cpp (modified) Fix temporary file handling and add tempfile write support. Move ... Fri, 30 Aug 2013 13:42:58 GMT Peng Fan [53ed116] * linkers/rld-outputter.cpp (modified) * linkers/rld-outputter.h (modified) * linkers/rtems-ld.cpp (modified) * linkers/rtems-ra.cpp (added) * linkers/wscript (modified) Implement a new tool 'rtems-ra' rtems-ra supports converting an elf ... Sat, 24 Aug 2013 10:10:54 GMT Peng Fan [37a7a7c] * linkers/rld-outputter.cpp (modified) * linkers/rld-outputter.h (modified) * linkers/rtems-ld.cpp (modified) RA format support for rtems-ld 1. Automatically place object files ... Sun, 04 Aug 2013 14:35:42 GMT Peng Fan [59c3ebd] * linkers/rld-rap.cpp (modified) * linkers/rld-rap.h (modified) * linkers/rtems-ld.cpp (modified) * linkers/rtems-rapper.cpp (modified) Add rpath support Fri, 26 Jul 2013 09:45:01 GMT Peng Fan [39f48c9] * linkers/rld-rap.cpp (modified) * linkers/rld-rap.h (modified) * linkers/rtems-ld.cpp (modified) * linkers/rtems-rapper.cpp (modified) Add object file details to RAP format This change added the object ... Fri, 01 Mar 2013 02:58:56 GMT Chris Johns [69a123b] * linkers/rtems-ld.cpp (modified) Support the gcc option '-Wl'. Support and ignore the '-Wl,options' ... Fri, 01 Mar 2013 00:51:37 GMT Chris Johns [6c4218b] * linkers/rtems-ld.cpp (modified) * linkers/rtems-rapper.cpp (modified) * linkers/rtems-syms.cpp (modified) Fix the trace help. Fri, 28 Dec 2012 23:20:22 GMT Chris Johns [544de91] * linkers/rld-elf.cpp (modified) * linkers/rld-files.cpp (modified) * linkers/rld-files.h (modified) * linkers/rld-outputter.cpp (modified) * linkers/rld-resolver.cpp (modified) * linkers/rld-resolver.h (modified) * linkers/rld-symbols.cpp (modified) * linkers/rld-symbols.h (modified) * linkers/rtems-ld.cpp (modified) Fix managing weak symbols. Weak symbols where not being managed ... Tue, 18 Dec 2012 09:51:41 GMT Chris Johns [b5a59dd] * linkers/rtems-ld.cpp (modified) Use cerr for errors and not cout. Mon, 26 Nov 2012 00:09:06 GMT Chris Johns [cad8b53] * linkers/rtems-ld.cpp (modified) Updated to reflect the framework changes. Wed, 21 Nov 2012 02:36:32 GMT Chris Johns [7b2762f] * linkers/rtems-ld.cpp (modified) Make the entry point an unresolved symbol. Wed, 21 Nov 2012 02:04:47 GMT Chris Johns [c46980e] * linkers/rld-outputter.cpp (modified) * linkers/rld-outputter.h (modified) * linkers/rtems-ld.cpp (modified) Add entry point support. Wed, 21 Nov 2012 00:07:12 GMT Chris Johns [eb34811] * linkers/rld-outputter.h (modified) * linkers/rtems-ld.cpp (modified) Output application format files. Added support for an RTEMS RAP ... Mon, 19 Nov 2012 02:13:52 GMT Chris Johns [9b66527] * linkers/rtems-ld.cpp (modified) * linkers/rtems-syms.cpp (modified) Only look for standard library paths if standard libraries and enabled. Sat, 17 Nov 2012 06:34:33 GMT Chris Johns [977c3de] * linkers/rld-elf-types.h (modified) * linkers/rld-elf.cpp (modified) * linkers/rld-elf.h (modified) * linkers/rld-files.cpp (modified) * linkers/rld-files.h (modified) * linkers/rld-outputter.cpp (modified) * linkers/rld-resolver.cpp (modified) * linkers/rld-symbols.cpp (modified) * linkers/rld-symbols.h (modified) * linkers/rld.cpp (modified) * linkers/rtems-ld.cpp (moved) * linkers/rtems-syms.cpp (added) * linkers/wscript (modified) Refactor the ELF support to allow ELF write suppport. The ...