aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-12 20:53:02 +0000
committerNick Clifton <nickc@redhat.com>2000-12-12 20:53:02 +0000
commitb15ced227131e541f2087ba7ddab5dc657734c62 (patch)
treed131d6f51162fc4ac9504612575219ee56d8eec0 /include/ChangeLog
parent533245522d64fa85b5e5c3d20b81443aa24b437c (diff)
downloadnewlib-b15ced227131e541f2087ba7ddab5dc657734c62.zip
newlib-b15ced227131e541f2087ba7ddab5dc657734c62.tar.gz
newlib-b15ced227131e541f2087ba7ddab5dc657734c62.tar.bz2
Add link option to allow undefiedn symbols in shared libraries
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 6847092..1b1af76 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-10 Fred Fish <fnf@be.com>
+
+ * bfdlink.h (struct bfd_link_info): Add new allow_shlib_undefined
+ member to struct for systems where it is normal to have undefined
+ symbols in shared libraries at runtime and the runtime linker takes
+ care of redirecting them.
+
2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
* safe-ctype.h: New file.