Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# { dg-do assemble }

	.globl a
a:	.space 1
	.local a

	.private_extern b
b:	.space 1
	.local b

# { dg-error ".a. previously declared as .global." "" { target *-*-darwin*} 5 }
# { dg-error ".b. previously declared as .private extern." "" { target *-*-darwin*} 9 }