summaryrefslogtreecommitdiff
path: root/gdb/std-operator.def
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-06-17 20:24:21 +0000
committerTom Tromey <tromey@redhat.com>2011-06-17 20:24:21 +0000
commit5c9cffe047056e7934e1f40779fffb8d525576d2 (patch)
tree8d489846969276009a2668a3c46031a5251cefec /gdb/std-operator.def
parentbc9f981a27f494a0ccd1dd0e40fd21ed840c7d1f (diff)
downloadgdb-5c9cffe047056e7934e1f40779fffb8d525576d2.tar.gz
* valops.c (value_of_local): Complain if NAME is NULL.
* std-operator.def (OP_OBJC_SELF): Remove. * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove. * objc-exp.y (name_not_typename): Use OP_THIS. * expprint.c (print_subexp_standard) <OP_THIS>: Print language's name for "this". <OP_OBJC_SELF>: Remove. * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
Diffstat (limited to 'gdb/std-operator.def')
-rw-r--r--gdb/std-operator.def5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/std-operator.def b/gdb/std-operator.def
index 267215c8e8b..2c771415b78 100644
--- a/gdb/std-operator.def
+++ b/gdb/std-operator.def
@@ -277,11 +277,6 @@ OP (STRUCTOP_PTR)
It just comes in a tight (OP_THIS, OP_THIS) pair. */
OP (OP_THIS)
-/* Objective-C: OP_OBJC_SELF is just a placeholder for the class
- instance variable. It just comes in a tight (OP_OBJC_SELF,
- OP_OBJC_SELF) pair. */
-OP (OP_OBJC_SELF)
-
/* Objective C: "@selector" pseudo-operator. */
OP (OP_OBJC_SELECTOR)