SOURCES: qemu-cc.patch, qemu-dot.patch - updated for 0.8.2

hawk hawk at pld-linux.org
Fri Aug 4 16:33:30 CEST 2006


Author: hawk                         Date: Fri Aug  4 14:33:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.8.2

---- Files affected:
SOURCES:
   qemu-cc.patch (1.1 -> 1.2) , qemu-dot.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/qemu-cc.patch
diff -u SOURCES/qemu-cc.patch:1.1 SOURCES/qemu-cc.patch:1.2
--- SOURCES/qemu-cc.patch:1.1	Sat May 20 00:32:13 2006
+++ SOURCES/qemu-cc.patch	Fri Aug  4 16:33:25 2006
@@ -1,12 +1,12 @@
---- qemu-0.8.1/configure~	2006-05-20 01:27:00.000000000 +0300
-+++ qemu-0.8.1/configure	2006-05-20 01:29:38.000000000 +0300
-@@ -294,8 +294,7 @@
- strip="${cross_prefix}${strip}"
- 
- if [ ! -x "`which $cc`" ] ; then
--    echo "Compiler $cc could not be found"
--    exit
-+    echo "Warning: Compiler $cc could not be found"
+--- qemu.orig/configure	2006-07-22 19:23:34.000000000 +0200
++++ qemu/configure	2006-08-04 15:16:48.263651500 +0200
+@@ -309,8 +309,7 @@
+ if $cc -c -o $TMPO $TMPC 2>/dev/null ; then
+   : C compiler works ok
+ else
+-    echo "ERROR: \"$cc\" either does not exist or does not work"
+-    exit 1
++    echo "Warning: \"$cc\" either does not exist or does not work"
  fi
  
  if test "$mingw32" = "yes" ; then

================================================================
Index: SOURCES/qemu-dot.patch
diff -u SOURCES/qemu-dot.patch:1.1 SOURCES/qemu-dot.patch:1.2
--- SOURCES/qemu-dot.patch:1.1	Sun May  1 14:05:57 2005
+++ SOURCES/qemu-dot.patch	Fri Aug  4 16:33:25 2006
@@ -1,13 +1,12 @@
---- qemu-0.7.0/dyngen.c.orig	2005-04-27 22:52:05.000000000 +0200
-+++ qemu-0.7.0/dyngen.c	2005-05-01 14:00:00.000000000 +0200
+--- qemu.orig/dyngen.c	2006-07-22 19:23:34.000000000 +0200
++++ qemu/dyngen.c	2006-08-04 15:31:19.578105250 +0200
 @@ -1194,13 +1194,11 @@
      } else if (strstart(sym_name, "__op_gen_label", &p)) {
          snprintf(name, name_size, "gen_labels[param%s]", p);
      } else {
 -#ifdef HOST_SPARC
          if (sym_name[0] == '.')
--            snprintf(name, sizeof(name),
-+            snprintf(name, name_size,
+             snprintf(name, name_size,
                       "(long)(&__dot_%s)",
                       sym_name + 1);
          else
@@ -15,7 +14,7 @@
              snprintf(name, name_size, "(long)(&%s)", sym_name);
      }
  }
-@@ -1590,14 +1588,12 @@
+@@ -1627,14 +1625,12 @@
                      !strstart(sym_name, "__op_param", NULL) &&
                      !strstart(sym_name, "__op_jmp", NULL) &&
                      !strstart(sym_name, "__op_gen_label", NULL)) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/qemu-cc.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/qemu-dot.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list