diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-05 18:15:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-05 18:15:35 +0000 |
commit | d108020f09047501a76d42a1efab96b95267a68b (patch) | |
tree | ee214a465e26eb4c214f0d09ba6cb70ffd76414e /bfd | |
parent | 94b6c40a1afad9d51ec6f7c4d6c55dd55e5ccbf6 (diff) | |
download | binutils-gdb-d108020f09047501a76d42a1efab96b95267a68b.tar.gz |
Remove the `/* Fall through. */' comment in elf_link_output_extsym ()
for the indirect symbol.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elflink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h index a1390d30b2d..898d6b3a9cb 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -5036,7 +5036,6 @@ elf_link_output_extsym (h, data) since the indirected symbol is already in the hash table. */ return true; - /* Fall through. */ case bfd_link_hash_warning: /* We can't represent these symbols in ELF, although a warning symbol may have come from a .gnu.warning.SYMBOL section. We |