gcc/libgcc/config/arm
Christophe Lyon 3dba5b2cf2 arm: Fix warning in libgcc/config/arm/pr-support.c
I have noticed some warnings when building GCC for arm-eabi:
pr-support.c:110:7: warning: variable ‘set_pac_sp’ set but not used [-Wunused-but-set-variable]
pr-support.c:109:7: warning: variable ‘set_pac’ set but not used [-Wunused-but-set-variable]

This small patch avoids them by defining these two variables undef
TARGET_HAVE_PACBTI, like the code which actually uses them.

	libgcc/
	* config/arm/pr-support.c (__gnu_unwind_execute): Use
	TARGET_HAVE_PACBTI to define set_pac and set_pac_sp.
2023-02-03 16:40:42 +01:00
..
bpabi-lib.h Update copyright years. 2023-01-16 11:52:17 +01:00
bpabi-v6m.S Update copyright years. 2023-01-16 11:52:17 +01:00
bpabi.c Update copyright years. 2023-01-16 11:52:17 +01:00
bpabi.S Update copyright years. 2023-01-16 11:52:17 +01:00
cmse.c Update copyright years. 2023-01-16 11:52:17 +01:00
cmse_nonsecure_call.S Update copyright years. 2023-01-16 11:52:17 +01:00
crtfastmath.c Update copyright years. 2023-01-16 11:52:17 +01:00
crti.S Update copyright years. 2023-01-16 11:52:17 +01:00
crtn.S Update copyright years. 2023-01-16 11:52:17 +01:00
fp16.c Update copyright years. 2023-01-16 11:52:17 +01:00
freebsd-atomic.c Update copyright years. 2023-01-16 11:52:17 +01:00
ieee754-df.S Update copyright years. 2023-01-16 11:52:17 +01:00
ieee754-sf.S Update copyright years. 2023-01-16 11:52:17 +01:00
lib1funcs.S Update copyright years. 2023-01-16 11:52:17 +01:00
libgcc-bpabi.ver Update copyright years. 2023-01-16 11:52:17 +01:00
libunwind.S Update copyright years. 2023-01-16 11:52:17 +01:00
linux-atomic-64bit.c Update copyright years. 2023-01-16 11:52:17 +01:00
linux-atomic.c Update copyright years. 2023-01-16 11:52:17 +01:00
pr-support.c arm: Fix warning in libgcc/config/arm/pr-support.c 2023-02-03 16:40:42 +01:00
sfp-machine.h
symbian-lib.h Update copyright years. 2023-01-16 11:52:17 +01:00
t-arm arm: Fix the mve multilib for the broken cmse support (pr99939). 2021-06-11 15:56:48 +01:00
t-bpabi
t-elf
t-freebsd
t-linux
t-linux-eabi
t-netbsd
t-netbsd-eabi
t-softfp
t-strongarm-elf
t-symbian
t-vxworks7
t-wince-pe
unaligned-funcs.c Update copyright years. 2023-01-16 11:52:17 +01:00
unwind-arm-vxworks.c Update copyright years. 2023-01-16 11:52:17 +01:00
unwind-arm.c [PATCH 6/15] arm: Add pointer authentication for stack-unwinding runtime 2023-01-23 11:28:11 +01:00
unwind-arm.h Update copyright years. 2023-01-16 11:52:17 +01:00