summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/4.2.1
Commit message (Collapse)AuthorAgeFilesLines
* This patch fixes a bug into ostream::operator<<(double) due to the wrong sizeBernhard Reutner-Fischer2007-08-251-0/+26
| | | | | | | passed into the __convert_from_v method. The wrong size is then passed to std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - add gcc-4.2.1Bernhard Reutner-Fischer2007-07-2416-0/+4035