Browse Source
bfd/ 2010-12-12 H.J. Lu <hongjiu.lu@intel.com> * elf.c (special_sections_g): Add ".gnu.lto_". gas/testsuite/ 2010-12-12 H.J. Lu <hongjiu.lu@intel.com> * gas/elf/elf.exp: Run section9. * gas/elf/section9.d: New. * gas/elf/section9.s: Likewise.gdb_7_3-branch
6 changed files with 25 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||
#readelf: -S --wide |
|||
#name: section flags |
|||
|
|||
#... |
|||
[ ]*\[.*\][ ]+\.gnu\.lto_main[ ]+PROGBITS.*[ ]+E[ ]+.* |
|||
[ ]*\[.*\][ ]+\.gnu\.lto_\.pureconst[ ]+PROGBITS.*[ ]+E[ ]+.* |
|||
#pass |
|||
@ -0,0 +1,4 @@ |
|||
.section .gnu.lto_main,"",%progbits |
|||
.byte 0,0,0,0 |
|||
.section .gnu.lto_.pureconst,"",%progbits |
|||
.byte 0,0,0,0 |
|||
Loading…
Reference in new issue