]> sigrok.org Git - libsigrok.git/commit
Fix link errors when compiling with LTO enabled
authorStefan Brüns <redacted>
Sat, 14 Sep 2019 20:13:13 +0000 (22:13 +0200)
committerUwe Hermann <redacted>
Sun, 6 Oct 2019 22:13:13 +0000 (00:13 +0200)
commit02a8c07d89ae2c4643f2bcb78e8c13dd7437e2db
treee1ea9c8e3d07748753acb21fe6109d05c5aa63cb
parent2da97803e653b814db3a42b3b749953368932cb6
Fix link errors when compiling with LTO enabled

When libsigrok is compiled with link-time-optimization, the linker
stumbles over the section named the same as the function. Whether this
is a compiler/linker bug or a coding error is unknown.

Renaming the special section (to the same as already used on OS X) avoids
the problem.

This fixes bug #1416.
src/libsigrok-internal.h