Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/binutils: upgrade to 2.24 | Natanael Copa | 2014-04-25 | 1 | -11/+20 |
| | |||||
* | main/binutils: fix static linking on PIE | Timo Teräs | 2011-12-09 | 1 | -0/+37 |
The linker script mistakenly assumess crtbegin, or crtbegin? for the gcc crt glue filename. On PIE system it is called crtbeginTS which would not match the filter. Fixes #855. |