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] Make debug info section relative on IA64


> On Thu, Feb 27, 2003 at 01:11:06PM -0800, Steve Ellcey wrote:
> > ! 	      if (exp->X_op == O_symbol &&
> > ! 		  exp->X_add_symbol &&
> > ! 		  (!strcmp(S_GET_NAME(exp->X_add_symbol),".debug_abbrev") ||
> > ! 		   !strcmp(S_GET_NAME(exp->X_add_symbol),".debug_line") ||
> > ! 		   !strcmp(S_GET_NAME(exp->X_add_symbol),".debug_info")))
> > ! 		code = BFD_RELOC_IA64_SECREL64LSB;
> 
> Ug.  No, please.  I'd rather we fiddled something in the
> dwarf2 bit of the assembler to dtrt.
> 
> r~

Hmm, any chance of some more help on this?  I haven't done a lot of work
in gas/binutils so I am not sure what the dwarf2 bit is or where I would
set it or what I would set it to.

Steve Ellcey
sje at cup dot hp dot com


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