diff options
author | brobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-06 14:36:57 +0000 |
---|---|---|
committer | brobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-06 14:36:57 +0000 |
commit | 36ce008e8b3462071e3d82a0e094b4279fbeadf7 (patch) | |
tree | 0ef74dfeff7b0853d95e846d021d2f0ce8d797cc /include/dwarf2.h | |
parent | 757532bc0009f194eb011d0d83d1667bd147dd9e (diff) | |
download | gcc-36ce008e8b3462071e3d82a0e094b4279fbeadf7.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153970 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r-- | include/dwarf2.h | 3 |
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. */ |