musl-cross-make/patches/gcc-5.2.0
Rich Felker bd17b1fbcd fix sh/fdpic issues found after first submission upstream
the following issues are fixed:

- ICE generating the new libgcc __ashlsi3_r0 and __lshrsi3_r0 shift
  operations for non-J2 SH2.

- new sh_legitimate_constant_p function was unused because there was
  an existing version with different signature which C++ allowed to be
  overloaded rather than reporting the error.

- reversed asm spec conditional for fdpic broke non-fdpic builds.

this commit rebases the patch against gcc trunk and backports the
result. file order has been tweaked by hand so that the diff is
friendly to manual inspection.
2015-10-05 22:31:31 +00:00
..
0001-musl.diff add initial fdpic support 2015-09-11 17:27:35 +00:00
0002-pr66609.diff initial check-in 2015-08-25 19:32:46 +00:00
0003-shbitrot.diff fix gcc's misdetection of sh as not supporting tls 2015-09-13 08:27:27 +00:00
0004-j2.diff initial check-in 2015-08-25 19:32:46 +00:00
0005-staticpie.diff update gcc static PIE patch to work with all targets 2015-09-30 01:20:14 +00:00
0006-defaultpie.diff initial check-in 2015-08-25 19:32:46 +00:00
0007-fdpic.diff fix sh/fdpic issues found after first submission upstream 2015-10-05 22:31:31 +00:00