* readelf.c (dump_relocations): Recognise EM_PPC64.
[deliverable/binutils-gdb.git] / binutils / arlex.l
index 74e13d13dfe295a88589e73088694d6179363d87..71ef56ee6f9be1262aaa4552f90ed3de0e5eb1a6 100644 (file)
@@ -1,7 +1,7 @@
 %{
 /* arlex.l - Strange script language lexer */
 
-/*   Copyright (C) 1992, 95, 1997 Free Software Foundation, Inc.
+/*   Copyright 1992, 1997, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -31,6 +31,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 int linenumber;
 %}
+
+%a 10000
+%o 25000
+
 %%
 
 "ADDLIB"       { return ADDLIB; }
This page took 0.023372 seconds and 4 git commands to generate.