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

1
2
3
4
5
6
7
;# Test .warning directive.
;# { dg-do assemble }
 .warning "a warning message"	;# { dg-warning "Warning: a warning message" }
 .warning a warning message	;# { dg-error "Error: .warning argument must be a string" }
 .warning			;# { dg-warning "Warning: .warning directive invoked in source file" }
 .warning ".warning directive invoked in source file"	;# { dg-warning "Warning: .warning directive invoked in source file" }
 .warning ""			;# { dg-warning "Warning: " }