X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ld%2Ftestsuite%2Fld-scripts%2Fmap-address.t;fp=ld%2Ftestsuite%2Fld-scripts%2Fmap-address.t;h=e077ed1cb4c97993b258d5d2c2f88dffbc3eb8d1;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hp=8f2dfebe2058ac1e0a25ad8ea5701142059ab8fd;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10;p=msp430-binutils.git diff --git a/ld/testsuite/ld-scripts/map-address.t b/ld/testsuite/ld-scripts/map-address.t index 8f2dfeb..e077ed1 100644 --- a/ld/testsuite/ld-scripts/map-address.t +++ b/ld/testsuite/ld-scripts/map-address.t @@ -1,5 +1,7 @@ SECTIONS { + def1 = DEFINED(foo) ? 0x10 : 0x20; + def2 = def1; . = 0x10001; foo = .; . += 0x200;