OSDN Git Service

* elfxx-mips.c (ABI_64_P): Remove superfluous check.
authorThiemo Seufer <ths@networkno.de>
Wed, 7 Aug 2002 04:37:24 +0000 (04:37 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 7 Aug 2002 04:37:24 +0000 (04:37 +0000)
bfd/ChangeLog
bfd/elfxx-mips.c

index cd1c143..035c1a4 100644 (file)
@@ -1,5 +1,9 @@
 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
+       * elfxx-mips.c (ABI_64_P): Remove superfluous check.
+
+2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
        * elf32-mips.c (mips_reloc_map): Fix typo.
 
 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
index 78b3310..a44ed33 100644 (file)
@@ -375,7 +375,7 @@ static bfd *reldyn_sorting_bfd;
 
 /* Nonzero if ABFD is using the N64 ABI.  */
 #define ABI_64_P(abfd) \
-  ((get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64) != 0)
+  (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
 
 /* Nonzero if ABFD is using NewABI conventions.  */
 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))