|
From: | deniskboreiko at gmail dot com |
Subject: | [Bug gold/22344] New: [GOLD] conditional expression vs DEFINED does not evaluated correctly in linker script file |
Date: | Tue, 24 Oct 2017 10:41:08 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22344 Bug ID: 22344 Summary: [GOLD] conditional expression vs DEFINED does not evaluated correctly in linker script file Product: binutils Version: 2.30 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: deniskboreiko at gmail dot com CC: ian at airs dot com Target Milestone: --- The following line in linker script file with "symbol" not defined in command line/script will be evaluated as 1 and not default_value. symbol = DEFINED(symbol) ? symbol : default_value -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |