Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2004-10-07 00:29:48 +0400
committerEric Christopher <echristo@gmail.com>2004-10-07 00:29:48 +0400
commit74b2bdc351dcbab192faca58b5544bce4f92b973 (patch)
tree49a0898852b65dde65854eb15d8dbbcceaf7afc7 /include/elf/dwarf2.h
parent5e6b1f07c9a03646aa832de2bdcafcd1cdaf1067 (diff)
2004-10-06 Eric Christopher <echristo@redhat.com>
* dwarf2.h: Sync with gcc dwarf2.h. Fix typo.
Diffstat (limited to 'include/elf/dwarf2.h')
-rw-r--r--include/elf/dwarf2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h
index bede7e297..94589076f 100644
--- a/include/elf/dwarf2.h
+++ b/include/elf/dwarf2.h
@@ -4,7 +4,7 @@
2003 Free Software Foundation, Inc.
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.
Derived from the DWARF 1 implementation written by Ron Guilmette
@@ -605,7 +605,8 @@ enum dwarf_calling_convention
{
DW_CC_normal = 0x1,
DW_CC_program = 0x2,
- DW_CC_nocall = 0x3
+ DW_CC_nocall = 0x3,
+ DW_CC_GNU_renesas_sh = 0x40
};
#define DW_CC_lo_user 0x40