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]

Relocation question...


Hi,
I'm working on binutils 020317 and I need to relocate
in a special way :
for example I'd like to relocate any symbol by 2 but
only symbol :
If I got this expression :
   jump a+2
and a is 0x02 then I'd like to have it finally like
this : 
   jump 0x01+2
at the mompent the only thing I got is a complete
relocation :
   jump a+2 => jump 0x01+1

Does anybody knows a way to do it??
Thanks for all help
Pierre

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


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