All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: torvalds@osdl.org
Cc: pavel@suse.cz, axboe@suse.de, bug-binutils@gnu.org,
	linux-kernel@vger.kernel.org
Subject: Re: ionice kills vanilla 2.6.0-test9 was [Re: [PATCH] cfq + io priorities (fwd)]
Date: Wed, 26 Nov 2003 20:06:00 +0000	[thread overview]
Message-ID: <m3ptfehp3r.fsf@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0311211455510.13789-100000@home.osdl.org> (Linus Torvalds's message of "Fri, 21 Nov 2003 15:05:23 -0800 (PST)")

Hi Linus,

> You can trivially see if with a simple assembly file like
>
> 	start:
> 		.long 1,2,3,a
> 	a=(.-start)/4
>
> where 2.13.90 as shipped by SuSE will get it right (and generate a
> list of 1,2,3,4), while 2.14.90 from Fedora core will generate
> 1,2,3,16.

It appears that the 2.14.90.0.6 release of binutils used with the
Fedora code needs the patch below applied.  This patch has been
committed to the 2_14 branch and the mainline binutils sources.

Cheers
        Nick Clifton
        Binutils Maintainer

-----------------------------------------------------------------------
gas/ChangeLog
2003-04-30  Alan Modra  <amodra@bigpond.net.au>

	* app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22 changes.

Index: gas/app.c
===================================================================
RCS file: /repositories/repositories/sourceware/src/gas/app.c,v
retrieving revision 1.23
diff -c -3 -p -r1.23 app.c
*** gas/app.c	23 Apr 2003 17:51:41 -0000	1.23
--- gas/app.c	26 Nov 2003 20:02:32 -0000
*************** do_scrub_chars (get, tostart, tolen)
*** 1294,1300 ****
  	    }
  	  else if (state == 1)
  	    {
- 	      if (IS_SYMBOL_COMPONENT (ch))
  		state = 2;	/* Ditto.  */
  	    }
  	  else if (state == 9)
--- 1294,1299 ----


  parent reply	other threads:[~2003-11-26 20:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20031113124510.GZ643@openzaurus.ucw.cz>
2003-11-21 15:39 ` ionice kills vanilla 2.6.0-test9 was [Re: [PATCH] cfq + io priorities (fwd)] Pavel Machek
2003-11-21 20:14   ` Jens Axboe
2003-11-24  3:44     ` Benjamin Herrenschmidt
2003-11-21 22:45   ` Linus Torvalds
2003-11-21 23:05     ` Linus Torvalds
2003-11-21 23:33       ` Linus Torvalds
2003-11-22 11:04         ` Jamie Lokier
2003-11-22  4:42       ` Alan Modra
2003-11-26 20:06       ` Nick Clifton [this message]
2003-11-26 20:23         ` Jakub Jelinek

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=m3ptfehp3r.fsf@redhat.com \
    --to=nickc@redhat.com \
    --cc=axboe@suse.de \
    --cc=bug-binutils@gnu.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@suse.cz \
    --cc=torvalds@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.