Libgcc and its license

2012-10-10 Thread Gabor Loki
Hi everyone, I have a question about GCC licensing related to libgcc. I asked Nick Clifton who did a license change in the past (Thu Apr 9 15:00:19 2009 UTC - r145841) about how he did that commit, changing GPLv2 licenses to GPLv3 with GCC Runtime Exception. And he suggested me to ask the GCC ste

thumb2 support

2012-10-10 Thread Grant
Hello, I'm working with the BeagleBone and gcc-4.5.4 on Gentoo. If I try to compile the 3.6 kernel with CONFIG_THUMB2_KERNEL, I get: arch/arm/boot/compressed/head.S:127: Error: selected processor does not support requested special purpose register -- `mrs r2,cpsr' arch/arm/boot/compressed/head.S:

Re: thumb2 support

2012-10-10 Thread Ian Lance Taylor
On Wed, Oct 10, 2012 at 4:42 AM, Grant wrote: > Hello, I'm working with the BeagleBone and gcc-4.5.4 on Gentoo. If I > try to compile the 3.6 kernel with CONFIG_THUMB2_KERNEL, I get: > > arch/arm/boot/compressed/head.S:127: Error: selected processor does > not support requested special purpose re

Ann: MELT plugin 0.9.7 for GCC 4.6, 4.7 and future 4.8

2012-10-10 Thread Basile Starynkevitch
Dear All, It is my pleasure to announce the MELT plugin 0.9.7 release for GCC 4.6, 4.7 and future 4.8 You can download its source gnuzipped archive from http://gcc-melt.org/melt-0.9.7-plugin-for-gcc-4.6-or-4.7-or-4.8.tar.gz this is a gnu-zipped source tar file of 5193713 bytes of md5sum 987

Re: Libgcc and its license

2012-10-10 Thread Joseph S. Myers
On Wed, 10 Oct 2012, Gabor Loki wrote: > 2) repeat all the compilation commands related to the previous list in > the proper environment. The only thing which I have added to the > compilation command is an extra "-E" option to preprocess every sources. > 3) create a unique list of all source and

Fully flow and context sensitive points-to analysis in GCC 4.6.0

2012-10-10 Thread Uday P. Khedker
We have designed and implemented a fully flow and context sensitive points-to analysis in gcc-4.6.0. For simplicity, we have made a dynamic plugin available at http://www.cse.iitb.ac.in/grc/index.php?page=l-fcpa. This page also provides an overview of the method, and links to the paper, slides

Broken Math Resource Link on Your Site - Follow-up

2012-10-10 Thread Alexandra Sawyer
Hi Administrator, I wanted to follow up with you and make sure you had received my email I sent a little bit ago regarding the broken link on your site. If you are still updating your website, I have a similar resource that you can replace the broken link with if you are interested. Let me kno

Re: Libgcc and its license

2012-10-10 Thread Robert Dewar
On 10/10/2012 10:48 AM, Joseph S. Myers wrote: On Wed, 10 Oct 2012, Gabor Loki wrote: 2) repeat all the compilation commands related to the previous list in the proper environment. The only thing which I have added to the compilation command is an extra "-E" option to preprocess every sources.

Re: Broken Math Resource Link on Your Site - Follow-up

2012-10-10 Thread Jonathan Wakely
On Oct 10, 2012 7:10 PM, "Alexandra Sawyer" wrote: > > Hi Administrator, > > I wanted to follow up with you and make sure you had received my email I sent > a little bit ago regarding the broken link on your site. > > If you are still updating your website, I have a similar resource that you > ca

Re: Broken Math Resource Link on Your Site - Follow-up

2012-10-10 Thread Florian Weimer
* Jonathan Wakely: > The link you referred to is in an archived email sent to a GCC mailing > list. The contents of mails sent to the list are not really the > responsibility of the GCC project and editing archived posts to fix > broken links is not an option. Alexandra (probably not her real nam

Re: Libgcc and its license

2012-10-10 Thread Joseph S. Myers
On Wed, 10 Oct 2012, Robert Dewar wrote: > On 10/10/2012 10:48 AM, Joseph S. Myers wrote: > > On Wed, 10 Oct 2012, Gabor Loki wrote: > > > > > 2) repeat all the compilation commands related to the previous list in > > > the proper environment. The only thing which I have added to the > > > compil

