aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-mips.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-06-06 22:31:46 +0000
committerMark Mitchell <mark@codesourcery.com>1999-06-06 22:31:46 +0000
commit7f7e7b689cb6893dd7adbb88d7aba5d4a60f39d4 (patch)
treeaaacfb34b3dfbda4b088550fbbfed2a7350792d6 /bfd/elf32-mips.c
parent623356292c94e0a7bfb8e055db1c9fdf14d799b7 (diff)
downloadgdb-7f7e7b689cb6893dd7adbb88d7aba5d4a60f39d4.zip
gdb-7f7e7b689cb6893dd7adbb88d7aba5d4a60f39d4.tar.gz
gdb-7f7e7b689cb6893dd7adbb88d7aba5d4a60f39d4.tar.bz2
* elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
the N32 ABI.
Diffstat (limited to 'bfd/elf32-mips.c')
-rw-r--r--bfd/elf32-mips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c
index 0ec4fa6..93a2466 100644
--- a/bfd/elf32-mips.c
+++ b/bfd/elf32-mips.c
@@ -2309,6 +2309,8 @@ _bfd_mips_elf_print_private_bfd_data (abfd, ptr)
fprintf (file, _ (" [abi=EABI64]"));
else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI))
fprintf (file, _ (" [abi unknown]"));
+ else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2))
+ fprintf (file, _ (" [abi=N32]"));
else
fprintf (file, _ (" [no abi set]"));