summaryrefslogtreecommitdiff
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-11-06 14:38:19 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-11-06 14:38:19 +0000
commit396738ff0347cab383b4c4e7f2f99baa8be5c6b6 (patch)
tree2e795a16c4f9547c3441b63629da8513b493f099 /include/dwarf2.h
parenta8e1b21cafa0fd186edc16064cb9c1f7eca8fd3c (diff)
downloadgdb-396738ff0347cab383b4c4e7f2f99baa8be5c6b6.tar.gz
Checking this in for: Jonas Maebe <jonas.maebe@elis.ugent.be>
Add DWARF attribute value for the "Borland fastcall" calling convention. * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 7a8e030a2bf..559b82d7876 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -721,7 +721,8 @@ enum dwarf_calling_convention
DW_CC_lo_user = 0x40,
DW_CC_hi_user = 0xff,
- DW_CC_GNU_renesas_sh = 0x40
+ DW_CC_GNU_renesas_sh = 0x40,
+ DW_CC_GNU_borland_fastcall_i386 = 0x41
};
/* Inline attribute. */