ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / header.s
1 .text
2 .globl main
3 main:
4 .rept 0x40 - 0x15
5 .long 0xfedcba98
6 .endr
7 .data
8 .long 0x76543210
This page took 0.049737 seconds and 4 git commands to generate.