diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-04 16:18:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-04 16:18:32 +0000 |
commit | 8ea52284ab03f528b75c1eed839632e1f57ffc7b (patch) | |
tree | b711f190e7e9aa926943e117bd0d72ec24812f5e /bfd/ChangeLog | |
parent | 58e3d09d2a5873fe862f5d080786a09801cadc7c (diff) | |
download | gdb-8ea52284ab03f528b75c1eed839632e1f57ffc7b.zip gdb-8ea52284ab03f528b75c1eed839632e1f57ffc7b.tar.gz gdb-8ea52284ab03f528b75c1eed839632e1f57ffc7b.tar.bz2 |
Fix a comment typo in last commit.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e97b1b8..9d32764 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2001-10-04 Alan Modra <amodra@bigpond.net.au> + * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Comment typo. + * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Bail out after copying flags if this is a weakdef. |