Re: I am work with lm32 and want to help with the lm32 target in gcc

2011-08-31 Thread Xiangfu Liu
Hi can you send me the copyright assignment forms. it should be an assignment for all future changes, right? thanks for reply On 09/01/2011 11:32 AM, Liu wrote: On Thu, Sep 1, 2011 at 11:00 AM, Xiangfu Liu wrote: Hi I am work with lm32 and want to help with the lm32 target in gcc. the devic

Re: I am work with lm32 and want to help with the lm32 target in gcc

2011-08-31 Thread Liu
On Thu, Sep 1, 2011 at 11:00 AM, Xiangfu Liu wrote: > Hi > > I am work with lm32 and want to help with the lm32 target in gcc. > the device name is milkymist one. with FPGA software CPU core lm32. > > what is the first step I should do for help with lm32 target in gcc? > I have read this http://gc

I am work with lm32 and want to help with the lm32 target in gcc

2011-08-31 Thread Xiangfu Liu
Hi I am work with lm32 and want to help with the lm32 target in gcc. the device name is milkymist one. with FPGA software CPU core lm32. what is the first step I should do for help with lm32 target in gcc? I have read this http://gcc.gnu.org/contribute.html#legal I have to start with small contr

Re: Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Ian Lance Taylor
Stephan Bergmann writes: >> That said, this message from the linker is a warning, and you can >> normally ignore it. > > Hm, for me it resulted in an ld exit code of 1, but maybe that was due to one > of the additional command line switches apart from -shared when linking (but > which did not o

Re: ARM summit at Plumbers 2011

2011-08-31 Thread Steve McIntyre
[ Last big cross-post; I'll just post to the cross-distro list in future! ] On Tue, Aug 23, 2011 at 05:11:34PM +0100, Steve McIntyre wrote: >On Tue, Aug 09, 2011 at 07:15:34PM +0100, Steve McIntyre wrote: > >> [ARM summit at Plumbers, Thursday 8th September] > >UPDATE: we've not had many people

Re: Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Stephan Bergmann
On Aug 31, 2011, at 10:07 PM, Ian Lance Taylor wrote: > Stephan Bergmann writes: > >> I am trying to track down an error that can at least be observed when >> building recent versions of LibreOffice (e.g., revision >> bf3ff35d8c96315c35cf8dc8495be4b488b55cb6 of >> git://anongit.freedesktop.org

Re: Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Ian Lance Taylor
Stephan Bergmann writes: > I am trying to track down an error that can at least be observed when > building recent versions of LibreOffice (e.g., revision > bf3ff35d8c96315c35cf8dc8495be4b488b55cb6 of > git://anongit.freedesktop.org/libreoffice/core) on Fedora 15 i386 (i.e., with > GCC 4.6.0

Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Stephan Bergmann
I am trying to track down an error that can at least be observed when building recent versions of LibreOffice (e.g., revision bf3ff35d8c96315c35cf8dc8495be4b488b55cb6 of git://anongit.freedesktop.org/libreoffice/core) on Fedora 15 i386 (i.e., with GCC 4.6.0 20110603 (Red Hat 4.6.0-10)). The pr

Re: role of dump_file notably for/in plugins?

2011-08-31 Thread David Malcolm
On Wed, 2011-08-31 at 16:28 +0200, Richard Guenther wrote: > On Wed, Aug 31, 2011 at 4:24 PM, Basile Starynkevitch > wrote: > > Hello Folks > > > > What is the intended role of the dump_file [the one known in tree-pass.h > > near line 101] for plugins? > > > > May plugins print their arbitrary thi

Re: role of dump_file notably for/in plugins?

2011-08-31 Thread Richard Guenther
On Wed, Aug 31, 2011 at 4:24 PM, Basile Starynkevitch wrote: > Hello Folks > > What is the intended role of the dump_file [the one known in tree-pass.h > near line 101] for plugins? > > May plugins print their arbitrary things (e.g. their own debug printing) > inside? I believe that yea, but I am

role of dump_file notably for/in plugins?

2011-08-31 Thread Basile Starynkevitch
Hello Folks What is the intended role of the dump_file [the one known in tree-pass.h near line 101] for plugins? May plugins print their arbitrary things (e.g. their own debug printing) inside? I believe that yea, but I am not sure. May plugins set the dump_file variable (for instance to stderr)