summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-06-02 06:49:58 +0000
committerNick Clifton <nickc@redhat.com>2008-06-02 06:49:58 +0000
commit640de6fdaf20815397c420035491bf7ab2d87aee (patch)
treeff583ab0463154806f2172f090d89651b1162e0b
parent8ce08fc9f0c6ce20d019f13e22d4773b9efdd9e0 (diff)
downloadbinutils-redhat-640de6fdaf20815397c420035491bf7ab2d87aee.tar.gz
* ldlang.c (closest_target_match): Skip generic big and little
endian ELF targets. (The patch itself was actually checked in by mistake with a previous delta)
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 206ab3ce98..e8e7c461b3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-02 Nathan Sidwell <nathan@codesourcery.com>
+
+ * ldlang.c (closest_target_match): Skip generic big and little
+ endian ELF targets.
+
2008-05-31 Evandro Menezes <evandro@yahoo.com>
PR ld/6430