Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / flags1.d
1 #name: --set-section-flags test 1 (sections)
2 #ld: -Tflags1.ld
3 #objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
4 #readelf: -S --wide
5
6 #...
7 Section Headers:
8 #...
9 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX.*
10 \[[ 0-9]+\] \.post_text_reserve.*[ \t]+PROGBITS[ \t0-9a-f]+AX.*
11 #pass
This page took 0.041909 seconds and 4 git commands to generate.