diff options
author | Alan Modra <amodra@gmail.com> | 2012-12-18 13:38:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-12-18 13:38:10 +0000 |
commit | 8d708c8cad07b1d961c7d0a30040116d79134e92 (patch) | |
tree | 58b50117f0f7fe9f9e31f4d7cadf71bf5b03a3c5 /ld/testsuite/ld-scripts/pr14962.d | |
parent | 15bc576af199430c68593286e2e58e43451b8c30 (diff) | |
download | gdb-8d708c8cad07b1d961c7d0a30040116d79134e92.zip gdb-8d708c8cad07b1d961c7d0a30040116d79134e92.tar.gz gdb-8d708c8cad07b1d961c7d0a30040116d79134e92.tar.bz2 |
PR ld/14962
* ld-scripts/pr14962.d, * ld-scripts/pr14962.t,
* ld-scripts/pr14962a.s, * ld-scripts/pr14962b.s: New test.
* ld-scripts/expr.exp: Run it.
Diffstat (limited to 'ld/testsuite/ld-scripts/pr14962.d')
-rw-r--r-- | ld/testsuite/ld-scripts/pr14962.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/pr14962.d b/ld/testsuite/ld-scripts/pr14962.d new file mode 100644 index 0000000..616836d --- /dev/null +++ b/ld/testsuite/ld-scripts/pr14962.d @@ -0,0 +1,11 @@ +#ld: -Ttext=0x1000 -Tdata=0x2000 -T pr14962.t +#source: pr14962a.s +#source: pr14962b.s +#nm: -n +#notarget: rx-*-* +# the reference to x would normally generate a cross-reference error +# but the linker script converts x to absolute to avoid the error + +#... +0+2000 A x +#pass |