diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-12-16 21:49:41 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-12-16 21:49:41 +0000 |
commit | d8d962c31a3ff3f54ef3e4f6ccacdf6143740ad0 (patch) | |
tree | 131e94f958080e5e1866c1e4eb1fd019d11ea4a4 /ld | |
parent | 729b7ed750e0cbf089831990304f408aa341900b (diff) | |
download | gdb-d8d962c31a3ff3f54ef3e4f6ccacdf6143740ad0.zip gdb-d8d962c31a3ff3f54ef3e4f6ccacdf6143740ad0.tar.gz gdb-d8d962c31a3ff3f54ef3e4f6ccacdf6143740ad0.tar.bz2 |
Fix typo.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 216900c..841ae20 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -440,7 +440,7 @@ * ldmain.c: Initialise the new fields in bfd_link_info to NOT_YET_SET. * lexsup.c (enum option_values): New enum. Use this to - replace the handed coded values for the long switch options. + replace the hand coded values for the long switch options. (ld_options): Add 'unresolved-symbols', 'warn-unresolved-symbols' and 'error-unresolved-symbols'. (parse_args): Handle the new switches. Set the values of |