(enum dwarf_location_atom): Add OP_MULT.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Dec 1996 20:36:06 +0000 (12:36 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Dec 1996 20:36:06 +0000 (12:36 -0800)
From-SVN: r13255

gcc/dwarf.h

index 014a4fc48b8229adb4430ec36342d6e39e02d4b3..6aca017e6e511dd176a40332f5a66b76b320f77b 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 */