930b5f8bfb
PR 22042 complained that garbage text was being printed in the help for the -fuse-ld option; this was caused by passing an empty string to the gettext() function, which sometimes returns garbage when passed an empty string. The quick fix was to replace "" with NULL as the helparg, but that changed the parsing of the option, as gold uses the helparg to determine whether an option takes an argument. This patch adds a non-empty helparg string to fix both problems. gold/ PR gold/22694 * options.h (-fuse-ld): Add correct helparg.
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
2018-01-15 Cary Coutant <ccoutant@gmail.com>
|
||
|
||
PR gold/22694
|
||
* options.h (-fuse-ld): Add correct helparg.
|
||
|
||
2018-01-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/uk.po: Updated Ukranian translation.
|
||
|
||
2018-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/gold.pot: Regenerated.
|
||
|
||
2018-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
2.30 branch created.
|
||
|
||
2018-01-12 Cary Coutant <ccoutant@gmail.com>
|
||
|
||
* NEWS: Add new features in 1.15.
|
||
* version.cc (version_string): Bump to 1.15.
|
||
|
||
2018-01-12 Sterling Augustine <saugustine@google.com>
|
||
|
||
* cref.cc (Cref_inputs::Cref_table_compare::operator): Add
|
||
conditionals and calls to is_forwarder.
|
||
|
||
2018-01-03 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2017
|
||
|
||
Copyright (C) 2018 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|