asan: NULL deref in scan_unit_for_symbols
[binutils-gdb.git] / ld / testsuite / ld-d10v / reloc-012.ld
index 10b7e7cf0a02a0cafa1a46b172bb1300395269b2..87546ecd74aac9966479b44c50b9eb7440f5eb49 100644 (file)
@@ -1,10 +1,10 @@
 SECTIONS
 {
   .text 0x01014000 :
-  { 
+  {
        foo = .;
-       . = (. + 0x80004);
-       *(.text)   
+       . = (. + 0x20004);
+       *(.text)
   }
 }