public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: bpf: fix testsuite due to linker warnings [PR sim/29954]
@ 2023-01-05  1:54 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2023-01-05  1:54 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7cbf35923d31f1f02e69131a9e0f6f065ad8053c

commit 7cbf35923d31f1f02e69131a9e0f6f065ad8053c
Author: Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
Date:   Wed Jan 4 15:41:09 2023 -0600

    sim: bpf: fix testsuite due to linker warnings [PR sim/29954]
    
    On a bpf-*-* testsuite fails:
            ./ld/ld-new: warning: test has a LOAD segment with RWX permissions
    
    Adjusting `--memory-size=10Mb' to the simulator bpf testsuite passes.
    
    Tested on bpf-*-*:
    
    Bug: https://sourceware.org/PR29954
    
    sim/testsuite:
            * bpf/allinsn.exp (SIMFLAGS_FOR_TARGET): Adjust sim flags.

Diff:
---
 sim/testsuite/bpf/allinsn.exp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sim/testsuite/bpf/allinsn.exp b/sim/testsuite/bpf/allinsn.exp
index 98f0346776a..1da0b9756c7 100644
--- a/sim/testsuite/bpf/allinsn.exp
+++ b/sim/testsuite/bpf/allinsn.exp
@@ -6,10 +6,7 @@ sim_init
 set all_machs "bpf"
 
 global SIMFLAGS_FOR_TARGET
-set SIMFLAGS_FOR_TARGET "--memory-size=4Mb"
-
-global LDFLAGS_FOR_TARGET
-set LDFLAGS_FOR_TARGET "-Ttext=0x0"
+set SIMFLAGS_FOR_TARGET "--memory-size=10Mb"
 
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
     # If we're only testing specific files and this isn't one of them, skip it.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-05  1:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05  1:54 [binutils-gdb] sim: bpf: fix testsuite due to linker warnings [PR sim/29954] Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).