[BACK]Return to plugin-version.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc / usr.bin / gcc / arch / earmhfeb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/plugin-version.h between version 1.11 and 1.12

version 1.11, 2018/02/06 09:18:31 version 1.12, 2018/11/05 08:46:32
Line 1 
Line 1 
 /* This file is automatically generated.  DO NOT EDIT! */  /* This file is automatically generated.  DO NOT EDIT! */
 /* Generated from: NetBSD: mknative-gcc,v 1.92 2018/02/06 07:04:01 mrg Exp  */  /* Generated from: NetBSD: mknative-gcc,v 1.94 2018/09/04 22:57:25 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */  /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
   
 #include "configargs.h"  #include "configargs.h"
   
 #define GCCPLUGIN_VERSION_MAJOR   6  #define GCCPLUGIN_VERSION_MAJOR   6
 #define GCCPLUGIN_VERSION_MINOR   4  #define GCCPLUGIN_VERSION_MINOR   5
 #define GCCPLUGIN_VERSION_PATCHLEVEL   0  #define GCCPLUGIN_VERSION_PATCHLEVEL   0
 #define GCCPLUGIN_VERSION  (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)  #define GCCPLUGIN_VERSION  (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
   
 static char basever[] = "6.4.0";  static char basever[] = "6.5.0";
 static char datestamp[] = "20170704";  static char datestamp[] = "20181026";
 static char devphase[] = "";  static char devphase[] = "";
 static char revision[] = "";  static char revision[] = "";
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>