Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2009-11-06 17:38:19 +0300
committerJoel Brobecker <brobecker@adacore.com>2009-11-06 17:38:19 +0300
commit38090b588c85f4d29f9b145d3e8a685c93fee579 (patch)
tree2be24bafeb1c45f1f8547e3491dec391a2410c0d /include/dwarf2.h
parent1636ce3b324503a23c12d5d1231e45082da86ca7 (diff)
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 7a8e030a2..559b82d78 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. */