public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/2670] Passing -fpic to cc gives warning
@ 2003-05-22 17:01 ro@gcc.gnu.org
  0 siblings, 0 replies; 8+ messages in thread
From: ro@gcc.gnu.org @ 2003-05-22 17:01 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670



------- Additional Comments From ro@gcc.gnu.org  2003-05-22 16:54 -------
Confirmed with gcc 3.3.1 20030522 (and seems to be present in mainline as well).
In all of the gcc and src repositories, only libiberty uses PICFLAG from the
toplevel config/m?-*pic files to generate PIC code.  This could be fixed by
switching libiberty to use libtool (and allowed us to remove all of these files
at the same time :-).



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/2670] Passing -fpic to cc gives warning
       [not found] <bug-2670-4@http.gcc.gnu.org/bugzilla/>
@ 2011-07-18 18:23 ` ro at gcc dot gnu.org
  0 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu.org @ 2011-07-18 18:23 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ro at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #14 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-18 18:22:15 UTC ---
All instances of -fpic in toplevel config are gone.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/2670] Passing -fpic to cc gives warning
       [not found] <20010427152601.2670.ro@techfak.uni-bielefeld.de>
                   ` (4 preceding siblings ...)
  2004-12-31 22:51 ` pinskia at gcc dot gnu dot org
@ 2005-02-12 23:05 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 23:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/2670] Passing -fpic to cc gives warning
       [not found] <20010427152601.2670.ro@techfak.uni-bielefeld.de>
                   ` (3 preceding siblings ...)
  2004-12-31 22:47 ` pinskia at gcc dot gnu dot org
@ 2004-12-31 22:51 ` pinskia at gcc dot gnu dot org
  2005-02-12 23:05 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-31 22:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/2670] Passing -fpic to cc gives warning
       [not found] <20010427152601.2670.ro@techfak.uni-bielefeld.de>
                   ` (2 preceding siblings ...)
  2004-12-25  4:27 ` pinskia at gcc dot gnu dot org
@ 2004-12-31 22:47 ` pinskia at gcc dot gnu dot org
  2004-12-31 22:51 ` pinskia at gcc dot gnu dot org
  2005-02-12 23:05 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-31 22:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-31 22:46 -------
The patch which fixed this was reverted.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/2670] Passing -fpic to cc gives warning
       [not found] <20010427152601.2670.ro@techfak.uni-bielefeld.de>
  2003-11-08 22:21 ` dhazeghi at yahoo dot com
  2004-08-19 19:15 ` bvr96 at yahoo dot com
@ 2004-12-25  4:27 ` pinskia at gcc dot gnu dot org
  2004-12-31 22:47 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-25  4:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-25 04:27 -------
Fixed on the mainline by moving over to use libtool for libiberty.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/2670] Passing -fpic to cc gives warning
       [not found] <20010427152601.2670.ro@techfak.uni-bielefeld.de>
  2003-11-08 22:21 ` dhazeghi at yahoo dot com
@ 2004-08-19 19:15 ` bvr96 at yahoo dot com
  2004-12-25  4:27 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: bvr96 at yahoo dot com @ 2004-08-19 19:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bvr96 at yahoo dot com  2004-08-19 19:15 -------
(In reply to comment #9) 

To: ro@gcc.gnu.org or somebody who can help me on this

> Confirmed with gcc 3.3.1 20030522 (and seems to be present in mainline as 
well).
> In all of the gcc and src repositories, only libiberty uses PICFLAG from the
> toplevel config/m?-*pic files to generate PIC code.  This could be fixed by
> switching libiberty to use libtool (and allowed us to remove all of these 
files
> at the same time :-).

Could you please tell me how to use libtool to fix this problem ?

Thanks,
venkat
mail: bvr96@yahoo.com


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/2670] Passing -fpic to cc gives warning
       [not found] <20010427152601.2670.ro@techfak.uni-bielefeld.de>
@ 2003-11-08 22:21 ` dhazeghi at yahoo dot com
  2004-08-19 19:15 ` bvr96 at yahoo dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-11-08 22:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
  GCC build triplet|i386-pc-solaris2.8          |
 GCC target triplet|i386-pc-solaris2.8          |
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-18 18:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-22 17:01 [Bug bootstrap/2670] Passing -fpic to cc gives warning ro@gcc.gnu.org
     [not found] <20010427152601.2670.ro@techfak.uni-bielefeld.de>
2003-11-08 22:21 ` dhazeghi at yahoo dot com
2004-08-19 19:15 ` bvr96 at yahoo dot com
2004-12-25  4:27 ` pinskia at gcc dot gnu dot org
2004-12-31 22:47 ` pinskia at gcc dot gnu dot org
2004-12-31 22:51 ` pinskia at gcc dot gnu dot org
2005-02-12 23:05 ` pinskia at gcc dot gnu dot org
     [not found] <bug-2670-4@http.gcc.gnu.org/bugzilla/>
2011-07-18 18:23 ` ro at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).