diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/lexsup.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 154e0dc..1452dec 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-01-13 Nick Clifton <nickc@redhat.com> + + * lexsup.c (parse_args): Remove spurious white space. + 2001-01-12 Nick Clifton <nickc@redhat.com> * lexsup.c (parse_args): Update copyright date. diff --git a/ld/lexsup.c b/ld/lexsup.c index 914ff7f..51ffc44 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -550,7 +550,7 @@ parse_args (argc, argv) --optind; optc = getopt_long (argc, argv, shortopts, really_longopts, &longind); } - + if (optc == -1) break; |