Re: [wwwdocs] Two more broken links in readings.html

2013-03-30 Thread minux
Hi, the link for "CompactRISC CR16CP Architecture" on that page is also broken. As TI says document for CR16 is only available to existing customers, i'm afraid we have to remove that link.

Re: [PATCH] build: add -Wl,-rpath=path to $gmplibs (issue 7124057)

2013-01-17 Thread minux
On Fri, Jan 18, 2013 at 3:39 AM, Mike Stump wrote: > On Jan 17, 2013, at 11:11 AM, minux...@gmail.com wrote: >> some systems (notably NetBSD), doesn't place the path where libgmp, > > I think gcc should try and build and run a gmp program and fail to configure > if th

Re: [PATCH] gcc/go/gospec.c: fix static linking of Go programs (issue 7130047)

2013-01-16 Thread minux . ma
Reviewers: iant, Message: please take another look. Description: 2013-01-16 Shenghou Ma * gospec.c: pass -u pthread_create to linker when static linking. Please review this at https://codereview.appspot.com/7130047/ Affected files: M gcc/go/gospec.c Index: gcc/go/gospec.c ==

[PATCH] gcc/doc: fix two typos (issue 7159043)

2013-01-17 Thread minux . ma
Reviewers: gerald_pfeifer.com, joseph_codesourcery.com, Message: two trivial typo fixes. Description: 2013-01-16 Shenghou Ma * doc/invoke.texi: fix typo. * doc/objc.texi: fix typo. PS: my copyright assignment id is 782920. Please review this at https://codereview.appspot.c

[PATCH] build: add -Wl,-rpath=path to $gmplibs (issue 7124057)

2013-01-17 Thread minux . ma
Reviewers: bonzini_gnu.org, dj_redhat.com, neroden_gcc.gnu.org, aoliva_redhat.com, ralf.wildenhues_gmx.de, Message: some systems (notably NetBSD), doesn't place the path where libgmp, libmpfr, libmpc resides into /etc/ld.so.conf, and instead rely on the binary providing correct -rpath; this pat

[PATCH] configure: don't echo $CFLAGS (issue 7103062)

2013-01-20 Thread minux . ma
Reviewers: bonzini_gnu.org, dj_redhat.com, neroden_gcc.gnu.org, aoliva_redhat.com, ralf.wildenhues_gmx.de, jakub_redhat.com, mikestump_comcast.net, Description: 2013-01-20 Shenghou Ma * config/isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION. * configure: Re-generate. Pl