aboutsummaryrefslogtreecommitdiff
path: root/gdb/bfin-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bfin-tdep.h')
-rw-r--r--gdb/bfin-tdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h
index 2671496..e94a214 100644
--- a/gdb/bfin-tdep.h
+++ b/gdb/bfin-tdep.h
@@ -92,7 +92,8 @@ enum gdb_regnum {
/* The ABIs for Blackfin. */
enum bfin_abi
{
- BFIN_ABI_FLAT
+ BFIN_ABI_FLAT,
+ BFIN_ABI_FDPIC
};
/* Target-dependent structure in gdbarch. */