OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c5cc3
)
(enum dwarf_location_atom): Add OP_MULT.
author
wilson
<wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 1996 20:36:06 +0000
(20:36 +0000)
committer
wilson
<wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 1996 20:36:06 +0000
(20:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13255
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/dwarf.h
patch
|
blob
|
history
diff --git
a/gcc/dwarf.h
b/gcc/dwarf.h
index
014a4fc
..
6aca017
100644
(file)
--- a/
gcc/dwarf.h
+++ b/
gcc/dwarf.h
@@
-180,7
+180,11
@@
enum dwarf_location_atom {
OP_CONST = 0x04,
OP_DEREF2 = 0x05,
OP_DEREF4 = 0x06,
- OP_ADD = 0x07
+ OP_ADD = 0x07,
+
+ /* GNU extensions. */
+
+ OP_MULT = 0x80
};
#define OP_LO_USER 0x80 /* implementation-defined range start */