11 __attribute__((noinline
))
26 /* These are here in case the target prepends an underscore to
27 the start of function names. They are inside a dummy function
28 so that they will appear at the end of gcc's assembler output,
29 after the definitions of main() and used_func(), rather than
30 at the beginning of the file. */
32 __asm__(".ifndef main\n\
37 __asm__(".ifndef used_func\n\
39 .set used_func, _used_func\n\