summaryrefslogtreecommitdiffstats
path: root/recipes-microblaze/gcc/files
Commit message (Collapse)AuthorAgeFilesLines
* gcc-source_7.%.bbappend: Update/add patches for GCC 7Nathan Rossi2017-10-183-281/+0
| | | | | | | | Update existing patches for GCC 7 (and use backports where available), and drop merged patches whilst adding some additional patches to fix specific bugs. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc-source: Add MicroBlaze DWARF exception supportNathan Rossi2016-10-111-0/+167
| | | | | | This resolves some issues with unwind support needed for pthread. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc-source: Add patch to fix MicroBlaze ABI bugNathan Rossi2016-10-111-0/+48
| | | | | | | Add a patch which fixes a bug in GCC regarding the usage of the r20 and r21 registers specifically for the use in Linux. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Remove this patch as it is no longer requiredManjukumar Matha2016-07-171-44/+0
| | | | | | | This patch is applied upstream, and no longer required Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc-source_5.3: Fix MicroBlaze musl libc supportNathan Rossi2016-01-061-0/+44
| | | | | | | Backport the patch from GCC to handle musl libc for MicroBlaze, this patch sets up the correct path for ld. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc_4.8: Drop appendsNathan Rossi2015-11-235-490/+0
| | | | | | * The recipe is no longer provided in oe-core Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc_5.2: Add patch to fix MicroBlaze 'adddi3' instruction issueNathan Rossi2015-11-121-0/+66
| | | | | | | | * This patch improves and fixes an issue with the MicroBlaze instruction definitions for 64-bit addition with immediate/constant operands. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc: Update patches for gcc 4.8.4Nathan Rossi2015-05-116-494/+0
| | | | | | * Remove patches that are available in gcc 4.8.4 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* recipes-microblaze: Move all MicroBlaze appendsNathan Rossi2015-04-1711-0/+984
* Move recipes that are specifically for MicroBlaze support into the recipes-microblaze directory Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>