diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-11-06 14:38:19 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-11-06 14:38:19 +0000 |
commit | dec397b2dec7738549bcb998dd64df8946bbd0d1 (patch) | |
tree | 0015069df5ff54bf14a6a823bc48356ab7074ff8 /include/dwarf2.h | |
parent | c271b6e2b5be29e3fa1e796360cf2a7dc2c31c57 (diff) | |
download | gdb-dec397b2dec7738549bcb998dd64df8946bbd0d1.zip gdb-dec397b2dec7738549bcb998dd64df8946bbd0d1.tar.gz gdb-dec397b2dec7738549bcb998dd64df8946bbd0d1.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.
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 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. */ |