diff options
author | Andrew Pinski <apinski@cavium.com> | 2013-11-20 16:36:36 -0800 |
---|---|---|
committer | Andrew Pinski <apinski@cavium.com> | 2013-11-21 11:16:58 -0800 |
commit | 0d091088ea62a3ad78d01d58507c11b8e104d5a7 (patch) | |
tree | aa9b215556e0150b03a09979d804a45ee6a319ce /ld/ChangeLog | |
parent | f0c897ef0a1aa2c4983cd216a4aadff82dcbad4a (diff) | |
download | gdb-0d091088ea62a3ad78d01d58507c11b8e104d5a7.zip gdb-0d091088ea62a3ad78d01d58507c11b8e104d5a7.tar.gz gdb-0d091088ea62a3ad78d01d58507c11b8e104d5a7.tar.bz2 |
ld/ChangeLog:
* configure.tgt (aarch64_be-*-linux*): Split out the linux targets
into targ_extra_libpath.
(aarch64-*-linux*): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 46b8ac6..5397e13 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2013-11-21 Andrew Pinski <apinski@cavium.com> + + * configure.tgt (aarch64_be-*-linux*): Split out the linux targets + into targ_extra_libpath. + (aarch64-*-linux*): Likewise. + 2013-11-21 Nick Clifton <nickc@redhat.com> PR ld/16192 |