linux/tools
Joe Perches 33def8498f treewide: Convert macro and uses of __section(foo) to __section("foo")
Use a more generic form for __section that requires quotes to avoid
complications with clang and gcc differences.

Remove the quote operator # from compiler_attributes.h __section macro.

Convert all unquoted __section(foo) uses to quoted __section("foo").
Also convert __attribute__((section("foo"))) uses to __section("foo")
even if the __attribute__ has multiple list entry forms.

Conversion done using the script at:

    https://lore.kernel.org/lkml/75393e5ddc272dc7403de74d645e6c6e0f4e70eb.camel@perches.com/2-convert_section.pl

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@gooogle.com>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-25 14:51:49 -07:00
..
accounting
arch parisc: Add MAP_UNINITIALIZED define 2020-10-15 08:10:39 +02:00
bootconfig Updates for tracing and bootconfig: 2020-10-15 15:51:28 -07:00
bpf
build perf tools changes for v5.10: 1st batch 2020-10-17 11:47:46 -07:00
cgroup
debugging
edid
firewire
firmware
gpio
hv
iio
include treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
io_uring
kvm/kvm_stat
laptop
leds
lib Fixes for 5.10-rc1 from the networking tree: 2020-10-23 12:05:49 -07:00
memory-model
objtool objtool changes for v5.10: 2020-10-14 10:13:37 -07:00
pci
pcmcia
perf perf tools changes for v5.10: 1st batch 2020-10-17 11:47:46 -07:00
power More power management updates for 5.10-rc1 2020-10-23 16:27:03 -07:00
scripts
spi
testing A time namespace fix and a matching selftest. The futex absolute timeouts 2020-10-25 11:28:49 -07:00
thermal/tmon
time
usb
virtio
vm
wmi
Makefile