* elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Avoid ambigous

`else'.
This commit is contained in:
Andreas Schwab
1999-06-02 02:53:21 +00:00
parent ac9a91a77c
commit 70f06c4ad0
2 changed files with 11 additions and 4 deletions

View File

@@ -1008,10 +1008,12 @@ elf_m68k_adjust_dynamic_symbol (info, h)
/* If this is the first .plt entry, make room for the special
first entry. */
if (s->_raw_size == 0)
if ( CPU32_FLAG (dynobj))
s->_raw_size += PLT_CPU32_ENTRY_SIZE;
else
s->_raw_size += PLT_ENTRY_SIZE;
{
if (CPU32_FLAG (dynobj))
s->_raw_size += PLT_CPU32_ENTRY_SIZE;
else
s->_raw_size += PLT_ENTRY_SIZE;
}
/* If this symbol is not defined in a regular file, and we are
not generating a shared library, then set the symbol to this