aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gcc.gnu.org>2008-11-20 14:24:18 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2008-11-20 14:24:18 +0100
commit97e274e76fc7f31b2faeaced0700eb280d4b4478 (patch)
treeefcc7e5c33146857e660ad8d2357cbf53b41bf56
parente29354d4a4095ec427659f738e15c3e9e2a9c4c5 (diff)
downloadgcc-97e274e76fc7f31b2faeaced0700eb280d4b4478.zip
gcc-97e274e76fc7f31b2faeaced0700eb280d4b4478.tar.gz
gcc-97e274e76fc7f31b2faeaced0700eb280d4b4478.tar.bz2
Add PR tag forgotten in rev142043.
From-SVN: r142044
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3fd7895..fa60fd5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,6 @@
2008-11-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
+ PR driver/21706
* tlink.c: Include "libiberty.h".
(initial_cwd): Change type into char *.
(tlink_init): Call getpwd instead of getcwd.