diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-04 05:29:27 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-04 05:29:27 +0000 |
commit | 785a2b1d77a56ba16ef08e39574b31f373045c58 (patch) | |
tree | 4b59beb0d37117b5a5f8bad9708de195e1dd8681 /gcc/dwarf2.h | |
parent | 6e4191af9bdb51b6c9fd20de2e811f686c232e2c (diff) | |
download | gcc-785a2b1d77a56ba16ef08e39574b31f373045c58.tar.gz |
2004-10-01 Eric Christopher <echristo@redhat.com>
* dwarf2.h (dwarf_calling_convention): Add GNU prefix to
locally defined enum.
* dwarf2out.c (add_calling_convention_attribute): Don't
emit DW_CC_normal.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2.h')
-rw-r--r-- | gcc/dwarf2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2.h b/gcc/dwarf2.h index 111ff522fe3..4199aa4f6ba 100644 --- a/gcc/dwarf2.h +++ b/gcc/dwarf2.h @@ -475,7 +475,7 @@ enum dwarf_calling_convention DW_CC_normal = 0x1, DW_CC_program = 0x2, DW_CC_nocall = 0x3, - DW_CC_renesas_sh = 0x40 + DW_CC_GNU_renesas_sh = 0x40 }; #define DW_CC_lo_user 0x40 |