* ld-scripts/crossref.exp: Allow foo to have a leading dot.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross1.t
index 7636b787496e213859f7efe860c73e1801883ff3..11efa134e5a1a278d4193b193f6692489c5f32b1 100644 (file)
@@ -2,6 +2,7 @@ NOCROSSREFS ( .text .data )
 SECTIONS
 {
   .toc  : { *(.toc) }
+  .opd  : { *(.opd) }
   .text : { tmpdir/cross1.o }
   .data : { tmpdir/cross2.o }
 }
This page took 0.023028 seconds and 4 git commands to generate.