summaryrefslogtreecommitdiffstats
path: root/linkers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove size_t stream operator.Chris Johns2012-11-271-6/+0
* Update to the latest framwork requirements.Chris Johns2012-11-261-3/+23
* Comment clean up.Chris Johns2012-11-262-14/+44
* Add RAP format support.Chris Johns2012-11-263-0/+516
* Updated to reflect the framework changes.Chris Johns2012-11-261-43/+81
* Add exit label, ELF application and Application.Chris Johns2012-11-262-40/+94
* Add writing from images as well as streaming operators.Chris Johns2012-11-262-2/+93
* No archive begin/end on symbols load, image initialise fix, add sections.Chris Johns2012-11-262-41/+217
* Update the section details.Chris Johns2012-11-261-1/+2
* Load the sections by default. It is not much extra overhead.Chris Johns2012-11-261-8/+12
* Split trace to have without and with symbols.Chris Johns2012-11-261-3/+4
* Split out the compression code for reuse.Chris Johns2012-11-224-99/+256
* Clean archive names for every output format other than scripts.Chris Johns2012-11-211-6/+18
* Make the entry point an unresolved symbol.Chris Johns2012-11-211-0/+6
* Set the default value for empty symbols to 0 to match the const char* signature.Chris Johns2012-11-211-1/+1
* Add entry point support.Chris Johns2012-11-213-41/+52
* Make getting objects const.Chris Johns2012-11-212-4/+4
* Remove the warning about the warnings option on newer gccs.Chris Johns2012-11-211-0/+4
* Enforce the header is created before using it on Linux.Chris Johns2012-11-211-0/+1
* Add header to remove warning on Linux.Chris Johns2012-11-211-0/+1
* Output application format files.Chris Johns2012-11-212-7/+41
* Set the correct header size field.Chris Johns2012-11-211-45/+224
* Fix archive GNU extension and make image read/write follow POSIX.Chris Johns2012-11-212-29/+52
* Add support to write a metadata ELF file.Chris Johns2012-11-206-105/+648
* Only look for standard library paths if standard libraries and enabled.Chris Johns2012-11-192-2/+4
* Add set_header support to the ELF files.Chris Johns2012-11-195-31/+107
* Resolve the ld and user undefines.Chris Johns2012-11-191-12/+30
* Add configure option --c-opts to allow special options for testing.Chris Johns2012-11-191-1/+6
* Fix warning from clang.Chris Johns2012-11-191-3/+3
* Better handling of archive open/close and begin/end.Chris Johns2012-11-181-23/+47
* Remove dead code.Chris Johns2012-11-171-17/+0
* Refactor the ELF support to allow ELF write suppport.Chris Johns2012-11-1713-494/+1620
* Fix spelling.Chris Johns2012-11-171-4/+4
* Add FastLZ support.Chris Johns2012-10-223-3/+662
* Fix repeats in output when cmd line objects depend on each other.Chris Johns2012-10-222-6/+73
* Ignore working files.Chris Johns2012-10-221-0/+3
* Script to test the linker. Run after building the linker.Chris Johns2012-10-221-0/+47
* Fix the verbose level.Chris Johns2012-10-221-13/+13
* Add script output dbug messages.Chris Johns2012-10-221-7/+14
* Fix the command line arguments help.Chris Johns2012-10-221-3/+3
* Rename rld-gcc. Add -C option.Chris Johns2012-09-174-58/+78
* Update the help to something useful.Chris Johns2012-09-171-14/+36
* Add rebuild and tags build commandsChris Johns2012-09-171-0/+7
* Fix the waf script.Chris Johns2012-09-151-5/+5
* Add to git.Chris Johns2012-05-07165-0/+42446