summaryrefslogtreecommitdiff
path: root/tools/4.11 (follow)
AgeCommit message (Collapse)Author
2017-03-21patch: ARM: Fix IEEE-754 sqrt optimizationSebastian Huber
Update #2948.
2017-03-21patch: ARM: Optimize IEEE-754 sqrt implementationSebastian Huber
Update #2948.
2015-08-11add microwindows patchesYANG Qiao
2015-04-02Update gdb-sim-lm32uart.diff to gdb-7.9Joel Sherrill
2015-03-27Add Jiri Gaisler SIS patch set for gdb 7.9Joel Sherrill
This patch set adds a lot of new capability including support for the leon2 and leon3. It also eliminates the difference between the initial state of the simulated erc32 and the real hardware.
2015-01-09Add PowerPC patches for GCC 4.9.2Sebastian Huber
2014-12-04Add SPARC patches for GCC 4.9.2Sebastian Huber
These patches are already present in the GCC 4.9 branch and will be available with GCC 4.9.3.
2014-12-04gdb patch to add leon2/3 support to sisJiri Gaisler
This fixes the commit 4bdba3e552f22bbd82ffc9ab2c915a7b4f2eadd5 which added a patch patch.
2014-12-02tools/gdb: Add a patch for gdb-7.7/gdb-7.8 SPARC.Chris Johns
This patch updates and merges the previous SPARC patches as well as providing update LEON2/LEON3 support in the SIS simulator.
2014-07-07Add newlib-sys-cpuset-const-20140414.diffJoel Sherrill
2014-06-234.11: Patch so net-snmp 5.7.2.1 builds with RTEMS.Chris Johns
2014-06-164.11: Add ntp patch.Chris Johns
This patch has issues related to the clock adjust interface but it allows the package to build.
2014-05-194.11/sparc: GDB 7.7 SIS simulator output patch.Chris Johns
2014-05-08gdb: Fix lm32 simulator's UART code. Builds on MinGW.Chris Johns
2014-04-30tools/gdb: Simulator inline fixes in the cgen code.Chris Johns
2014-04-30tools/microblaze: Fix the building of libgcc.Chris Johns
2014-04-10gdb: pr 16827, fix sim on Mavrick.Chris Johns
2014-03-20gcc-4.8.2-rtems4.11-20140349.diff: New fileJoel Sherrill
2014-03-194.11/gdb: Fix detecting python when building GDB on FreeBSD 10.0.Chris Johns
This patch is from the FreeBSD 10.0 devel/gdb port and adds the LDFLAGS to link command line with Python enabled. Note, this may effect some hosts if there are library clashes.
2014-01-18gdb/sparc: SIS gdb output fix, add nouartrx.Chris Johns
Fix the output from the simulator to gdb to use gdb interfaces so the output is passes through the MI protocol if used. Add a nouartrx option to the simulator so it does not block on an stdin read. The termios settings put the tty into non-blocking mode however the read sometimes blocks on high loads.
2013-08-14gcc: Switch GCC to the posix thread model.Chris Johns
Change from the RTEMS thread model to the POSIX model. Do not enable the weak support as it fails to link in the posix parts from the RTEMS library. No weak support requires libstdc++'s makefile be updated to handle RTEMS.
2013-07-16The __cxa_atexit support is a reqirement for destructor registration ofChris Johns
thread-local objects. For *-*-elf it is already enabled by default. See comment line 810 in "gcc/config.gcc". Define TARGET_LIBGCC_SDATA_SECTION on PowerPC for RTEMS to ".sdata" to place the __dso_handle. The __dso_handle is referenced by application code. In case this code uses the small data section, the __dso_handle must be there. This patch should be committed to GCC 4.8 and 4.9. Test results: href="http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg00671.html
2013-05-31Add Joel's stack_t patch.Chris Johns
2013-05-22Add patch to remove times.c from PowerPC newlib.Amar Takhar
2013-05-16Add three patches from Anthony Green to fix moxie tools.Amar Takhar
http://sourceware.org/git/?p=binutils.git;a=commitdiff;h=cdef5ce2d07eefec59c3ef2157bc44a85df89157 http://sourceware.org/git/?p=binutils.git;a=commitdiff;h=9cd5917ee16c8d8b138bc7c6ffd76a97952b650d http://sourceware.org/git/?p=binutils.git;a=commitdiff;h=fa75401a3f5c44e9f1ca1235135e579b833e26bb
2013-04-15Regenerate the patch cleanly.Chris Johns
2013-04-14Update the 4.7.2 patch to 4.7.3.Chris Johns
2013-04-05Update to the patch Joel merged.Chris Johns
2013-04-03PR target/56771. Require 64-bit int for arm*-*-rtems[.0-9]*.Chris Johns
2013-03-11Add latest GCC 4.7 ARM to EABI patchSebastian Huber
This patch is included in the current GCC 4.7 branch.
2013-03-11Regenerate the ARM EABI patch for gcc-4.7.2 sources.Chris Johns
2013-03-11ARM EABI patch.Chris Johns
2013-03-11Move current patches in to the repo.Chris Johns
2013-03-10Regerated version of Joel's patch so patch -p1 works.Chris Johns
2013-03-10Use a better name for the patch.Chris Johns
2013-03-10Microblaze gcc-4.7.2 patch from Joel.Chris Johns
2013-03-08MIPS memcpy fixes.Chris Johns
http://sourceware.org/ml/newlib-cvs/2013-q1/msg00022.html http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/mips/memcpy.S.diff?r1=1.2&r2=1.3&cvsroot=src http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/mips/memcpy.S.diff?r1=1.1&r2=1.2&cvsroot=src