Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-aligned.t
index 5f6a38d8889b15d09868bb093c0d2ba4e98c17af..0073f13fa6f9a41d32ec20121d50a3e5e8c7940f 100644 (file)
@@ -1,5 +1,6 @@
 SECTIONS
 {
+  . = SIZEOF_HEADERS;
   .text : { *(.text) }
   /* Alignment at beginning shouldn't result in empty section being kept.  */
   .text1 ALIGN (4096) :
This page took 0.023914 seconds and 4 git commands to generate.