* addr2line.c (main): Likewise.
[deliverable/binutils-gdb.git] / binutils / sysinfo.y
index 233e70a6a4490091d937fbfa417f6e9e258ea4b8..d340abf81c8b0da9fbe9b12a24925c26bac6d70a 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 %{
 #include <stdio.h>
@@ -412,6 +412,8 @@ int yydebug;
 int 
 main (int ac, char **av)
 {
+  expandargv (&ac, &av);
+
   yydebug=0;
   if (ac > 1)
     writecode = av[1][1];
This page took 0.023374 seconds and 4 git commands to generate.