diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-09-17 08:52:10 +0000 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gcc.gnu.org> | 2018-09-17 10:52:10 +0200 |
commit | 5305a279c0b1593e802d33c4263c9805e80aa778 (patch) | |
tree | b2598f0e87d9697c9e6f1be3f71acf0d1f1e5f84 /gcc/gcov.c | |
parent | d6683f89123f4badb0396d5c9adcc81f46494b0b (diff) | |
download | gcc-5305a279c0b1593e802d33c4263c9805e80aa778.zip gcc-5305a279c0b1593e802d33c4263c9805e80aa778.tar.gz gcc-5305a279c0b1593e802d33c4263c9805e80aa778.tar.bz2 |
[ARC] Update LINK_EH_SPEC linker spec.
With no trailing space in LINK_EH_SPEC linker spec gets generated as:
------------------------>8---------------------
%{!r:--build-id} --eh-frame-hdr%{h*} ...
------------------------>8---------------------
or even worse if hash style is added:
------------------------>8---------------------
%{!r:--build-id} --eh-frame-hdr--hash-style=sysv %{h*} ...
------------------------>8---------------------
Now if that spec is really used by LD then it fails inevitably
saying that it doesn't know option "--eh-frame-hdr--hash-style=sysv".
2018-09-17 Alexey Brodkin <abrodkin@synopsys.com>
* config/arc/linux.h (LINK_EH_SPEC): Add missing space.
From-SVN: r264361
Diffstat (limited to 'gcc/gcov.c')
0 files changed, 0 insertions, 0 deletions