blob: 4f9a5e71b01b8d69c465e3faaba9b7b3ac7a2a9f [file] [log] [blame]
/* Test the special handling of .pru_irq_map section. */
/* { dg-do compile } */
int my_int_map __attribute__((section(".pru_irq_map")));
/* Section must not have the allocated flag. */
/* { dg-final { scan-assembler "\.section\[ \t\]+.pru_irq_map,\[ \]*\"\",[ ]*@progbits" } } */