gcc/gcc/go
Ian Lance Taylor 7b9f5ceef1 runtime: don't crash if signal handler info argument is nil
Apparently on Solaris 10 a SA_SIGINFO signal handler can be invoked with
    a nil info argument.  I would not have believed it but I've now seen it
    happen, and the sigaction man page actually says "If the second argument
    is not equal to NULL, it points to a siginfo_t structure...."  So, if
    that happens, don't crash.
    
    Also fix another case where we want to make sure that &T{} does not
    allocate.
    
    Reviewed-on: https://go-review.googlesource.com/33150

From-SVN: r242403
2016-11-14 23:16:04 +00:00
..
gofrontend runtime: don't crash if signal handler info argument is nil 2016-11-14 23:16:04 +00:00
ChangeLog go-lang.c: remove a redundant cast 2016-10-25 14:47:38 +00:00
Make-lang.in compiler: better abstraction layer for diagnostics. 2016-09-23 19:36:45 +00:00
README.gcc
config-lang.in * config-lang.in (lang_requires_boot_languages): Delete. 2016-10-10 07:18:07 +00:00
gccgo.texi compiler: add -fgo-c-header=FILE to create a C header 2016-08-30 03:27:43 +00:00
go-backend.c Move MEMMODEL_* from coretypes.h to memmodel.h 2016-10-13 14:17:52 +00:00
go-c.h compiler: move Backend/Linemap creation out of front end. 2016-10-11 00:11:43 +00:00
go-gcc-diagnostics.cc compiler: better abstraction layer for diagnostics. 2016-09-23 19:36:45 +00:00
go-gcc.cc compiler: move Backend/Linemap creation out of front end. 2016-10-11 00:11:43 +00:00
go-gcc.h compiler: move Backend/Linemap creation out of front end. 2016-10-11 00:11:43 +00:00
go-lang.c go-lang.c: remove a redundant cast 2016-10-25 14:47:38 +00:00
go-linemap.cc compiler: move Backend/Linemap creation out of front end. 2016-10-11 00:11:43 +00:00
go-location.h compiler: better abstraction layer for diagnostics. 2016-09-23 19:36:45 +00:00
go-sha1.cc compiler: add abstraction layer for sha1 checksums. 2016-09-09 18:27:42 +00:00
go-system.h compiler: better abstraction layer for diagnostics. 2016-09-23 19:36:45 +00:00
gospec.c Update copyright years. 2016-01-04 15:30:50 +01:00
lang-specs.h Update copyright years. 2016-01-04 15:30:50 +01:00
lang.opt compiler: add -fgo-c-header=FILE to create a C header 2016-08-30 03:27:43 +00:00

README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.