LD: Remove a stale `ldlex_command' prototype
authorMaciej W. Rozycki <macro@mips.com>
Wed, 14 Feb 2018 09:13:31 +0000 (01:13 -0800)
committerMaciej W. Rozycki <macro@mips.com>
Wed, 14 Feb 2018 09:15:43 +0000 (09:15 +0000)
Complement commit d4e5e3c330d5 ("Use getopt instead of lex and yacc to
parse the command line.") and remove a stale `ldlex_command' prototype
for an inexistent function removed back in 1994.

ld/
* ldlex.h (ldlex_command): Remove prototype.

ld/ChangeLog
ld/ldlex.h

index 01c90efa6c0c58d10a256ea3cef392dc0789c067..42ddf8bf0049d50263489916c488e1b49cfab765 100644 (file)
@@ -1,3 +1,7 @@
+2018-02-14  Maciej W. Rozycki  <macro@mips.com>
+
+       * ldlex.h (ldlex_command): Remove prototype.
+
 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
 
        * testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and
index 140ed1d9da5659063e74ec4c5366a2cf6bb50fde..1ecb152be168d7b4c252220efa18d5ed538e738f 100644 (file)
@@ -176,7 +176,6 @@ extern void ldlex_version_file (void);
 extern void ldlex_defsym (void);
 extern void ldlex_expression (void);
 extern void ldlex_both (void);
-extern void ldlex_command (void);
 extern void ldlex_popstate (void);
 extern const char* ldlex_filename (void);
 
This page took 0.026838 seconds and 4 git commands to generate.