diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-21 12:36:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-21 12:36:46 +0000 |
commit | 60e424089f35e9a89fa7ec1ed32142c1c37eefec (patch) | |
tree | cd1c84c021137920872985186d984e050465730a /bfd/ChangeLog | |
parent | 87ccc1b08d2b8dd682d8d82b3bf3eea405474f60 (diff) | |
download | gdb-60e424089f35e9a89fa7ec1ed32142c1c37eefec.zip gdb-60e424089f35e9a89fa7ec1ed32142c1c37eefec.tar.gz gdb-60e424089f35e9a89fa7ec1ed32142c1c37eefec.tar.bz2 |
Fix dst_mask for X_STORMY16_REL_12 reloc.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 00a20cc..e0f22e1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2003-05-21 Nick Clifton <nickc@redhat.com> + * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask + for X_STORMY16_REL_12 reloc. + * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check the type of the has table in the bfd_link_info structure. (bfd_elf_get_runpath_list): Likewise. |