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
c5e474dd
Commit
c5e474dd
authored
Mar 14, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5l: fix build
R=ken2 CC=golang-dev
https://golang.org/cl/4279053
parent
e6f3aa6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
softfloat.c
src/cmd/5l/softfloat.c
+1
-0
thumb.c
src/cmd/5l/thumb.c
+1
-0
No files found.
src/cmd/5l/softfloat.c
View file @
c5e474dd
...
...
@@ -4,6 +4,7 @@
#define EXTERN
#include "l.h"
#include "../ld/lib.h"
// Software floating point.
...
...
src/cmd/5l/thumb.c
View file @
c5e474dd
...
...
@@ -29,6 +29,7 @@
// THE SOFTWARE.
#include "l.h"
#include "../ld/lib.h"
static
int32
thumboprr
(
int
);
static
int32
thumboprrr
(
int
,
int
);
...
...
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