gcc: fix build of gcc 6.x on Microblaze
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 16 May 2016 22:12:54 +0000 (00:12 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 May 2016 06:42:56 +0000 (08:42 +0200)
commit7540fe0c50715eb1e9706f59c8bc733f8bc92ed7
treeab6a647742b3f931aaf0b3e94f8da0279dd29e76
parent911406d11bdb528f8f802516c1a13cba89545b6f
gcc: fix build of gcc 6.x on Microblaze

Due to patch 840-microblaze-enable-dwarf-eh-support.patch, gcc 6.x
does not build:

../../gcc/config/microblaze/microblaze.c: In function 'void microblaze_expand_epilogue()':
../../gcc/config/microblaze/microblaze.c:3046: error: 'gen_rtx_raw_REG' was not declared in this scope

This patch was originally added to gcc 4.9 to make it capable of
building glibc. However, this is no longer needed with gcc 6.x, which
builds glibc just fine.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/6.1.0/840-microblaze-enable-dwarf-eh-support.patch [deleted file]