diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-12 20:53:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-12 20:53:02 +0000 |
commit | b79e8c786598de8c85416eb3215b1a318fe34048 (patch) | |
tree | e973b24726b6fe6cadbc177603278a1c266dd9a8 /bfd/ChangeLog | |
parent | 8141c27d66d8ce079acfe03abd80cbdb439e1b86 (diff) | |
download | gdb-b79e8c786598de8c85416eb3215b1a318fe34048.zip gdb-b79e8c786598de8c85416eb3215b1a318fe34048.tar.gz gdb-b79e8c786598de8c85416eb3215b1a318fe34048.tar.bz2 |
Add link option to allow undefiedn symbols in shared libraries
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6c8ce49..bec4d50 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-12-10 Fred Fish <fnf@be.com> + + * elflink.h (elf_link_output_extsym): Don't complain about undefined + symbols in shared objects if allow_shlib_undefined is true. + 2000-12-12 Nick Clifton <nickc@redhat.com> * cpu-sh.c: Fix formattng. |