]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin: Section anchors must be linker-visible.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 6 Aug 2025 05:07:43 +0000 (06:07 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 9 Aug 2025 14:12:57 +0000 (15:12 +0100)
commitd950ba6e51b56adf72e45c58067291be4e0b6785
tree6bd5a5152bb6426c0abcf3eb7620950a6643245f
parent7c02f011502ea65bb03891239a7317a95c6a00dd
Darwin: Section anchors must be linker-visible.

In principle, these begin (or at least delineate) a region that
could be split by the static linker.  If the symbols are hidden
to newer linkers they produce diagnostics about the temporary
symbol generated.

gcc/ChangeLog:

* config/darwin.h (ASM_GENERATE_INTERNAL_LABEL): New
entry for LANCHOR.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/config/darwin.h