Bug 469946 - [TCF][agent] TCF agent does not handle EM_PPC64 idiosyncrasies.
Summary: [TCF][agent] TCF agent does not handle EM_PPC64 idiosyncrasies.
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.3   Edit
Hardware: Power PC All
: P3 normal (vote)
Target Milestone: 1.4   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 09:54 EDT by Vincent Hue CLA
Modified: 2015-06-16 03:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hue CLA 2015-06-11 09:54:19 EDT
TCF agent code handles EM_PPC and EM_PPC64 equally. 
It is necessary to handle EM_PPC64 peculiarities, such as relocations 
and register number (LR in particular). 

propose code change : 
https://git.eclipse.org/r/50016
Comment 1 Eugene Tarassov CLA 2015-06-11 14:38:14 EDT
Submitted.
Thanks!