Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(44)

Issue 49260043: code review 49260043: libmach: use Go's ureg headers on Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by 0intro
Modified:
11 years, 6 months ago
Reviewers:
rsc, bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

libmach: use Go's ureg headers on Plan 9 The CL 49090043 renamed Ureg structures to Ureg386, UregArm and UregAmd64. This broke build on Plan 9, since ureg_x86.h includes /386/include/ureg.h, which declares a structure named Ureg instead of Ureg386.

Patch Set 1 #

Patch Set 2 : diff -r 388147b8c94b https://code.google.com/p/go #

Patch Set 3 : diff -r 388147b8c94b https://code.google.com/p/go #

Patch Set 4 : diff -r db15aed35700 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M include/plan9/ureg_amd64.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/plan9/ureg_arm.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/plan9/ureg_x86.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
0intro
Hello golang-codereviews@googlegroups.com (cc: rsc), I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago (2014-01-08 21:14:32 UTC) #1
bradfitz
I thought the plan9 version of Go was moving towards just using the Go libraries ...
11 years, 6 months ago (2014-01-08 21:20:05 UTC) #2
0intro
> I thought the plan9 version of Go was moving towards just using the Go ...
11 years, 6 months ago (2014-01-08 21:30:24 UTC) #3
bradfitz
LGTM
11 years, 6 months ago (2014-01-08 21:31:18 UTC) #4
0intro
*** Submitted as https://code.google.com/p/go/source/detail?r=db95cbe91420 *** libmach: use Go's ureg headers on Plan 9 The CL ...
11 years, 6 months ago (2014-01-08 22:34:18 UTC) #5
rsc
LGTM Can't you just delete these files?
11 years, 6 months ago (2014-01-09 01:08:30 UTC) #6
0intro
> Can't you just delete these files? In the present state, we can't, since we ...
11 years, 6 months ago (2014-01-09 06:40:18 UTC) #7
0intro
I've created CL 49680043, which should remove the need of #include "../xxx.h" headers. I'm not ...
11 years, 6 months ago (2014-01-09 08:22:27 UTC) #8
rsc
11 years, 6 months ago (2014-01-09 14:34:48 UTC) #9
Don't worry about it then. Libmach will be gone soon.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b