OSDN Git Service

Checking this in for: Jonas Maebe <jonas.maebe@elis.ugent.be>
authorJoel Brobecker <brobecker@gnat.com>
Fri, 6 Nov 2009 14:38:19 +0000 (14:38 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 6 Nov 2009 14:38:19 +0000 (14:38 +0000)
        Add DWARF attribute value for the "Borland fastcall" calling
        convention.
        * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.

include/ChangeLog
include/dwarf2.h

index aa3ccde..eda9aad 100644 (file)
@@ -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
index 7a8e030..559b82d 100644 (file)
@@ -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.  */