Re: Broken Math Resource Link on Your Site - Follow-up

2012-10-10 Thread Jonathan Wakely
On 10 October 2012 21:03, Florian Weimer wrote: > * Jonathan Wakely: > >> The link you referred to is in an archived email sent to a GCC mailing >> list. The contents of mails sent to the list are not really the >> responsibility of the GCC project and editing archived posts to fix >> broken links

Re: Libgcc and its license

2012-10-10 Thread Robert Dewar
On 10/10/2012 4:16 PM, Joseph S. Myers wrote: I'm not talking about the relation between the headings textually located in a source file and the license of that source file. I'm talking about the relation between the license of a .o file and the license of .h files #included at several levels o

Re: Libgcc and its license

2012-10-10 Thread Georg-Johann Lay
Joseph S. Myers a écrit: On Wed, 10 Oct 2012, Robert Dewar wrote: On 10/10/2012 10:48 AM, Joseph S. Myers wrote: On Wed, 10 Oct 2012, Gabor Loki wrote: 2) repeat all the compilation commands related to the previous list in the proper environment. The only thing which I have added to the compi

Коллекционные монeты

2012-10-10 Thread Магазин старинных Mонет
Сайт: http://www.emmanuelbc.net/templates/ber.php E-mail: inku...@gmail.com Тел.: 7-911-924-47-78

Normalizing the bitmap APIs.

2012-10-10 Thread Lawrence Crowl
As part of our effort to make programming in GCC easier, we would like to improve the interface to bitmaps. There are three bitmap types, each with disparate operations and function names. This disparity causes problems * when changing a variable from one type to another, * when moving one's atte

Re: Fully flow and context sensitive points-to analysis in GCC 4.6.0

2012-10-10 Thread David Edelsohn
On Wed, Oct 10, 2012 at 1:56 PM, Uday P. Khedker wrote: > > We have designed and implemented a fully flow and context sensitive > points-to analysis in gcc-4.6.0. For simplicity, we have made a dynamic > plugin available at http://www.cse.iitb.ac.in/grc/index.php?page=l-fcpa. > This page also prov

Re: Fully flow and context sensitive points-to analysis in GCC 4.6.0

2012-10-10 Thread Uday P. Khedker
Hi David, This is great progress. Thanks. If I understand the experiments, your implementtion has very small cost to perform the analysis, at least for the SPEC benchmarks you are testing. Have you connected the analysis to any optimizations? Is there any improvement in performance on SPE

Re: thumb2 support

2012-10-10 Thread Grant
>> Hello, I'm working with the BeagleBone and gcc-4.5.4 on Gentoo. If I >> try to compile the 3.6 kernel with CONFIG_THUMB2_KERNEL, I get: >> >> arch/arm/boot/compressed/head.S:127: Error: selected processor does >> not support requested special purpose register -- `mrs r2,cpsr' >> arch/arm/boot/c

Re: thumb2 support

2012-10-10 Thread Ian Lance Taylor
On Wed, Oct 10, 2012 at 9:58 PM, Grant wrote: >>> Hello, I'm working with the BeagleBone and gcc-4.5.4 on Gentoo. If I >>> try to compile the 3.6 kernel with CONFIG_THUMB2_KERNEL, I get: >>> >>> arch/arm/boot/compressed/head.S:127: Error: selected processor does >>> not support requested special

Maintenance shutdown of ftp.tsukuba.wide.ad.jp

2012-10-10 Thread Kohei Takahashi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ftp.tsukuba.wide.ad.jp will maintenance shutdown due to electrical equipment inspection from October 27, 2012 00:00 JST (UTC+0900) to October 29, 2012 00:00 JST (UTC+0900). Thank you for your understanding. - -- Kohei Takahashi WIDE Project Tsu