vapier      15/08/05 07:26:52

  Modified:             003_all_coreutils-gentoo-uname.patch README.history
  Log:
  add support for microblaze uname parsing

Revision  Changes    Path
1.3                  
src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch?r1=1.2&r2=1.3

Index: 003_all_coreutils-gentoo-uname.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 003_all_coreutils-gentoo-uname.patch        5 Aug 2015 06:56:59 -0000       
1.2
+++ 003_all_coreutils-gentoo-uname.patch        5 Aug 2015 07:26:52 -0000       
1.3
@@ -23,7 +23,7 @@
  #include "system.h"
  #include "error.h"
  #include "quote.h"
-@@ -138,6 +143,117 @@
+@@ -138,6 +143,119 @@
    exit (status);
  }
  
@@ -89,6 +89,8 @@
 +                      "cpu", "model"
 +              #elif defined(__m68k__)
 +                      "CPU", "MMU"
++              #elif defined(__microblaze__)
++                      "CPU-Ver", "FPGA-Arch"
 +              #elif defined(__mips__)
 +                      "cpu model", "system type"
 +              #elif defined(__powerpc__) || defined(__powerpc64__)
@@ -141,7 +143,7 @@
  /* Print ELEMENT, preceded by a space if something has already been
     printed.  */
  
-@@ -250,10 +344,14 @@ main (int argc, char **argv)
+@@ -250,10 +368,14 @@ main (int argc, char **argv)
    if (toprint & PRINT_PROCESSOR)
      {
        char const *element = unknown;
@@ -157,7 +159,7 @@
            element = processor;
        }
  #endif
-@@ -306,9 +404,13 @@ main (int argc, char **argv)
+@@ -306,9 +428,13 @@ main (int argc, char **argv)
        if (element == unknown)
          {
            static char hardware_platform[257];



1.2                  src/patchsets/coreutils/8.24/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/README.history?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/README.history?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/README.history?r1=1.1&r2=1.2

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/8.24/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history      6 Jul 2015 15:16:07 -0000       1.1
+++ README.history      5 Aug 2015 07:26:52 -0000       1.2
@@ -1,3 +1,6 @@
+1.1            [pending]
+       U 003_all_coreutils-gentoo-uname.patch
+
 1.0            06 Jul 2015
        + 003_all_coreutils-gentoo-uname.patch
        + 010_all_coreutils-tests.patch




Reply via email to