summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2009-01-21 15:02:03 -0800
committerUlrich Drepper <[email protected]>2009-01-21 15:02:03 -0800
commitf93ee8d7dcd0d58f7aab96773af084aca82d5798 (patch)
tree7d7caca6d7ed958544141d31092ce823971e8a64 /src/ChangeLog
parent4411ed249ff2e066204eab5d0319da92cb6cf636 (diff)
Fix handling of debuginfo files when checking exception handling tables.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9814eb8c..a8453be2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
2009-01-21 Ulrich Drepper <[email protected]>
* elflint.c (check_program_header): Fix typo in .eh_frame_hdr section
- test.
+ test. Handle debuginfo files.
(check_exception_data): First sanity test.
2009-01-17 Ulrich Drepper <[email protected]>