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

Issue 12938043: code review 12938043: runtime: Fix build on older ARM (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by elias.naur
Modified:
11 years, 7 months ago
Reviewers:
rsc, cshapiro1
CC:
rsc, golang-dev
Visibility:
Public.

Description

runtime: Fix build on older ARM The ARM external linking CL used BLX instructions in gcc assembler. Replace with BL to retain support on older ARM processors.

Patch Set 1 #

Patch Set 2 : diff -r 52572649a0d2 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 52572649a0d2 https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/pkg/runtime/cgo/gcc_arm.S View 1 1 chunk +2 lines, -2 lines 1 comment Download

Messages

Total messages: 8
elias.naur
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 7 months ago (2013-08-14 17:25:45 UTC) #1
rsc
LGTM
11 years, 7 months ago (2013-08-14 17:45:05 UTC) #2
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=0c3151a90023 *** runtime: Fix build on older ARM The ARM external linking ...
11 years, 7 months ago (2013-08-14 17:50:28 UTC) #3
cshapiro1
https://codereview.appspot.com/12938043/diff/6001/src/pkg/runtime/cgo/gcc_arm.S File src/pkg/runtime/cgo/gcc_arm.S (right): https://codereview.appspot.com/12938043/diff/6001/src/pkg/runtime/cgo/gcc_arm.S#newcode28 src/pkg/runtime/cgo/gcc_arm.S:28: bl r5 // setmg(m, g) I am not certain ...
11 years, 7 months ago (2013-08-14 19:47:49 UTC) #4
rsc
On Wed, Aug 14, 2013 at 3:47 PM, <cshapiro@google.com> wrote: > > https://codereview.appspot.**com/12938043/diff/6001/src/** > pkg/runtime/cgo/gcc_arm.S<https://codereview.appspot.com/12938043/diff/6001/src/pkg/runtime/cgo/gcc_arm.S> ...
11 years, 7 months ago (2013-08-14 19:53:01 UTC) #5
cshapiro1
On Wed, Aug 14, 2013 at 12:52 PM, Russ Cox <rsc@golang.org> wrote: > This change ...
11 years, 7 months ago (2013-08-14 19:57:47 UTC) #6
rsc
On Wed, Aug 14, 2013 at 3:57 PM, Carl Shapiro <cshapiro@google.com> wrote: > On Wed, ...
11 years, 7 months ago (2013-08-14 20:05:04 UTC) #7
cshapiro1
11 years, 7 months ago (2013-08-14 20:07:49 UTC) #8
On Wed, Aug 14, 2013 at 1:05 PM, Russ Cox <rsc@golang.org> wrote:

> Sure. A good place for it would be src/cmd/go/build.go's gccArchArgs.
>

The fix seems to be adding -march=armv5t to those flags.  I will send out a
change later.
Sign in to reply to this message.

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