aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Maebe <jonas.maebe@elis.ugent.be>2009-11-06 15:36:57 +0100
committerJoel Brobecker <brobecke@gcc.gnu.org>2009-11-06 14:36:57 +0000
commit9cd4e79ba8e43b27273f27874ecd5142c60cc338 (patch)
tree0ef74dfeff7b0853d95e846d021d2f0ce8d797cc
parent77d16198fc5262198db7ed29609a791104b37fcf (diff)
downloadgcc-9cd4e79ba8e43b27273f27874ecd5142c60cc338.zip
gcc-9cd4e79ba8e43b27273f27874ecd5142c60cc338.tar.gz
gcc-9cd4e79ba8e43b27273f27874ecd5142c60cc338.tar.bz2
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. From-SVN: r153970
-rw-r--r--include/ChangeLog6
-rw-r--r--include/dwarf2.h3
2 files changed, 8 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 6cff295..000eeda 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-06 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.
+
2009-10-23 Kai Tietz <kai.tietz@onevision.com>
* splay-tree.h (libi_uhostptr_t): Add gcc specific
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 7a8e030..559b82d 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. */