diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-09-18 19:01:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-09-18 19:01:46 +0000 |
commit | 9e4d8df3409e397a45dfb6af5a6a4c78c58618b0 (patch) | |
tree | b25ca9e3d14bb5c4523ac3b5552541fad3a84b8f /bfd/ChangeLog | |
parent | 228ce0641967a78da5120ebb878e467475cbbbda (diff) | |
download | gdb-9e4d8df3409e397a45dfb6af5a6a4c78c58618b0.zip gdb-9e4d8df3409e397a45dfb6af5a6a4c78c58618b0.tar.gz gdb-9e4d8df3409e397a45dfb6af5a6a4c78c58618b0.tar.bz2 |
2003-09-18 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (_bfd_elf_merge_symbol): Allow type change if
the old symbol is undefined and the new symbol is defined.
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 a7ead7e..49cfb2b4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-09-18 H.J. Lu <hongjiu.lu@intel.com> + + * elflink.c (_bfd_elf_merge_symbol): Allow type change if + the old symbol is undefined and the new symbol is defined. + 2003-09-18 Andreas Schwab <schwab@suse.de> * simple.c (bfd_simple_get_relocated_section_contents): Use |