[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized |
Date: |
Tue, 16 Jan 2018 17:06:55 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22694
--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The binutils-2_30-branch branch has been updated by Cary Coutant
<address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=75400e01f206ad383ab15a40e13086c2f9cc795b
commit 75400e01f206ad383ab15a40e13086c2f9cc795b
Author: Cary Coutant <address@hidden>
Date: Mon Jan 15 10:05:54 2018 -0800
Fix -fuse-ld option to accept string argument.
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, (continued)
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, doko at debian dot org, 2018/01/10
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, doko at debian dot org, 2018/01/10
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, amodra at gmail dot com, 2018/01/10
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, amodra at gmail dot com, 2018/01/10
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, doko at debian dot org, 2018/01/11
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, amodra at gmail dot com, 2018/01/11
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, amonakov at gmail dot com, 2018/01/15
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, vlad at ispras dot ru, 2018/01/15
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, cvs-commit at gcc dot gnu.org, 2018/01/15
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized, ccoutant at gmail dot com, 2018/01/15
- [Bug gold/22694] [2.30 Regression] -fuse-ld=gold not recognized,
cvs-commit at gcc dot gnu.org <=