diff options
author | Tristan Gingold <gingold@adacore.com> | 2008-10-03 14:13:37 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2008-10-03 14:13:37 +0000 |
commit | 5d54918415053d7dbb6a5b8ea241102812b92bd5 (patch) | |
tree | 23c504509b4008e4e1bcccf729790d7c2ad9dda7 | |
parent | 29b9ceead4de5aac9be66c31838bd65ada3e9db2 (diff) | |
download | gdb-5d54918415053d7dbb6a5b8ea241102812b92bd5.zip gdb-5d54918415053d7dbb6a5b8ea241102812b92bd5.tar.gz gdb-5d54918415053d7dbb6a5b8ea241102812b92bd5.tar.bz2 |
2008-10-03 Tristan Gingold <gingold@adacore.com>
* ld-elf/stab.d: Don't run on alpha (to avoid relocation
overflow on 64 bits targets whose stab values is 32 bits).
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/stab.d | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 444134c..634d938 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-10-03 Tristan Gingold <gingold@adacore.com> + + * ld-elf/stab.d: Don't run on alpha (to avoid relocation + overflow on 64 bits targets whose stab values is 32 bits). + 2008-10-03 H.J. Lu <hongjiu.lu@intel.com> PR ld/6931 diff --git a/ld/testsuite/ld-elf/stab.d b/ld/testsuite/ld-elf/stab.d index 6676238..346640d 100644 --- a/ld/testsuite/ld-elf/stab.d +++ b/ld/testsuite/ld-elf/stab.d @@ -2,7 +2,10 @@ #as: -gstabs #readelf: -S --wide #ld: -#notarget: ia64-*-* +#notarget: "ia64-*-*" "alpha*" + +# Disabled on alpha because the entry point may be above 4GB but the stabs +# value on 32 bits. #... \[[0-9 ][0-9]\] \.stab +PROGBITS +0+ [0-9a-f]+ [0-9a-f]+ [0-9a-f]+ +[1-9]+ +0.* |