aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/ChangeLog.backported
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2013-10-25 14:01:24 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-10-25 15:09:22 +0800
commit5605fa86c3157aed47c67dc919a0ee1783fde907 (patch)
treec035de337a7e3c97cef8cf8b2ef5d4c60bce6a2c /gcc-4.7/ChangeLog.backported
parent1c712bf7621f3859c33fd3afaa61fdcaf3fdfd76 (diff)
downloadtoolchain_gcc-5605fa86c3157aed47c67dc919a0ee1783fde907.tar.gz
toolchain_gcc-5605fa86c3157aed47c67dc919a0ee1783fde907.tar.bz2
toolchain_gcc-5605fa86c3157aed47c67dc919a0ee1783fde907.zip
Backport fix to set mips_dbx_regno entries to IGNORED_DWARF_REGNUM by default
2012-12-12 Steve Ellcey <sellcey@mips.com> * config/mips/mips.c (mips_option_override): Set mips_dbx_regno entries to IGNORED_DWARF_REGNUM by default. 2012-12-10 Steve Ellcey <sellcey@mips.com> PR target/54061 rtl.h (IGNORED_DWARF_REGNUM): New. * dwarf2out.c (reg_loc_descriptor): Check for IGNORED_DWARF_REGNUM. (mem_loc_descriptor): Ditto. * config/mips/mips.h (ALL_COP_REG_FIRST): New. (ALL_COP_REG_LAST): New. (ALL_COP_REG_NUM): Redefine using above macros. * config/mips/mips.c (mips_option_override): Set mips_dbx_regno coprocessor entries to IGNORED_DWARF_REGNUM. Error reads: target C++: libicui18n <= external/icu4c/i18n/olsontz.cpp external/icu4c/i18n/decimfmt.cpp: In member function 'virtual icu_50::UnicodeString& icu_50::DecimalFormat::format(const icu_50::StringPiece&, icu_50::UnicodeString&, icu_50::FieldPositionIterator*, UErrorCode&) const': external/icu4c/i18n/decimfmt.cpp:1322:1: internal compiler error: in dbx_reg_number, at dwarf2out.c:10185 See http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00830.html Change-Id: I84110b5b54d8d9262043811eddb0edc1c42303f8
Diffstat (limited to 'gcc-4.7/ChangeLog.backported')
-rw-r--r--gcc-4.7/ChangeLog.backported20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc-4.7/ChangeLog.backported b/gcc-4.7/ChangeLog.backported
index 442d9436d..475d32eea 100644
--- a/gcc-4.7/ChangeLog.backported
+++ b/gcc-4.7/ChangeLog.backported
@@ -1,3 +1,23 @@
+http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194453
+2012-12-12 Steve Ellcey <sellcey@mips.com>
+
+ * config/mips/mips.c (mips_option_override): Set
+ mips_dbx_regno entries to IGNORED_DWARF_REGNUM by default.
+
+
+http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194372
+2012-12-10 Steve Ellcey <sellcey@mips.com>
+
+ PR target/54061
+ rtl.h (IGNORED_DWARF_REGNUM): New.
+ * dwarf2out.c (reg_loc_descriptor): Check for IGNORED_DWARF_REGNUM.
+ (mem_loc_descriptor): Ditto.
+ * config/mips/mips.h (ALL_COP_REG_FIRST): New.
+ (ALL_COP_REG_LAST): New.
+ (ALL_COP_REG_NUM): Redefine using above macros.
+ * config/mips/mips.c (mips_option_override): Set mips_dbx_regno
+ coprocessor entries to IGNORED_DWARF_REGNUM.
+
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193189
2012-11-05 Eric Botcazou <ebotcazou@adacore.com>