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: H8300-elf-as DWARF problem preliminary analysis


The work around fix:
	I'm able to fix the problem
	by adding following lines in tc_gen_reloc	
	of tc-h8300.c

line 1678:
  	if (fixp->fx_subsy)
  	{
      	rel->addend -= S_GET_VALUE (fixp->fx_subsy);
	      fixp->fx_subsy = 0;
	}

	Is it safe? Please comment.

Thanks and Regards.
Nitin.

> -----Original Message-----
> From: Nick Clifton [mailto:nickc@redhat.com]
> Sent: Friday, August 09, 2002 11:05 PM
> To: Nitin Gupta, Noida
> Cc: binutils@sources.redhat.com
> Subject: Re: H8300-elf-as DWARF problem preliminary analysis
> 
> 
> Hi Nitin,
> 
> > 	This is in reference to my previous posting:
> > 	http://sources.redhat.com/ml/binutils/2002-08/msg00050.html
> 
> Can you send a *small* test case to reproduce this problem, along with
> directions on how to compile/assemble it please ?
> 
> Cheers
>         Nick
> 


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