This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/29931] following argv[0] symlink in process_command breaks symlinked-together toolchain
- From: "amylaar at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2006 17:06:01 -0000
- Subject: [Bug driver/29931] following argv[0] symlink in process_command breaks symlinked-together toolchain
- References: <bug-29931-5394@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from amylaar at gcc dot gnu dot org 2006-11-30 17:06 -------
Subject: Bug 29931
Author: amylaar
Date: Thu Nov 30 17:05:45 2006
New Revision: 119366
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119366
Log:
include:
2006-05-03 Andrew Stubbs <andrew.stubbs@st.com>
J"orn Rennecke <joern.rennecke@st.com>
PR driver/29931
* libiberty.h (make_relative_prefix_ignore_links): Declare.
libiberty:
2006-05-03 Andrew Stubbs <andrew.stubbs@st.com>
J"orn Rennecke <joern.rennecke@st.com>
PR driver/29931
* make-relative-prefix.c (make_relative_prefix_1): New function,
broken out of make_relative_prefix. Make link resolution dependent
on new parameter.
(make_relative_prefix): Use make_relative_prefix_1.
(make_relative_prefix_ignore_links): New function.
Modified:
trunk/include/ChangeLog
trunk/include/libiberty.h
trunk/libiberty/ChangeLog
trunk/libiberty/make-relative-prefix.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29931