This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: [PATCH] Fix s390{,x} ld-size-1 failures (take 2)


On Wed, May 05, 2004 at 07:05:30AM +0200, Jakub Jelinek wrote:
> On Wed, May 05, 2004 at 03:53:53PM +0930, Alan Modra wrote:
> > On Tue, May 04, 2004 at 02:41:25PM +0200, Jakub Jelinek wrote:
> > > 	* config/tc-s390.h (md_do_align): Pass (1 << n) - 1 instead of 15
> > > 	as max_chars to frag_var.
> > 
> > I don't think this is the right fix.  It looks to me that s390 shouldn't
> > be defining md_do_align or HANDLE_ALIGN, as s390 gas doesn't do special
> > nop fill patterns.
> 
> Like this?

Exactly.  Please wait on an OK from Martin though.

> 	* tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
> 	(NOP_OPCODE): Define.
> 	(s390_align_code): Remove prototype.
> 	* tc-s390.c (s390_align_code): Remove.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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