This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi!
On Sat, 15 Dec 2012 11:31:28 +0100, I wrote:
> * ld-elf/elf.exp (stack exec, stack size): Run for any GNU target.
> diff --git ld/testsuite/ld-elf/elf.exp ld/testsuite/ld-elf/elf.exp
> index a33e3b6..8652131 100644
> --- ld/testsuite/ld-elf/elf.exp
> +++ ld/testsuite/ld-elf/elf.exp
> @@ -126,7 +126,8 @@ if { [check_gc_sections_available] && ![istarget "v850-*-*"] } {
> }
> }
>
> -if { [istarget *-*-*linux*] } {
> +if { [istarget *-*-linux*]
> + || [istarget *-*-gnu*] } {
... and the following copy'n'paste-o fix on top:
Index: ld/testsuite/ld-elf/elf.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/elf.exp,v
retrieving revision 1.40
diff -u -p -r1.40 elf.exp
--- ld/testsuite/ld-elf/elf.exp 15 Dec 2012 10:28:17 -0000 1.40
+++ ld/testsuite/ld-elf/elf.exp 15 Dec 2012 10:33:41 -0000
@@ -126,7 +126,7 @@ if { [check_gc_sections_available] && ![
}
}
-if { [istarget *-*-linux*]
+if { [istarget *-*-*linux*]
|| [istarget *-*-gnu*] } {
run_ld_link_tests {
{"stack exec" "-z execstack" "" {stack.s}
GrÃÃe,
Thomas
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |