Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Nathan J. Williams" <nathanw@wasabisystems.com>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] IBM6000_TARGET is wrong for NetBSD/powerpc
Date: Thu, 14 Aug 2003 22:13:00 -0000	[thread overview]
Message-ID: <mtuadabanvx.fsf@contents-vnder-pressvre.mit.edu> (raw)


I just remembered to dig this "local" fix out of the NetBSD
tree. NetBSD doen't want the IBM6000_TARGET-munged section
calculations either. The comment is cribbed from the similar #undef in
tm-linux.h.

I'd appreciate it if someone could check and commit this.

        - Nathan

Index: tm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/tm-nbsd.h,v
retrieving revision 1.2
diff -u -r1.2 tm-nbsd.h
--- tm-nbsd.h	22 May 2002 03:59:55 -0000	1.2
+++ tm-nbsd.h	14 Aug 2003 22:09:26 -0000
@@ -23,4 +23,8 @@
 
 #include "powerpc/tm-ppc-eabi.h"
 
+/* We _want_ the SVR4 section offset calculations (see syms_from_objfile()
+   in symfile.c) */
+#undef IBM6000_TARGET
+
 #endif /* TM_NBSD_H */


             reply	other threads:[~2003-08-14 22:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14 22:13 Nathan J. Williams [this message]
2003-08-28 14:24 ` Daniel Jacobowitz
2003-08-28 14:38   ` Jason Thorpe
2003-08-28 14:44     ` Daniel Jacobowitz
2003-08-28 15:39   ` Andrew Cagney
2003-08-28 16:10     ` Jason Thorpe
2003-08-28 16:44       ` Andrew Cagney
2003-08-28 19:54         ` Kevin Buettner
2003-09-03 20:17           ` Deprecate IBM6000_TARGET; Was: " Andrew Cagney
2003-09-03 20:25             ` Kevin Buettner
2003-09-03 20:57               ` Andrew Cagney
2003-09-03 21:15             ` Jason Thorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mtuadabanvx.fsf@contents-vnder-pressvre.mit.edu \
    --to=nathanw@wasabisystems.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox