public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: local symbol 0: discarded in section `.exit.text' from drivers/built-in.o
Date: Thu, 08 Apr 2004 15:32:34 +0000	[thread overview]
Message-ID: <200404080832.34850.jbarnes@sgi.com> (raw)
In-Reply-To: <20040408003018.42418a33.akpm@osdl.org>

[-- Attachment #1: Type: text/plain, Size: 851 bytes --]

On Thursday, April 8, 2004 12:30 am, Andrew Morton wrote:
> Also, I am heartily sick of this gunk from the assembler:
>
> {standard input}:20882: Warning: This is the location of the conflicting
> usage  {standard input}:20917: Warning: Use of 'ld4' may violate RAW
> dependency 'DBR#' (data) {standard input}:20917: Warning: Only the first
> path encountering the conflict is reported {standard input}:20882: Warning:
> This is the location of the conflicting usage {standard input}:20917:
> Warning: Use of 'ld4' may violate RAW dependency 'DBR#' (data)
>
> Has that been fixed yet?  If so, which is a good version of binutils to
> start using?

H.J. said he'd fix it when he had time, I think it involves a rewrite of the 
dependency checking code in binutils.  I ended up compiling binutils with 
this hack to avoid the checks altogether.

Jesse


[-- Attachment #2: binutils-nodvcheck.patch --]
[-- Type: text/plain, Size: 522 bytes --]

--- binutils-2.14.90.0.8.orig/gas/config/tc-ia64.c	Wed Jan 14 13:07:45 2004
+++ binutils-2.14.90.0.8/gas/config/tc-ia64.c	Wed Jan 14 15:02:24 2004
@@ -6452,11 +6452,11 @@
 
     case 'x':
       /* -X conflicts with an ignored option, use -x instead */
-      md.detect_dv = 1;
+      md.detect_dv = 0;
       if (!arg || strcmp (arg, "explicit") == 0)
 	{
 	  /* set default mode to explicit */
-	  md.default_explicit_mode = 1;
+	  md.default_explicit_mode = 0;
 	  break;
 	}
       else if (strcmp (arg, "auto") == 0)

  reply	other threads:[~2004-04-08 15:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-08  7:30 local symbol 0: discarded in section `.exit.text' from Andrew Morton
2004-04-08 15:32 ` Jesse Barnes [this message]
2004-04-08 20:12 ` Randy.Dunlap
2004-04-08 23:38 ` local symbol 0: discarded in section `.exit.text' from drivers/built-in.o David Mosberger

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=200404080832.34850.jbarnes@sgi.com \
    --to=jbarnes@sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    /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