gcc/libstdc++-v3/libsupc++
Iain Sandoe 1609fdff16 libstdc++, Darwin: Handle a linker warning [PR112397].
Darwin's linker warns when we make a direct branch to code that is
in a weak definition (citing that if a different implementation of
the weak function is chosen by the dynamic linker this would be an
error).

As the analysis in the PR shows, this can happen when we have hot/
cold partitioning and there is an error path that is primarily cold
but makes use of epilogue code in the hot section.  In this simple
case, we can easily deduce that the code is in fact safe; however
that is not something we can realistically implement in the linker.

Since the user-replaceable allocators are implemented using weak
definitions, this is a warning that is frequently flagged up in both
the testsuite and end-user code.

The chosen solution here is to suppress the hot/cold partitioning for
these cases (it is unlikely to impact performance much c.f. the
actual allocation).

	PR target/112397

libstdc++-v3/ChangeLog:

	* configure: Regenerate.
	* configure.ac: Detect if we are building for Darwin.
	* libsupc++/Makefile.am: If we are building for Darwin, then
	suppress hot/cold partitioning for the array allocators.
	* libsupc++/Makefile.in: Regenerated.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
Co-authored-by: Jonathan Wakely <jwakely@redhat.com>
2024-02-19 20:14:34 +00:00
..
array_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
atexit_arm.cc Update copyright years. 2024-01-03 12:19:35 +01:00
atexit_thread.cc Update copyright years. 2024-01-03 12:19:35 +01:00
atomic_lockfree_defines.h Update copyright years. 2024-01-03 12:19:35 +01:00
bad_alloc.cc Update copyright years. 2024-01-03 12:19:35 +01:00
bad_array_length.cc Update copyright years. 2024-01-03 12:19:35 +01:00
bad_array_new.cc Update copyright years. 2024-01-03 12:19:35 +01:00
bad_cast.cc Update copyright years. 2024-01-03 12:19:35 +01:00
bad_typeid.cc Update copyright years. 2024-01-03 12:19:35 +01:00
class_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
compare Update copyright years. 2024-01-03 12:19:35 +01:00
cxxabi.h Update copyright years. 2024-01-03 12:19:35 +01:00
cxxabi_forced.h Update copyright years. 2024-01-03 12:19:35 +01:00
cxxabi_init_exception.h Update copyright years. 2024-01-03 12:19:35 +01:00
del_op.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opa.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opant.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opnt.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_ops.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opsa.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opv.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opva.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opvant.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opvnt.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opvs.cc Update copyright years. 2024-01-03 12:19:35 +01:00
del_opvsa.cc Update copyright years. 2024-01-03 12:19:35 +01:00
dyncast.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_alloc.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_arm.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_atomics.h Update copyright years. 2024-01-03 12:19:35 +01:00
eh_aux_runtime.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_call.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_catch.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_exception.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_globals.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_personality.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_ptr.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_term_handler.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_term_handler.h Update copyright years. 2024-01-03 12:19:35 +01:00
eh_terminate.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_throw.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_tm.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_type.cc Update copyright years. 2024-01-03 12:19:35 +01:00
eh_unex_handler.cc libstdc++: use updated type for __unexpected_handler 2024-01-11 19:11:45 +00:00
enum_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
exception Update copyright years. 2024-01-03 12:19:35 +01:00
exception.h Update copyright years. 2024-01-03 12:19:35 +01:00
exception_defines.h Update copyright years. 2024-01-03 12:19:35 +01:00
exception_ptr.h Update copyright years. 2024-01-03 12:19:35 +01:00
function_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
fundamental_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
guard.cc Update copyright years. 2024-01-03 12:19:35 +01:00
guard_error.cc Update copyright years. 2024-01-03 12:19:35 +01:00
hash_bytes.cc Update copyright years. 2024-01-03 12:19:35 +01:00
hash_bytes.h Update copyright years. 2024-01-03 12:19:35 +01:00
initializer_list Update copyright years. 2024-01-03 12:19:35 +01:00
Makefile.am libstdc++, Darwin: Handle a linker warning [PR112397]. 2024-02-19 20:14:34 +00:00
Makefile.in libstdc++, Darwin: Handle a linker warning [PR112397]. 2024-02-19 20:14:34 +00:00
nested_exception.cc Update copyright years. 2024-01-03 12:19:35 +01:00
nested_exception.h Update copyright years. 2024-01-03 12:19:35 +01:00
new Update copyright years. 2024-01-03 12:19:35 +01:00
new_handler.cc Update copyright years. 2024-01-03 12:19:35 +01:00
new_op.cc Update copyright years. 2024-01-03 12:19:35 +01:00
new_opa.cc libstdc++: Prefer posix_memalign for aligned-new [PR113258] 2024-01-11 17:35:57 +00:00
new_opant.cc Update copyright years. 2024-01-03 12:19:35 +01:00
new_opnt.cc Update copyright years. 2024-01-03 12:19:35 +01:00
new_opv.cc Update copyright years. 2024-01-03 12:19:35 +01:00
new_opva.cc Update copyright years. 2024-01-03 12:19:35 +01:00
new_opvant.cc Update copyright years. 2024-01-03 12:19:35 +01:00
new_opvnt.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pbase_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pmem_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pointer_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pure.cc Update copyright years. 2024-01-03 12:19:35 +01:00
si_class_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
tinfo.cc Update copyright years. 2024-01-03 12:19:35 +01:00
tinfo.h Update copyright years. 2024-01-03 12:19:35 +01:00
tinfo2.cc Update copyright years. 2024-01-03 12:19:35 +01:00
typeinfo Update copyright years. 2024-01-03 12:19:35 +01:00
unwind-cxx.h libstdc++: Avoid conflicting declaration in eh_call.cc [PR112997] 2024-01-07 00:58:46 +00:00
vec.cc Update copyright years. 2024-01-03 12:19:35 +01:00
vmi_class_type_info.cc Update copyright years. 2024-01-03 12:19:35 +01:00
vterminate.cc Update copyright years. 2024-01-03 12:19:35 +01:00
vtv_stubs.cc Update copyright years. 2024-01-03 12:19:35 +01:00