Commit 9cd4e79b by Jonas Maebe Committed by Joel Brobecker

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
parent 77d16198
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> 2009-10-23 Kai Tietz <kai.tietz@onevision.com>
* splay-tree.h (libi_uhostptr_t): Add gcc specific * splay-tree.h (libi_uhostptr_t): Add gcc specific
......
...@@ -721,7 +721,8 @@ enum dwarf_calling_convention ...@@ -721,7 +721,8 @@ enum dwarf_calling_convention
DW_CC_lo_user = 0x40, DW_CC_lo_user = 0x40,
DW_CC_hi_user = 0xff, 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. */ /* Inline attribute. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment