public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/16406] New: USE_LD_AS_NEEDED undocumented
@ 2004-07-07 12:13 jsm28 at gcc dot gnu dot org
  2004-07-07 14:54 ` [Bug other/16406] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2004-07-07 12:13 UTC (permalink / raw)
  To: gcc-bugs

The target macro USE_LD_AS_NEEDED, added by

2004-04-23  Alan Modra  <amodra@bigpond.net.au>

        PR bootstrap/14992
        * gcc.c (init_gcc_specs): Test USE_LD_AS_NEEDED, not HAVE_LD_AS_NEEDED.
        * config/linux.h (USE_LD_AS_NEEDED): Define.
        * gcc/config/alpha/linux.h (USE_LD_AS_NEEDED): Define.
        * gcc/config/arm/linux-elf.h (USE_LD_AS_NEEDED): Define.
        * gcc/config/rs6000/linux.h (USE_LD_AS_NEEDED): Define.
        * gcc/config/rs6000/linux64.h (USE_LD_AS_NEEDED): Define.
        * gcc/config/sh/linux.h (USE_LD_AS_NEEDED): Define.
        * gcc/config/sparc/linux.h (USE_LD_AS_NEEDED): Define.
        * gcc/config/sparc/linux64.h (USE_LD_AS_NEEDED): Define.

is undocumented.  This is a regression in 3.5.

-- 
           Summary: USE_LD_AS_NEEDED undocumented
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: amodra at bigpond dot net dot au
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/16406] [3.4/3.5 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
@ 2004-07-07 14:54 ` pinskia at gcc dot gnu dot org
  2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-07 14:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-07 14:54 -------
Confirmed and not just a regression in 3.5.0 but also on the 3.4 branch too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-07 14:54:14
               date|                            |
            Summary|USE_LD_AS_NEEDED            |[3.4/3.5 Regression]
                   |undocumented                |USE_LD_AS_NEEDED
                   |                            |undocumented
   Target Milestone|---                         |3.4.2


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


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

* [Bug other/16406] [3.4/3.5 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
  2004-07-07 14:54 ` [Bug other/16406] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
  2004-09-08 13:02 ` amodra at bigpond dot net dot au
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 19:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 19:09 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug other/16406] [3.4/3.5 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
  2004-07-07 14:54 ` [Bug other/16406] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
@ 2004-09-08 13:02 ` amodra at bigpond dot net dot au
  2004-10-06  0:54 ` [Bug other/16406] [3.4/4.0 " cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-09-08 13:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2004-09-08 13:01 -------
http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02121.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug other/16406] [3.4/4.0 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-09-08 13:02 ` amodra at bigpond dot net dot au
@ 2004-10-06  0:54 ` cvs-commit at gcc dot gnu dot org
  2004-10-06  1:01 ` [Bug other/16406] [3.4 " cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-06  0:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-06 00:54 -------
Subject: Bug 16406

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	amodra@gcc.gnu.org	2004-10-06 00:54:01

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : tm.texi 

Log message:
	PR 16406
	* doc/tm.texi (USE_LD_AS_NEEDED, LINK_EH_SPEC): Document.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5758&r2=2.5759
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&r1=1.376&r2=1.377



-- 


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


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

* [Bug other/16406] [3.4 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-10-06  0:54 ` [Bug other/16406] [3.4/4.0 " cvs-commit at gcc dot gnu dot org
@ 2004-10-06  1:01 ` cvs-commit at gcc dot gnu dot org
  2004-10-06  1:07 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-06  1:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-06 01:01 -------
Subject: Bug 16406

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	amodra@gcc.gnu.org	2004-10-06 01:01:36

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : tm.texi 

Log message:
	PR 16406
	* doc/tm.texi (LIBGCC_SPEC): Mention modifications.
	(USE_LD_AS_NEEDED, LINK_EH_SPEC): Document.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.642&r2=2.2326.2.643
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.281.2.17&r2=1.281.2.18



-- 


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


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

* [Bug other/16406] [3.4 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-10-06  1:01 ` [Bug other/16406] [3.4 " cvs-commit at gcc dot gnu dot org
@ 2004-10-06  1:07 ` pinskia at gcc dot gnu dot org
  2005-05-30 14:35 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-06  1:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-06 01:06 -------
Fixed.

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


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


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

* [Bug other/16406] [3.4 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-10-06  1:07 ` pinskia at gcc dot gnu dot org
@ 2005-05-30 14:35 ` ebotcazou at gcc dot gnu dot org
  2005-05-31  0:17 ` amodra at bigpond dot net dot au
  2005-05-31  4:39 ` ebotcazou at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-30 14:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-05-30 14:33 -------
Alan, am I mistaken or did you document on the 3.4 branch something that is only
in 4.x?  AFAICS PR bootstrap/14992 has been solved differently on that branch:

	PR bootstrap/14992
	* configure.ac: Define HAVE_LD_AS_NEEDED only for linux.
	* configure: Regenerate.
	* gcc.c (init_gcc_specs): Revert earlier change.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |14992


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


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

* [Bug other/16406] [3.4 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-05-30 14:35 ` ebotcazou at gcc dot gnu dot org
@ 2005-05-31  0:17 ` amodra at bigpond dot net dot au
  2005-05-31  4:39 ` ebotcazou at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: amodra at bigpond dot net dot au @ 2005-05-31  0:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2005-05-30 23:19 -------
Yes.  s/USE_LD_AS_NEEDED/HAVE_LD_AS_NEEDED/ will make the doc right on 3.4

-- 


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


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

* [Bug other/16406] [3.4 Regression] USE_LD_AS_NEEDED undocumented
  2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-05-31  0:17 ` amodra at bigpond dot net dot au
@ 2005-05-31  4:39 ` ebotcazou at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-31  4:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-05-31 04:17 -------
> Yes.  s/USE_LD_AS_NEEDED/HAVE_LD_AS_NEEDED/ will make the doc right on 3.4

Sort of.  HAVE_LD_AS_NEEDED is not a target macro per se.


-- 


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


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

end of thread, other threads:[~2005-05-31  4:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-07 12:13 [Bug other/16406] New: USE_LD_AS_NEEDED undocumented jsm28 at gcc dot gnu dot org
2004-07-07 14:54 ` [Bug other/16406] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
2004-09-08 13:02 ` amodra at bigpond dot net dot au
2004-10-06  0:54 ` [Bug other/16406] [3.4/4.0 " cvs-commit at gcc dot gnu dot org
2004-10-06  1:01 ` [Bug other/16406] [3.4 " cvs-commit at gcc dot gnu dot org
2004-10-06  1:07 ` pinskia at gcc dot gnu dot org
2005-05-30 14:35 ` ebotcazou at gcc dot gnu dot org
2005-05-31  0:17 ` amodra at bigpond dot net dot au
2005-05-31  4:39 ` ebotcazou at gcc dot gnu dot 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).