summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2011-02-08 19:45:26 -0800
committerRoland McGrath <roland@redhat.com>2011-02-08 19:45:26 -0800
commit33231318a11853b4d2ad00f6417442f38bddd8c2 (patch)
tree16aa7b3fe43b0536d8aea8588e32164ff2a39e8c
parentfd992543185126eb0280c1ee0883e073020499b4 (diff)
elflint: Warn about missing xndx section only once.
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94d6acad..9ecfe5d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2011-02-08 Roland McGrath <roland@redhat.com>
+ * elflint.c (check_symtab): Warn about missing xndx section only once.
+
* ldgeneric.c (check_for_duplicate2): Remove unused variable.
2011-01-06 Roland McGrath <roland@redhat.com>