ld: Correct -z ibt documentation
[binutils-gdb.git] / ld / ldlex.h
index fd29008e3c73f0f7afb1baf5d4bba3bbf2616270..5aa7f6bc3e3d5fc29cdd438ca3bca75fd1df9f38 100644 (file)
@@ -1,5 +1,5 @@
 /* ldlex.h -
-   Copyright (C) 1991-2016 Free Software Foundation, Inc.
+   Copyright (C) 1991-2017 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -146,6 +146,7 @@ enum option_values
   OPTION_PRINT_MEMORY_USAGE,
   OPTION_REQUIRE_DEFINED_SYMBOL,
   OPTION_ORPHAN_HANDLING,
+  OPTION_FORCE_GROUP_ALLOCATION,
 };
 
 /* The initial parser states.  */
@@ -182,9 +183,6 @@ extern const char* ldlex_filename (void);
 /* In lexsup.c.  */
 extern int lex_input (void);
 extern void lex_unput (int);
-#ifndef yywrap
-extern int yywrap (void);
-#endif
 extern void parse_args (unsigned, char **);
 
 #endif