diff options
Diffstat (limited to 'lld/test/ELF/linkerscript/extend-pt-load.s')
| -rw-r--r-- | lld/test/ELF/linkerscript/extend-pt-load.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/ELF/linkerscript/extend-pt-load.s b/lld/test/ELF/linkerscript/extend-pt-load.s index 7a098cbbd0e..f9a77c8c12b 100644 --- a/lld/test/ELF/linkerscript/extend-pt-load.s +++ b/lld/test/ELF/linkerscript/extend-pt-load.s @@ -7,6 +7,7 @@ # First, run a test with no such section. # RUN: echo "SECTIONS { \ +# RUN: . = SIZEOF_HEADERS; \ # RUN: .dynsym : { } \ # RUN: .hash : { } \ # RUN: .dynstr : { } \ @@ -27,6 +28,7 @@ # cover the padding bits created by ALIGN. # RUN: echo "SECTIONS { \ +# RUN: . = SIZEOF_HEADERS; \ # RUN: .dynsym : { } \ # RUN: .hash : { } \ # RUN: .dynstr : { } \ @@ -49,6 +51,7 @@ # of the section. That is, handle the above like the following test. # RUN: echo "SECTIONS { \ +# RUN: . = SIZEOF_HEADERS; \ # RUN: .dynsym : { } \ # RUN: .hash : { } \ # RUN: .dynstr : { } \ |

