summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-08-07 05:33:07 +0000
committerUlrich Drepper <[email protected]>2005-08-07 05:33:07 +0000
commit637963b564240fe6db4908b28238b75aa0758a06 (patch)
tree847c51d92bfbc7c73adc250247699fd013672bbe /config
parent47be795df365174601a08535bf61d22301697ef8 (diff)
Relax elflint a bit.
Run elflint on all programs and DSOs.
Diffstat (limited to 'config')
-rw-r--r--config/elfutils.spec.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index a86f2139..9cc91ade 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -183,6 +183,15 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
+* Sat Aug 6 2005 Ulrich Drepper <@redhat.com> 0.113-1
+- elflint: relax a bit. Allow version definitions for defined symbols ag
+ainstDSO versions also for symbols in nobits sections. Allow .rodata
+sectionto have STRINGS and MERGE flag set.
+
+* Sat Aug 6 2005 Ulrich Drepper <@redhat.com> 0.113-1
+- elflint: relax a bit. Allow version definitions for defined symbols ag
+ainstDSO versions also for symbols in nobits sections.
+
* Fri Aug 5 2005 Ulrich Drepper <@redhat.com> 0.112-1
- elfcmp: some more relaxation.
- elflint: many more tests, especially regarding to symbol versioning.