mach-o: display data_in_code.
[deliverable/binutils-gdb.git] / binutils / defparse.y
index b21ce93215094c24eb43e98a92ab383e028b4ab1..badc312ab071b81d57686b712e67fdc3714397d4 100644 (file)
@@ -1,7 +1,6 @@
 %{ /* defparse.y - parser for .def files */
 
-/* Copyright 1995, 1997, 1998, 1999, 2001, 2004, 2005, 2007
-   Free Software Foundation, Inc.
+/* Copyright (C) 1995-2014 Free Software Foundation, Inc.
    
    This file is part of GNU Binutils.
    
@@ -153,7 +152,10 @@ opt_PRIVATE:
        ;
 
 keyword_as_name: NAME { $$ = "NAME"; }
-       | LIBRARY { $$ = "LIBRARY"; }
+/*  Disabled LIBRARY keyword for a quirk in libtool. It places LIBRARY
+    command after EXPORTS list, which is illegal by specification.
+    See PR binutils/13710
+       | LIBRARY { $$ = "LIBRARY"; } */
        | DESCRIPTION { $$ = "DESCRIPTION"; }
        | STACKSIZE { $$ = "STACKSIZE"; }
        | HEAPSIZE { $$ = "HEAPSIZE"; }
This page took 0.023059 seconds and 4 git commands to generate.