Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Issue 10252012: [MIPS] Initial checkin for MIPS changes for GOLD. (Closed)

Created:
8 years, 8 months ago by petarj
Modified:
8 years, 6 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

[MIPS] Initial checkin for MIPS changes for GOLD. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2275 TEST=pnacl/build.sh all

Patch Set 1 #

Total comments: 26

Patch Set 2 : Code updates per previous code review. #

Total comments: 3

Patch Set 3 : Code updates per second code review. #

Patch Set 4 : Minor style update. #

Patch Set 5 : Updated MIPS code w/ SH_RELA. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5530 lines, -9 lines) Patch
M gold/Makefile.am View 2 chunks +4 lines, -2 lines 0 comments Download
M gold/Makefile.in View 2 chunks +4 lines, -2 lines 0 comments Download
M gold/configure.tgt View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M gold/layout.h View 1 chunk +5 lines, -0 lines 0 comments Download
M gold/layout.cc View 1 2 3 4 3 chunks +27 lines, -1 line 0 comments Download
A gold/mips.cc View 1 2 3 4 1 chunk +5220 lines, -0 lines 0 comments Download
M gold/output.h View 1 3 chunks +13 lines, -1 line 0 comments Download
M gold/output.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gold/reloc.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M gold/symtab.h View 1 2 3 4 3 chunks +16 lines, -0 lines 0 comments Download
M gold/symtab.cc View 1 2 3 4 5 chunks +102 lines, -3 lines 0 comments Download
M gold/target.h View 1 5 chunks +22 lines, -0 lines 0 comments Download
A gold/utils.h View 1 chunk +95 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
petarj
Initial checkin for MIPS changes for GOLD. This is a cumulative patch taken from https://dmz-portal.mips.com/git/?p=gold.git
8 years, 8 months ago (2012-04-27 19:06:30 UTC) #1
robertm
http://codereview.chromium.org/10252012/diff/1/gold/layout.cc File gold/layout.cc (right): http://codereview.chromium.org/10252012/diff/1/gold/layout.cc#newcode2546 gold/layout.cc:2546: target->fix_sections(this, symtab); add a comment explaining what this does ...
8 years, 8 months ago (2012-04-27 19:46:15 UTC) #2
Aleksandar Simeonov
Here are my replies to comments before I make the changes in Gold source code. ...
8 years, 7 months ago (2012-05-08 15:21:42 UTC) #3
petarj
Here is a new patch which includes the changes requested by Robert's review. The code ...
8 years, 7 months ago (2012-05-09 15:58:07 UTC) #4
robertm
A few more suggestions otherwise LGTM (= looks good to me) Let me know when ...
8 years, 7 months ago (2012-05-11 21:50:50 UTC) #5
petarj
The style issues pointed out in the previous review have been fixed. As of maintenance ...
8 years, 7 months ago (2012-05-15 14:27:45 UTC) #6
robertm
8 years, 6 months ago (2012-06-08 20:16:50 UTC) #7
I have just committed the change

On 2012/05/15 14:27:45, petarj wrote:
> The style issues pointed out in the previous review have been fixed.
> As of maintenance and correctness of MIPS-GOLD, our buildbots will be checking
> it regularly, and we will be updating it with the already undergoing and
future
> work (mainly for mips.cc).

Powered by Google App Engine
This is Rietveld 408576698