public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: iq2000: drop unused cpu define logic
@ 2023-01-01 19:10 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2023-01-01 19:10 UTC (permalink / raw)
  To: gdb-cvs

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

commit 701ea7a25624f048c3309a19f4e15fbbd08546a0
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Jan 1 14:05:57 2023 -0500

    sim: iq2000: drop unused cpu define logic
    
    These defines seem to have been added in anticipation of adding another
    cpu port (IQ10BF?), but that was over 20 years ago, and that port has
    yet to materialize.  So drop these compile flags since they don't do
    anything to the generated code.  If another port ever shows up, it's
    easy enough to readd things as needed.

Diff:
---
 sim/iq2000/Makefile.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in
index 5f81be5c5b4..ca03dfa7825 100644
--- a/sim/iq2000/Makefile.in
+++ b/sim/iq2000/Makefile.in
@@ -26,18 +26,12 @@ SIM_OBJS = \
 	sim-if.o arch.o \
 	$(IQ2000_OBJS)
 
-ALL_CPU_CFLAGS = -DHAVE_CPU_IQ2000BF -DHAVE_CPU_IQ10BF
-
 SIM_EXTRA_CLEAN = iq2000-clean
 
 ## COMMON_POST_CONFIG_FRAG
 
 arch = iq2000
 
-arch.o: arch.c
-	$(COMPILE) -UHAVE_CPU_IQ10BF $(srcdir)/arch.c
-	$(POSTCOMPILE)
-
 # IQ2000 objs
 
 iq2000-clean:

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

only message in thread, other threads:[~2023-01-01 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-01 19:10 [binutils-gdb] sim: iq2000: drop unused cpu define logic 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).