diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ldlex.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 01c90ef..42ddf8b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 @@ -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); |