aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2002-08-07 04:37:24 +0000
committerThiemo Seufer <ths@networkno.de>2002-08-07 04:37:24 +0000
commit141ff9705ac750fd5085fe7c5df65612653a09b6 (patch)
tree2bdc79dc18025b11371bf0252f91bb135f13b9c5 /bfd/elfxx-mips.c
parent28458e7e44b78f4b9375366b0aaecb2bdf3562e1 (diff)
downloadgdb-141ff9705ac750fd5085fe7c5df65612653a09b6.zip
gdb-141ff9705ac750fd5085fe7c5df65612653a09b6.tar.gz
gdb-141ff9705ac750fd5085fe7c5df65612653a09b6.tar.bz2
* elfxx-mips.c (ABI_64_P): Remove superfluous check.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 78b3310..a44ed33 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -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))