1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/cmd/5l
Russ Cox 29e93590b0 fix undefined function error.
before:
	mainstart: undefined: main·init in mainstart
	mainstart: branch out of range in mainstart
	(95)    CALL    ,0(PC) [main·init]
	mainstart: undefined: main·main in mainstart
	mainstart: branch out of range in mainstart
	(97)    CALL    ,0(PC) [main·main]
	mainstart: doasm: notfound from=6f to=6f (95)    CALL    ,
	mainstart: doasm: notfound from=6f to=6f (97)    CALL    ,
	mainstart: doasm: notfound from=6f to=6f (95)    CALL    ,
	mainstart: doasm: notfound from=6f to=6f (97)    CALL    ,
	mainstart: doasm: notfound from=6f to=6f (95)    CALL    ,
	mainstart: doasm: notfound from=6f to=6f (97)    CALL    ,

after:
	mainstart: undefined: main·init in mainstart
	mainstart: undefined: main·main in mainstart

R=r
DELTA=7  (1 added, 0 deleted, 6 changed)
OCL=31555
CL=31555
2009-07-13 16:48:09 -07:00
..
5.out.h more changes to make 5g code generation arm compatible. 2009-06-26 04:08:20 -07:00
asm.c Added ld/go.c functionality into 5l, primarily dead code 2009-06-09 20:51:53 -07:00
go.c initial morestack support for 5l. still disabled, doesn't work. 2009-06-08 20:20:35 -07:00
l.h the ld-supplied typestrings are now obsolete 2009-07-07 17:35:45 -07:00
list.c Adding more debug output when 5l encounters a bad op 2009-06-26 13:44:25 -07:00
Makefile Added ld/go.c functionality into 5l, primarily dead code 2009-06-09 20:51:53 -07:00
mkenam This is really two changes in one but given interdependencies 2009-03-25 16:31:38 -07:00
noop.c Runtime is now starting up with a dummy c program as target: 2009-06-23 11:54:23 -07:00
obj.c the ld-supplied typestrings are now obsolete 2009-07-07 17:35:45 -07:00
optab.c minor comment and debug flag for dumping all oplooks. 2009-07-02 21:35:39 -07:00
pass.c fix undefined function error. 2009-07-13 16:48:09 -07:00
span.c minor comment and debug flag for dumping all oplooks. 2009-07-02 21:35:39 -07:00
thumb.c This is really two changes in one but given interdependencies 2009-03-25 16:31:38 -07:00