1
0
mirror of https://github.com/golang/go synced 2024-10-03 23:21:22 -06:00
go/src/cmd/gc
Russ Cox 6ee91ced92 cmd/pack: rename __.SYMDEF to __.GOSYMDEF
This fixes a problem with ELF tools thinking they know the
format of the symbol table, as we do not use any of the
standard formats for that table.

This change will probably annoy the Plan 9 users, but I
believe there are other incompatibilities already that mean
they have to use a Go-specific nm.

Fixes #3473.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6500117
2012-09-13 10:26:21 -04:00
..
align.c gc: Nicer errors before miscompiling. 2012-01-10 11:19:22 +01:00
bisonerrors gc: support for building with Plan 9 yacc 2011-11-16 16:58:02 -05:00
bits.c gc: format nits 2011-11-07 11:42:08 -05:00
builtin.c cmd/gc: Inline pointer sized T2I interface conversions 2012-09-11 21:42:30 +02:00
closure.c cmd/gc: introduce hidden closure functions earlier 2012-06-04 17:07:59 -04:00
const.c cmd/gc: recognize small TPTR64 values as small integer constants. 2012-09-11 19:45:28 +10:00
cplx.c cmd/gc: contiguous loop layout 2012-05-30 18:07:39 -04:00
dcl.c cmd/gc: point "no new variables" error at right line number. 2012-07-29 22:24:19 -04:00
doc.go cmd/gc: limit data disassembly to -SS 2012-06-07 12:05:34 -04:00
esc.c cmd/gc: fix escape analysis bug with variable capture in loops. 2012-08-31 22:23:37 +02:00
export.c gc: return of ideal bool 2012-02-21 22:54:07 -05:00
fmt.c cmd/gc: fix inlining bug with receive operator. 2012-08-01 00:45:26 +02:00
gen.c cmd/gc: Inline pointer sized T2I interface conversions 2012-09-11 21:42:30 +02:00
go.errors gc: improve error message for composite literals with unexpected newlines 2012-04-02 11:00:55 -04:00
go.h gc: generate garbage collection info for types 2012-09-12 12:08:27 -04:00
go.y cmd/gc: point "no new variables" error at right line number. 2012-07-29 22:24:19 -04:00
init.c gc: changes in export format in preparation of inlining. 2011-12-05 14:40:19 -05:00
inl.c cmd/gc: preserve side effects during inlining of function with _ argument 2012-06-07 01:54:07 -04:00
lex.c cmd/pack: rename __.SYMDEF to __.GOSYMDEF 2012-09-13 10:26:21 -04:00
Makefile build: update Makefile to track source code dependencies better 2012-03-13 03:31:11 +08:00
md5.c gc: shuffle #includes 2011-08-25 16:25:10 -04:00
md5.h the last bug involving type hashes 2009-09-02 09:09:32 -07:00
mkbuiltin gc: fix comment in mkbuiltin 2012-02-14 16:27:35 -05:00
mkbuiltin1.c gc: delete old unsafe functions 2012-02-13 15:37:35 -05:00
mkopnames gc: use octal escapes in mkopnames 2012-01-31 18:15:42 -08:00
mparith1.c cmd/gc: export constants in hexadecimal 2012-05-22 13:53:38 -04:00
mparith2.c cmd/gc: error on constant shift overflows. 2012-02-16 00:19:42 +01:00
mparith3.c gc: make constant arith errors a little more friendly 2012-02-11 00:50:56 -05:00
obj.c cmd/gc: cache itab lookup in convT2I. 2012-07-03 09:09:05 +10:00
order.c cmd/gc: forgotten recursion on ninit itself in order.c 2012-01-26 15:10:24 +01:00
pgen.c gc, 8g, 8l: fix a handful of warnings 2012-02-12 23:07:31 -08:00
range.c cmd/gc: fix parallel assignment in range 2012-05-24 23:05:36 -04:00
reflect.c gc: generate garbage collection info for types 2012-09-12 12:08:27 -04:00
runtime.go cmd/gc: Inline pointer sized T2I interface conversions 2012-09-11 21:42:30 +02:00
select.c gc: introduce temp = nod+tempname 2011-09-02 15:35:16 -04:00
sinit.c cmd/gc: fix initialization order involving method calls. 2012-07-30 09:14:49 +02:00
subr.c cmd/gc: Don't claim type assertion would help when it wont. 2012-08-15 16:53:06 -07:00
swt.c cmd/gc: accept switches on comparable arrays. 2012-08-03 21:47:26 +02:00
typecheck.c cmd/gc: Suggest *T in error for x.(T) if it would work. 2012-09-01 13:52:55 -04:00
unsafe.c gc: keep pointer to original node in constant rewrites. 2011-12-07 16:18:50 -05:00
unsafe.go gc: delete old unsafe functions 2012-02-13 15:37:35 -05:00
walk.c cmd/gc: Inline pointer sized T2I interface conversions 2012-09-11 21:42:30 +02:00
y.tab.c cmd/gc: point "no new variables" error at right line number. 2012-07-29 22:24:19 -04:00
y.tab.h cmd/gc: point "no new variables" error at right line number. 2012-07-29 22:24:19 -04:00
yerr.h gc: improve error message for composite literals with unexpected newlines 2012-04-02 11:00:55 -04:00