public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: m32r: enable warnings in traps.c
@ 2024-01-11  3:38 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2024-01-11  3:38 UTC (permalink / raw)
  To: gdb-cvs

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

commit c3c79ac5c456cc45bd658eec47a2d96166ba8c41
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed Jan 10 22:36:41 2024 -0500

    sim: m32r: enable warnings in traps.c
    
    File should be clean now!

Diff:
---
 sim/Makefile.in   | 1 -
 sim/m32r/local.mk | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/sim/Makefile.in b/sim/Makefile.in
index 7de345c3356..6da4ea2a946 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -2573,7 +2573,6 @@ testsuite_common_CPPFLAGS = \
 # opc2c leaks memory, and therefore makes AddressSanitizer unhappy.  Disable
 # leak detection while running it.
 @SIM_ENABLE_ARCH_m32c_TRUE@m32c_OPC2C_RUN = ASAN_OPTIONS=detect_leaks=0 m32c/opc2c$(EXEEXT)
-@SIM_ENABLE_ARCH_m32r_TRUE@AM_CFLAGS_m32r_traps.o = -Wno-error
 @SIM_ENABLE_ARCH_m32r_TRUE@nodist_m32r_libsim_a_SOURCES = \
 @SIM_ENABLE_ARCH_m32r_TRUE@	m32r/modules.c
 
diff --git a/sim/m32r/local.mk b/sim/m32r/local.mk
index bb9c84b2bb8..2b5d67ff9eb 100644
--- a/sim/m32r/local.mk
+++ b/sim/m32r/local.mk
@@ -16,9 +16,6 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-## Some modules don't build cleanly yet.
-AM_CFLAGS_%C%_traps.o = -Wno-error
-
 nodist_%C%_libsim_a_SOURCES = \
 	%D%/modules.c
 %C%_libsim_a_SOURCES = \

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

only message in thread, other threads:[~2024-01-11  3:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11  3:38 [binutils-gdb] sim: m32r: enable warnings in traps.c 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).