projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c21ee92
)
(enum dwarf_location_atom): Add OP_MULT.
author
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 9 Dec 1996 20:36:06 +0000
(12:36 -0800)
committer
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 9 Dec 1996 20:36:06 +0000
(12:36 -0800)
From-SVN: r13255
gcc/dwarf.h
patch
|
blob
|
history
diff --git
a/gcc/dwarf.h
b/gcc/dwarf.h
index 014a4fc48b8229adb4430ec36342d6e39e02d4b3..6aca017e6e511dd176a40332f5a66b76b320f77b 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 */