]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-scripts/map-address.t
Merge commit 'upstream/2.20'
[msp430-binutils.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;