diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-08-27 14:47:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-08-27 14:47:33 +0000 |
commit | 9e80ff3a408eea05b93b74ccaa98f0b5e7df0fe0 (patch) | |
tree | 96ea53841d208a4dd0011cb4c46c7f26e49d58a6 /bfd/ChangeLog | |
parent | e88b7c9780cb77f81170b5425d88c40a07b6bc9a (diff) | |
download | gdb-9e80ff3a408eea05b93b74ccaa98f0b5e7df0fe0.zip gdb-9e80ff3a408eea05b93b74ccaa98f0b5e7df0fe0.tar.gz gdb-9e80ff3a408eea05b93b74ccaa98f0b5e7df0fe0.tar.bz2 |
2001-08-27 H.J. Lu <hjl@gnu.org>
* elf32-mips.c (_bfd_mips_elf_hide_symbol): Add prototype.
(_bfd_mips_elf_copy_indirect_symbol): Likewise.
(_bfd_elf32_mips_grok_prstatus): Likewise.
(_bfd_elf32_mips_grok_psinfo): Likewise.
(_bfd_mips_elf_hide_symbol): Make it static and cast to
`struct mips_elf_link_hash_entry *'.
(_bfd_mips_elf_copy_indirect_symbol): Make it static.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 65872d2..7df8ea2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2001-08-27 H.J. Lu <hjl@gnu.org> + + * elf32-mips.c (_bfd_mips_elf_hide_symbol): Add prototype. + (_bfd_mips_elf_copy_indirect_symbol): Likewise. + (_bfd_elf32_mips_grok_prstatus): Likewise. + (_bfd_elf32_mips_grok_psinfo): Likewise. + (_bfd_mips_elf_hide_symbol): Make it static and cast to + `struct mips_elf_link_hash_entry *'. + (_bfd_mips_elf_copy_indirect_symbol): Make it static. + 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com> * mipsbsd.c: Add missing prototypes. |