summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/4.2.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove avr32 gcc patches duplicating external sourceUlf Samuelsson2008-03-297-20831/+0
|
* gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft floatPeter Korsgaard2008-03-271-0/+21
| | | | | | | Fix 'undefined reference to fmsub' linking errors with C++ programs when soft float is enabled. Patch by b5331. Closes #1588.
* current avr32 gcc patches break x86 and possibly other systems. moving bad ↵John Voltz2008-03-217-1960/+32
| | | | patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard
* gcc 4.2.1: Don't change SUFFIX and bug report URLPeter Korsgaard2008-03-061-21/+0
| | | | | | | SUFFIX and bug report URL shouldn't be set to something atmel specific if you don't compile for AVR32. The AVR32 patch should probably only get applied if compiling for AVR32.
* toolchain updatesJohn Voltz2008-03-067-0/+22780
|
* Softfloat patchUlf Samuelsson2007-10-171-0/+26
|
* - start to think about GNU/hurd support.Bernhard Reutner-Fischer2007-10-051-0/+13
| | | | Not yet functional. Help welcome
* Revert patch causing g++-4.2.1 build to failUlf Samuelsson2007-08-302-6/+6
|
* Looking at the the gcc-4.2.1 patches for uClibc, I found that theUlf Samuelsson2007-08-282-6/+6
| | | | | | | | | | 200-uclibc-locale and 205-uclibc-locale-update patches uses a not existing macro __UCLIBC_HAS_XCLOCALE__ while they should refer to __UCLIBC_HAS_XLOCALE__ Find attached the patches to fix the above mentioned patches Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* 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