This is the mail archive of the binutils@sourceware.org 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: [Suggestion] about h8/300 architecture in gcc and binutils


On 09/13/2013 01:09 AM, Jeff Law wrote:
> On 09/11/2013 10:38 PM, Chen Gang wrote:
>> Hello all:
>>
>> I have send the related issues to "http://gcc.gnu.org/bugzilla";, please
>> check if you like, thanks.
>>
>> currently, I only send 3 bugs: Bug58256, Bug58400, Bug58401, the other
>> bugs may duplicate with these bugs, so I do not send (if they are also
>> valuable, I will send too).
>>
>>
>> Next, I should analyse them (better with another related members), my
>> analyzing way is:
>>
>>    compare it with another correct compiler (e.g x86 compiler) by code and by debugging.
>>
>> Wish one of these bugs can be fixed by us within a week (although I am
>> not quite sure for it: I have no experience for compiler development).
> Please include the preprocessed source.  The easiest way to get that is
> to add the "-save-temps" option to the command line.  That will create a
> .i file which is the self-contained preprocessed code.  We need that to
> be able to debug these issues.
> 

OK, thanks.

I put related ".i" files to all related bugs, please check, thanks.

Hmm... for myself, during this week end, I shall:

  1. construct the related environments.
       make x86, h8300 cross-compiler (disable-release, enable-debug).
       let them compile the same file which can cause issue under h8300.

  2. learn about these .i files.
       know about .i files.
       compare the related .i files between x86, arm, h8300.
       know the direct cause.

  3. can debug gcc (may with .i file) with gdb.

Welcome any additional information or suggestions. :-)

> jeff
> 
> 
> 

Thanks
-- 
Chen Gang


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