1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src
Ian Lance Taylor 1f09cc25a1 runtime: skip functions with no lines when building src line table
Avoid getting out of synch when a function, such as main.init,
has no associated line number information.  Without this the
function before main.init can skip the PC all the way to the
next function, which will cause the next function's line table
to be associated with main.init, and leave subsequent
functions with the wrong line numbers.

R=rsc
CC=golang-dev
https://golang.org/cl/4426055
2011-04-21 08:32:58 -07:00
..
cmd gc: another pointer to interface message 2011-04-21 08:20:29 -04:00
lib9 lib9/create.c: delete unused variable 2011-04-13 23:12:48 -07:00
libbio
libmach libmach: fix warnings. 2011-04-14 23:58:08 -04:00
pkg runtime: skip functions with no lines when building src line table 2011-04-21 08:32:58 -07:00
all-qemu.bash build: add all-qemu.bash, handful of arm fixes 2011-03-27 23:39:42 -04:00
all.bash
clean.bash
env.bash
make.bash
Make.ccmd
Make.clib
Make.cmd
Make.common make: prevent rm provoking 'text file busy' errors. 2011-04-15 08:25:44 -04:00
Make.inc
Make.pkg src/pkg/Makefile: trim per-directory make output except on failure 2011-04-06 15:06:28 -04:00
quietgcc.bash build: use gcc -Werror 2011-04-13 16:18:09 -04:00
run.bash run.bash: remove redundant rebuilds 2011-04-20 18:19:22 -04:00
sudo.bash
version.bash version.bash: strip changeset hash from 'hg tags' output 2011-04-04 10:06:09 +10:00