public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] [testsuite] [btf] [riscv] avoid small data
@ 2022-12-01  7:39 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-12-01  7:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c31cfa77152bd66249ee582fad75e9739284bbf4

commit c31cfa77152bd66249ee582fad75e9739284bbf4
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Dec 1 04:38:44 2022 -0300

    [testsuite] [btf] [riscv] avoid small data
    
    The test doesn't expect small data sections to be used.  That's
    explicitly disabled on other platforms, but not on riscv.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/btf/btf-datasec-1.c: Avoid small data on riscv*-*-*.
    
    Change-Id: I3a7cb38b1ef6f4982f30c7a628797705281aa0df
    TN: VB12-009

Diff:
---
 gcc/testsuite/gcc.dg/debug/btf/btf-datasec-1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/debug/btf/btf-datasec-1.c b/gcc/testsuite/gcc.dg/debug/btf/btf-datasec-1.c
index 77df88648c5..0357ccc52ed 100644
--- a/gcc/testsuite/gcc.dg/debug/btf/btf-datasec-1.c
+++ b/gcc/testsuite/gcc.dg/debug/btf/btf-datasec-1.c
@@ -14,6 +14,7 @@
 /* { dg-options "-O0 -gbtf -dA -msdata=none" { target { { powerpc*-*-* } && ilp32 } } } */
 /* { dg-options "-O0 -gbtf -dA -msmall-data-limit=0" { target { riscv*-*-* } } } */
 /* { dg-options "-O0 -gbtf -dA -G0" { target { nios2-*-* } } } */
+/* { dg-options "-O0 -gbtf -dA -msmall-data-limit=0" { target { riscv*-*-* } } } */
 
 /* Check for two DATASEC entries with vlen 3, and one with vlen 1.  */
 /* { dg-final { scan-assembler-times "0xf000003\[\t \]+\[^\n\]*btt_info" 2 } } */

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

only message in thread, other threads:[~2022-12-01  7:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01  7:39 [gcc(refs/users/aoliva/heads/testme)] [testsuite] [btf] [riscv] avoid small data Alexandre Oliva

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).