This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMIT] OpenBSD/mips64 target and native support



This part:


+DEPRECATED_TM_FILE= tm-nbsd.h


is no longer acceptable.



Do you have an alternate suggestion?


It seems pretty strange to me to forbid new OS ports of MIPS targets
just because every single MIPS target including the core MIPS support
still uses DEPRECATED_TM_FILE.


I'm lost, what has this to do with the MIPS? When adding any new native or target, DEPRECATED_TM_FILE is not acceptable.

The situtation we have here is identical to that we encountered when we first made it a requirement that not just new architectures, but also extensions to exsting architectures, had to be multi-arch. We set the standard and then helped developers exceed it.


Our only mistake was to "blink" when it came to the solib problem. We've been "blinking" for too many years now.

I've committed the attached,
Andrew
2004-10-31  Andrew Cagney  <cagney@gnu.org>

	* config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.

Index: config/mips/obsd64.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/obsd64.mt,v
retrieving revision 1.1
diff -p -u -r1.1 obsd64.mt
--- config/mips/obsd64.mt	23 Oct 2004 12:14:02 -0000	1.1
+++ config/mips/obsd64.mt	31 Oct 2004 18:21:28 -0000
@@ -1,3 +1,2 @@
 # Target: OpenBSD/mips64
 TDEPFILES= mips-tdep.o mips64obsd-tdep.o corelow.o solib.o solib-svr4.o
-DEPRECATED_TM_FILE= tm-nbsd.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]