aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1997-10-06 19:38:43 +0000
committerStan Shebs <shebs@codesourcery.com>1997-10-06 19:38:43 +0000
commit501ad43a890f663b3ba505f0d593907a487baef5 (patch)
treeaec7ff648cddc922c2fd2dc8075c666d0099d6d1 /gdb/c-exp.y
parent243aa0c2420666e0e0c3a099732acc76bcd3df2a (diff)
downloadfsf-binutils-gdb-501ad43a890f663b3ba505f0d593907a487baef5.zip
fsf-binutils-gdb-501ad43a890f663b3ba505f0d593907a487baef5.tar.gz
fsf-binutils-gdb-501ad43a890f663b3ba505f0d593907a487baef5.tar.bz2
Remove sanitized-out Magic Cap support, will never be released
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r--gdb/c-exp.y9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y
index 4753973..7ea6c1f 100644
--- a/gdb/c-exp.y
+++ b/gdb/c-exp.y
@@ -298,15 +298,6 @@ exp : exp '.' name
write_exp_elt_opcode (STRUCTOP_STRUCT); }
;
-/* start-sanitize-gm
-Need to find a better way to do this...
-exp : exp '@' name
- { write_exp_elt_opcode (STRUCTOP_FIELD);
- write_exp_string ($3);
- write_exp_elt_opcode (STRUCTOP_FIELD);
- }
- end-sanitize-gm */
-
exp : exp '.' qualified_name
{ /* exp.type::name becomes exp.*(&type::name) */
/* Note: this doesn't work if name is a