summaryrefslogtreecommitdiffstats
path: root/linkers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Const sections are not PROGBITS and ALLOC and not EXECINTR or WRITE.Chris Johns2012-12-151-1/+2
* Debug trace changes.Chris Johns2012-12-154-11/+12
* i386 related fixesChris Johns2012-12-154-47/+70
* Add the section offset to the symbol value.Chris Johns2012-12-131-1/+1
* Relocation fixes.Chris Johns2012-12-125-174/+430
* Add support to demand load relocation records.Chris Johns2012-12-088-160/+786
* Add doxygen support.Chris Johns2012-12-084-0/+1867
* The symbol string is the offset into the symbol table.Chris Johns2012-12-011-1/+1
* Remove the trace on hack.Chris Johns2012-12-011-1/+1
* RAP format up to relocation records completed.Chris Johns2012-12-013-21/+34
* Add support for a custom RAP file format.Chris Johns2012-11-291-167/+403
* Compress as blocks.Chris Johns2012-11-292-58/+53
* Remove the \0 character after the header.Chris Johns2012-11-291-1/+0
* Add the index to the section.Chris Johns2012-11-292-0/+23
* Add access to the value and info fields of a symbols.Chris Johns2012-11-292-0/+22
* Add machine related data to allow better checking.Chris Johns2012-11-271-5/+9
* 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