From 89aa37dc3c71666d0ff05e96ea84e195d049a226 Mon Sep 17 00:00:00 2001
From: Jozef Lawrynowicz <jozef.l@mittosystems.com>
Date: Mon, 11 May 2020 16:58:11 +0100
Subject: [PATCH] MSP430: Allow .bss section to be created in
region-attribute-misuse test
2020-05-12 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* gcc.target/msp430/region-attribute-misuse.c: Allow a .bss section to
be created.
---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
@@ -1,3 +1,8 @@
+2020-05-12 Jozef Lawrynowicz <jozef.l@mittosystems.com>
+
+ * gcc.target/msp430/region-attribute-misuse.c: Allow a .bss section to
+ be created.
+
2020-05-12 Martin Liska <mliska@suse.cz>
PR sanitizer/95033
@@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-mcpu=msp430" "-mlarge" "-mcode-region=*" "-mdata-region=*" } { "" } } */
-/* { dg-final { scan-assembler-not ".section.*bss" } } */
/* { dg-final { scan-assembler ".section.*upper.data" } } */
/* { dg-final { scan-assembler ".section.*lower.data" } } */
/* { dg-final { scan-assembler ".section.*either.data" } } */
--
2.17.1