From 8d89651ef729e560ad96dcfc002fcde6ff7f923b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:46:13 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../gcc/gcc-linaro-4.9/0051-eabispe.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9/0051-eabispe.patch (limited to 'meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9/0051-eabispe.patch') diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9/0051-eabispe.patch b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9/0051-eabispe.patch new file mode 100644 index 0000000..55e3890 --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9/0051-eabispe.patch @@ -0,0 +1,23 @@ +Upstream-Status: Pending + +Taken from http://gcc.gnu.org/ml/gcc-patches/2014-04/msg02064.html + +2014-04-30 Cesar Philippidis + + gcc/ + * dwarf2cfi.c (dwf_regno): Don't assert reg is a pseudo + register. + + +diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c +index 4180890..40ef0e2 100644 +--- a/gcc/dwarf2cfi.c ++++ b/gcc/dwarf2cfi.c +@@ -906,7 +906,6 @@ notice_eh_throw (rtx insn) + static inline unsigned + dwf_regno (const_rtx reg) + { +- gcc_assert (REGNO (reg) < FIRST_PSEUDO_REGISTER); + return DWARF_FRAME_REGNUM (REGNO (reg)); + } + -- cgit v1.2.3-54-g00ecf