[dragonegg/f19] 3.3-2

Jakub Jelinek jakub at fedoraproject.org
Wed Jun 25 07:57:23 UTC 2014


commit dfdfddb3164f9161bbebfdb4f47e3fb0352f51eb
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Wed Jun 25 09:57:24 2014 +0200

    3.3-2

 dragonegg-pr59587.patch |   57 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/dragonegg-pr59587.patch b/dragonegg-pr59587.patch
new file mode 100644
index 0000000..94e2724
--- /dev/null
+++ b/dragonegg-pr59587.patch
@@ -0,0 +1,57 @@
+http://llvm.org/bugs/show_bug.cgi?id=18548
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59587
+build fix
+
+--- dragonegg/src/x86/ABIHack.inc	(revision 208729)
++++ dragonegg/src/x86/ABIHack.inc	(revision 208730)
+@@ -1644,50 +1644,6 @@ struct ptt
+   const int align_func;
+ };
+ 
+-static const struct ptt processor_target_table[PROCESSOR_max] =
+-{
+-  {&i386_cost, 4, 3, 4, 3, 4},
+-  {&i486_cost, 16, 15, 16, 15, 16},
+-  {&pentium_cost, 16, 7, 16, 7, 16},
+-  {&pentiumpro_cost, 16, 15, 16, 10, 16},
+-  {&geode_cost, 0, 0, 0, 0, 0},
+-  {&k6_cost, 32, 7, 32, 7, 32},
+-  {&athlon_cost, 16, 7, 16, 7, 16},
+-  {&pentium4_cost, 0, 0, 0, 0, 0},
+-  {&k8_cost, 16, 7, 16, 7, 16},
+-  {&nocona_cost, 0, 0, 0, 0, 0},
+-  {&core2_cost, 16, 10, 16, 10, 16},
+-  {&generic32_cost, 16, 7, 16, 7, 16},
+-  {&generic64_cost, 16, 10, 16, 10, 16},
+-  {&amdfam10_cost, 32, 24, 32, 7, 32},
+-  {&atom_cost, 16, 7, 16, 7, 16}
+-};
+-
+-static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =
+-{
+-  "generic",
+-  "i386",
+-  "i486",
+-  "pentium",
+-  "pentium-mmx",
+-  "pentiumpro",
+-  "pentium2",
+-  "pentium3",
+-  "pentium4",
+-  "pentium-m",
+-  "prescott",
+-  "nocona",
+-  "core2",
+-  "atom",
+-  "geode",
+-  "k6",
+-  "k6-2",
+-  "k6-3",
+-  "athlon",
+-  "athlon-4",
+-  "k8",
+-  "amdfam10"
+-};
+ 
+ 
+ /* Return the "natural" mode for TYPE.  In most cases, this is just TYPE_MODE.


More information about the scm-commits mailing list