http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44793
Richard Guenther changed:
What|Removed |Added
Target Milestone|4.5.2 |4.5.3
--- Comment #10 from Richard Gue
--- Comment #9 from joel at gcc dot gnu dot org 2010-08-08 20:31 ---
Created an attachment (id=21439)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21439&action=view)
First attempt at fix
Is this what you have in mind? I think it worked since the desired symbols
are now in libgc
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44793
--- Comment #7 from corsepiu at gcc dot gnu dot org 2010-07-05 04:17
---
(In reply to comment #6)
> (In reply to comment #5)
> > rtems should be moved to the new style libgcc config and include
> > ./config/rs6000/t-ppccomm .
>
> Hmm. Doesn't RTEMS already do so?
Did you mean libgcc/c
--- Comment #6 from corsepiu at gcc dot gnu dot org 2010-07-05 03:30
---
(In reply to comment #5)
> rtems should be moved to the new style libgcc config and include
> ./config/rs6000/t-ppccomm .
Hmm. Doesn't RTEMS already do so?
>From config.gcc:
...
powerpc-*-rtems*)
tm_file
--- Comment #5 from pinskia at gcc dot gnu dot org 2010-07-05 01:18 ---
Neither.
rtems should be moved to the new style libgcc config and include
./config/rs6000/t-ppccomm .
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---