https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124260
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <[email protected]>: https://gcc.gnu.org/g:75fdb6f800321836a801a4197321bc486e198b0c commit r17-2072-g75fdb6f800321836a801a4197321bc486e198b0c Author: Iain Sandoe <[email protected]> Date: Sat Jun 27 20:39:39 2026 +0100 Darwin: Updates to handling of NeXT metadata [PR124260]. Darwin-specific preparations for changes to handle the PR: Allow metadata to reside in const_data. Add ClassList to the cases where we want the symbols to be linker-visible. This adds expanded comments on the meaning of the flag fields in the ImageInfo metadata. PR objc/124260 gcc/ChangeLog: * config/darwin.cc (darwin_objc2_section): Also allow meta data in const_data. (darwin_label_is_anonymous_local_objc_name): Make ClassList linker- visible. (darwin_file_end): Update comments on the ImageInfo flags. Do not claim we have signed pointers. gcc/testsuite/ChangeLog: * objc.dg/image-info.m: Test revised flags value for ABI-2. Signed-off-by: Iain Sandoe <[email protected]>
