OSDN Git Service

(enum dwarf_location_atom): Add OP_MULT.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 1996 20:36:06 +0000 (20:36 +0000)
committerwilson <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

index 014a4fc..6aca017 100644 (file)
@@ -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 */