]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Avoid ambigous
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 2 Jun 1999 02:53:21 +0000 (02:53 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 2 Jun 1999 02:53:21 +0000 (02:53 +0000)
`else'.

bfd/ChangeLog
bfd/elf32-m68k.c

index f69e51cab582708c60921bc47f3940d0af2c0903..f1eb62ff58e84a6dfa0a253bc2cf1afbd5b09945 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jun  2 11:51:12 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Avoid ambigous
+       `else'. 
+
 1999-05-30  Philip Blundell  <philb@gnu.org>
 
        * elf32-arm.h (elf32_arm_relocate_section): Reinstate change of
index 138c7eeefa4a0a6e049c67a60e8fabec6e9ae735..23ecf36a14258baec7e91b8f50875baef0182c19 100644 (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