diff options
Diffstat (limited to 'ld/testsuite/ld-selective/keepdot0.d')
-rw-r--r-- | ld/testsuite/ld-selective/keepdot0.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/keepdot0.d b/ld/testsuite/ld-selective/keepdot0.d new file mode 100644 index 0000000..e275080 --- /dev/null +++ b/ld/testsuite/ld-selective/keepdot0.d @@ -0,0 +1,11 @@ +#source: keepdot.s +#ld: --gc-sections -Bstatic -e _start -T$srcdir/$subdir/keepdot0.ld +#name: Preserve explicit . = 0 +#objdump: -h + +# Check that GC:ing does not mess up the value for dot when specified +# as 0. + +#... +[ ]+.[ ]+\.myinit[ ]+0+[48][ ]+0+[ ]+0+ .* +#pass |