]> code.ossystems Code Review - openembedded-core.git/commit
gcc-runtime: Make DEBUG_PREFIX_MAP relative to S
authorKhem Raj <raj.khem@gmail.com>
Thu, 15 Apr 2021 01:13:22 +0000 (18:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:28:20 +0000 (11:28 +0100)
commit2c8e130adb5d4d55ba732a042ec157498460ee29
treebd5e165ab07880e8091d98507046b58eefa400f0
parent816c8529f05271aba3d414ab2e68506ac7b6ec69
gcc-runtime: Make DEBUG_PREFIX_MAP relative to S

Current definition of SLIB is actually equal to S but is hardcoded, this
means when we have altered location of S, then the regexp for
DEBUG_PREFIX_MAP will not be effective, which could result in S being
emitted into debug_line sections. Simplify the maps to use S variable
instead of SLIB

Secondly, rename SLIB_NEW to REL_S to make it more appropritate to what
it represents

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-runtime.inc