glibc/sysdeps/arc
Florian Weimer 58548b9d68 Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
In the future, this will result in a compilation failure if the
macros are unexpectedly undefined (due to header inclusion ordering
or header inclusion missing altogether).

Assembler sources are more difficult to convert.  In many cases,
they are hand-optimized for the mangling and no-mangling variants,
which is why they are not converted.

sysdeps/s390/s390-32/__longjmp.c and sysdeps/s390/s390-64/__longjmp.c
are special: These are C sources, but most of the implementation is
in assembler, so the PTR_DEMANGLE macro has to be undefined in some
cases, to match the assembler style.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2022-10-18 17:04:10 +02:00
..
bits
fpu
nofpu
nptl Use atomic_exchange_release/acquire 2022-09-26 16:58:08 +01:00
__longjmp.S
abort-instr.h
atomic-machine.h
bsd-_setjmp.S
bsd-setjmp.S
configure
configure.ac
dl-machine.h arc: Remove _dl_skip_args usage 2022-05-30 16:32:29 -03:00
dl-runtime.h
dl-tls.h
dl-trampoline.S
entry.h
fpu_control.h
gccframe.h
get-rounding-mode.h
Implies
jmpbuf-offsets.h
jmpbuf-unwind.h Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
ldsodefs.h
libc-tls.c
machine-gmon.h
Makefile
math-tests-trap.h
preconfigure
setjmp.S
sfp-machine.h
sotruss-lib.c
stackinfo.h
start.S csu: Change start code license to have link exception 2022-08-26 09:14:53 +01:00
sysdep.h
tininess.h
tst-audit.h
Versions