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~


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