summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/ldnxflat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Removing more trailing whitespaceGregory Nutt2014-04-131-13/+13
* Behavior is a little different on Linux. Need to include BFD config.h before...Gregory Nutt2014-02-281-1/+2
* Binutils 2.4 wants us to include config.h before bfd.hGregory Nutt2014-02-271-0/+1
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-101-1/+0
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-101-16/+81
* Disable R_ARM_REL32 logicpatacongo2012-10-101-0/+8
* Add support for the R_ARM_REL32 relocationpatacongo2012-10-101-91/+144
* Email address change in misc/patacongo2012-09-131-2/+2
* Remove warning due to unused symbolpatacongo2009-06-261-1/+0
* Completes initial fragile integrationpatacongo2009-06-261-29/+94
* Fix THM_CALL relocationpatacongo2009-06-251-10/+10
* Make all counts 16-bitpatacongo2009-06-251-1/+1
* Fix to handle case of more than 4 argumentspatacongo2009-06-251-2/+2
* Remove warnings/Add genromfspatacongo2009-06-241-125/+130
* Remove unsed libraries and variablespatacongo2009-06-241-6/+1
* First cut at GOT relocationspatacongo2009-06-231-107/+91
* Add logic to allocate GOTpatacongo2009-06-231-177/+469
* Defs for new relocation typespatacongo2009-06-221-51/+56
* Fix GOT32 relocationpatacongo2009-06-201-92/+133
* Add some thumb relocationspatacongo2009-06-191-327/+346
* thunks should not use GOT addresspatacongo2009-06-191-238/+82
* Need .thumb_func for thumb functionspatacongo2009-06-181-1/+0
* mknxflat is now in the ballparkpatacongo2009-06-181-1/+1
* First rough port of XFLAT toolspatacongo2009-06-181-0/+2088