Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 124 and Version 125 of GSoC/2017


Ignore:
Timestamp:
08/09/17 14:34:27 (7 years ago)
Author:
Cillian O'Donnell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v124 v125  
    107107* Aug 2:
    108108  * This week I got the _coverage macro back working and inadvertently fixed the lock-up problem by getting everything prepared for the merge. There was an issue with symbols differing in size from jump tables being added to the end of them in some <test>.exe objdump's. I cleared up the error messages and the size discrepancy by adding another symbol ending possibility '_end'. Unfortunately I just realised this morning that it cleared up the messages but there is no branch info in the reports now. It must be chopping things up in other places as well. Back to the drawing board with this one. I'll have to find a more focused check for the jump tables. Also Chris took a second look at the code and gave a thorough review, I'm working through his list of points at the moment.
     109* Aug 9:
     110  * This week was spent mostly going through the issues listed by Chris in the second review. I've fixed everything mentioned. As myself and Joel have filled Chris in on how the process is working, a few other issues have emerged, like cleaning up temporary files in the event of a crash and a possible change of symbol_sets.cfg to INI format. So I've a new list to work on for this week. Also I spent yesterday trying to get rid of the jump-tables being added to the end of symbols in the objdump again.. I have a better check for this now but it still needs some fine tuning. It's had some strange knock-on effect with the a failure of sed to generate the objdump for psxtmclocknanosleep01.exe. I think what I have is mostly right I just have to catch some edge case here.
    109111
    110112== Denis Obrezkov ==