PowerPC PIC vs. DLL TLS issues
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / map-address.t
index 8f2dfebe2058ac1e0a25ad8ea5701142059ab8fd..e077ed1cb4c97993b258d5d2c2f88dffbc3eb8d1 100644 (file)
@@ -1,5 +1,7 @@
 SECTIONS
 {
+  def1 = DEFINED(foo) ? 0x10 : 0x20;
+  def2 = def1;
   . = 0x10001;
   foo = .;
   . += 0x200;
This page took 0.025219 seconds and 4 git commands to generate.