2004-10-06 Eric Christopher <echristo@redhat.com>
* dwarf2.h: Sync with gcc dwarf2.h. Fix typo.
This commit is contained in:
parent
d27cc32edd
commit
637cf7673d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-10-06 Eric Christopher <echristo@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2.h: Sync with gcc dwarf2.h. Fix typo.
|
||||||
|
|
||||||
2004-10-01 Paul Brook <paul@codesourcery.com>
|
2004-10-01 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* arm.h (SHT_ARM_EXIDX): Define.
|
* arm.h (SHT_ARM_EXIDX): Define.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
2003 Free Software Foundation, Inc.
|
2003 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
|
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
|
||||||
Office (AJPO), Florida State Unviversity and Silicon Graphics Inc.
|
Office (AJPO), Florida State University and Silicon Graphics Inc.
|
||||||
provided support for this effort -- June 21, 1995.
|
provided support for this effort -- June 21, 1995.
|
||||||
|
|
||||||
Derived from the DWARF 1 implementation written by Ron Guilmette
|
Derived from the DWARF 1 implementation written by Ron Guilmette
|
||||||
|
@ -605,7 +605,8 @@ enum dwarf_calling_convention
|
||||||
{
|
{
|
||||||
DW_CC_normal = 0x1,
|
DW_CC_normal = 0x1,
|
||||||
DW_CC_program = 0x2,
|
DW_CC_program = 0x2,
|
||||||
DW_CC_nocall = 0x3
|
DW_CC_nocall = 0x3,
|
||||||
|
DW_CC_GNU_renesas_sh = 0x40
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DW_CC_lo_user 0x40
|
#define DW_CC_lo_user 0x40
|
||||||
|
|
Loading…
Reference in a new issue