gcc/libgo/go
Ian Lance Taylor c32bd276c6 cmd/go: pass -funwind-tables when compiling C code
Using -funwind-tables is necessary to permit Go code to correctly
    throw a panic through C code.  This hasn't been necessary in the past
    as -funwind-tables is the default on x86.  However, it is not the
    default for PPC AIX.
    
    Reviewed-on: https://go-review.googlesource.com/56650

From-SVN: r251179
2017-08-18 04:40:42 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/go: pass -funwind-tables when compiling C code 2017-08-18 04:40:42 +00:00
compress
container
context
crypto libgo: update to 1.8.3 release 2017-06-08 19:02:12 +00:00
database/sql libgo: update to 1.8.3 release 2017-06-08 19:02:12 +00:00
debug debug/elf: handle Alpha relocs 2017-06-21 22:39:36 +00:00
encoding
errors
exp
expvar
flag
fmt
go libgo: remove old MIPS architecture names 2017-06-21 22:11:04 +00:00
golang_org/x
hash
html
image
index/suffixarray
internal Forgot to remove this file in the last libgo commit. 2017-06-21 22:29:36 +00:00
io
log
math compiler: handle >32bit exponent in Ldexp 2017-08-09 17:15:02 +00:00
mime
net libgo: update to 1.8.3 release 2017-06-08 19:02:12 +00:00
os os: align siginfo argument to waitid 2017-06-23 17:10:18 +00:00
path
plugin
reflect
regexp
runtime runtime: better implementation of netpoll for AIX 2017-08-16 20:58:26 +00:00
sort
strconv
strings
sync
syscall syscall: call f?statfs64 on GNU/Linux 2017-07-21 20:25:13 +00:00
testing
text
time
unicode