summaryrefslogtreecommitdiff
path: root/doc/bdirect.txt
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2005-11-29 13:45:23 +0000
committerMichael Meeks <michael.meeks@novell.com>2005-11-29 13:45:23 +0000
commit1179510cc519084120af3face0d75ea9f3981748 (patch)
tree7cb0a766f91f36f7730eaee9711b99866882e34c /doc/bdirect.txt
parent46a85c3b36abc605ea44d2038d179cfa6d67200a (diff)
Add stlport & icu tweaks.
* patches/src680/speed-bdirect.diff: add stlport & icu tweaks. * bin/relocstat: add stem based dump of unique relocs.
Diffstat (limited to 'doc/bdirect.txt')
-rw-r--r--doc/bdirect.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/bdirect.txt b/doc/bdirect.txt
index 18ad53eee..570e75fee 100644
--- a/doc/bdirect.txt
+++ b/doc/bdirect.txt
@@ -280,21 +280,5 @@ libfixup.so - 31 symbols
+ for a in *.so; do if /opt/gcc/bin/objdump -x $a | grep DIRECT >& /dev/null; then echo "$a: direct"; else echo "$a: no direct"; fi; done | grep 'no direct'
libdb-4.2.so: no direct
libdb_java-4.2.so: no direct
- libicui18n.so: no direct
- libicule.so: no direct
- libicuuc.so: no direct
- libportaudio.so: no direct
- libstlport_gcc.so: no direct
libxmlsec1-nss.so: no direct
libxmlsec1.so: no direct
-
- + re-post to binutils list ...
- + .re-read Jakub's post.
-
-* FIXME
- + TODO: symbol versioning [!?]
- + how does that work ?
- + [ the versioning is stored in the .dynsym entry ]
- + => not a problem we annotate that ...
-
-