diff options
Diffstat (limited to 'bfd/pdp11.c')
-rw-r--r-- | bfd/pdp11.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/pdp11.c b/bfd/pdp11.c index 7daf52d..089c917 100644 --- a/bfd/pdp11.c +++ b/bfd/pdp11.c @@ -2985,6 +2985,7 @@ aout_link_write_other_symbol (struct bfd_hash_entry *bh, void *data) case bfd_link_hash_undefweak: type = N_WEAKU; val = 0; + /* Fall through. */ case bfd_link_hash_indirect: case bfd_link_hash_warning: /* FIXME: Ignore these for now. The circumstances under which |