This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix sysinfo


sysinfo is an internal tool and isn't linked with libiberty. I am
checking in this patch to fix it.


H.J.
----
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/binutils/ChangeLog,v
retrieving revision 1.987
diff -u -p -r1.987 ChangeLog
--- ChangeLog	30 Sep 2005 16:37:30 -0000	1.987
+++ ChangeLog	30 Sep 2005 18:45:53 -0000
@@ -1,6 +1,10 @@
+2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysinfo.y (main): Undo last change.
+
 2005-08-30  Mark Mitchell  <mark@codesourcery.com>
 
-	* addr2line.c (main): Likewise.
+	* addr2line.c (main): Use expandargv.
 	* ar.c (main): Likewise.
 	* coffdump.c (main): Likewise.
 	* cxxfilt.c (main): Likewise.
@@ -15,7 +19,7 @@
 	* srcconv.c (main): Likewise.
 	* strings.c (main): Likewise.
 	* sysdump.c (main): Likewise.
-	* sysinfo.c (main): Likewise.
+	* sysinfo.y (main): Likewise.
 	* windres.c (main): Likewise.
 	
 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
Index: sysinfo.y
===================================================================
RCS file: /cvs/src/src/binutils/sysinfo.y,v
retrieving revision 1.9
diff -u -p -r1.9 sysinfo.y
--- sysinfo.y	30 Sep 2005 16:37:31 -0000	1.9
+++ sysinfo.y	30 Sep 2005 18:45:53 -0000
@@ -412,8 +412,6 @@ int yydebug;
 int 
 main (int ac, char **av)
 {
-  expandargv (&ac, &av);
-
   yydebug=0;
   if (ac > 1)
     writecode = av[1][1];


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]