Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
72bc37c1
Commit
72bc37c1
authored
Mar 24, 2010
by
Dean Prichard
Committed by
Russ Cox
Mar 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: fix build
R=kaib, rsc CC=golang-dev
https://golang.org/cl/627045
parent
456642ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gobj.c
src/cmd/5g/gobj.c
+2
-2
golden-arm.out
test/golden-arm.out
+2
-3
No files found.
src/cmd/5g/gobj.c
View file @
72bc37c1
...
...
@@ -498,12 +498,12 @@ gdatacomplex(Node *nam, Mpcplx *cval)
w
=
types
[
w
]
->
width
;
p
=
gins
(
ADATA
,
nam
,
N
);
p
->
from
.
scale
=
w
;
p
->
reg
=
w
;
p
->
to
.
type
=
D_FCONST
;
p
->
to
.
dval
=
mpgetflt
(
&
cval
->
real
);
p
=
gins
(
ADATA
,
nam
,
N
);
p
->
from
.
scale
=
w
;
p
->
reg
=
w
;
p
->
from
.
offset
+=
w
;
p
->
to
.
type
=
D_FCONST
;
p
->
to
.
dval
=
mpgetflt
(
&
cval
->
imag
);
...
...
test/golden-arm.out
View file @
72bc37c1
...
...
@@ -59,7 +59,7 @@ do break
broke
=========== fixedbugs/bug081.go
fixedbugs/bug081.go:9:
fatal error: typecheck
loop
fixedbugs/bug081.go:9:
typechecking
loop
=========== fixedbugs/bug093.go
M
...
...
@@ -80,11 +80,10 @@ panic PC=xxx
[1] Segmentation fault "${@}"
=========== fixedbugs/bug154.go
??none??: $GOROOT/pkg/linux_arm/strconv.a: failed to load: os.ERANGE
[1] Segmentation fault "${@}"
BUG: should not panic
=========== fixedbugs/bug206.go
??none??: $GOROOT/pkg/linux_arm/strconv.a: failed to load: os.ERANGE
BUG: bug206
=========== helloworld.go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment