linux-stable/arch/m68k
Ben Hutchings 96ce67041e m68k: Fix invalid .section syntax
[ Upstream commit 922a9bd138 ]

gas supports several different forms for .section for ELF targets,
including:
    .section NAME [, "FLAGS"[, @TYPE[,FLAG_SPECIFIC_ARGUMENTS]]]
and:
    .section "NAME"[, #FLAGS...]

In several places we use a mix of these two forms:
    .section NAME, #FLAGS...

A current development snapshot of binutils (2.40.50.20230611) treats
this mixed syntax as an error.

Change to consistently use:
    .section NAME, "FLAGS"
as is used elsewhere in the kernel.

Link: https://buildd.debian.org/status/fetch.php?pkg=linux&arch=m68k&ver=6.4%7Erc6-1%7Eexp1&stamp=1686907300&raw=1
Signed-off-by: Ben Hutchings <benh@debian.org>
Tested-by: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Link: https://lore.kernel.org/r/ZIyBaueWT9jnTwRC@decadent.org.uk
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-09-23 10:46:53 +02:00
..
68000 m68k: Check syscall_trace_enter() return code 2023-03-11 16:26:42 +01:00
amiga
apollo
atari
bvme6000
coldfire m68k: Check syscall_trace_enter() return code 2023-03-11 16:26:42 +01:00
configs
emu m68k: emu: Fix invalid free in nfeth_cleanup() 2021-09-22 11:45:18 +02:00
fpsp040 m68k: Fix invalid .section syntax 2023-09-23 10:46:53 +02:00
hp300
ifpsp060 m68k: Fix invalid .section syntax 2023-09-23 10:46:53 +02:00
include m68k/cpu: Switch to arch_cpu_finalize_init() 2023-08-08 19:48:23 +02:00
kernel m68k: Fix invalid .section syntax 2023-09-23 10:46:53 +02:00
lib
mac
math-emu
mm exit: Add and use make_task_dead. 2023-02-06 07:46:33 +01:00
mvme16x
mvme147
q40 m68k: q40: Fix info-leak in rtc_ioctl 2020-10-01 13:12:26 +02:00
sun3
sun3x
tools/amiga
Kconfig m68k/cpu: Switch to arch_cpu_finalize_init() 2023-08-08 19:48:23 +02:00
Kconfig.bus
Kconfig.cpu m68k: math-emu: Fix dependencies of math emulation support 2022-06-14 16:53:50 +02:00
Kconfig.debug
Kconfig.devices m68k: /proc/hardware should depend on PROC_FS 2023-03-11 16:26:37 +01:00
Kconfig.machine m68knommu: fix undefined reference to `_init_sp' 2022-06-14 16:53:58 +02:00
Makefile
install.sh