get rid of unused m4 files
[deliverable/binutils-gdb.git] / gdb / ch-exp.y
index 2789d76767a904319aa8c5f96a5101261895899a..e7b4558967fd238926b05c3c0501ac98436f6812 100644 (file)
@@ -1,5 +1,5 @@
 /* YACC grammar for Chill expressions, for GDB.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -54,12 +54,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 %{
 
 #include "defs.h"
+#include <string.h>
 #include <ctype.h>
 #include "expression.h"
 #include "language.h"
 #include "value.h"
 #include "parser-defs.h"
 #include "ch-lang.h"
+#include "bfd.h" /* Required by objfiles.h.  */
+#include "symfile.h" /* Required by objfiles.h.  */
+#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
 
 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
    as well as gratuitiously global symbol names, so we can have multiple
@@ -83,8 +87,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yypgo   chill_pgo
 #define        yyact   chill_act
 #define        yyexca  chill_exca
-#define yyerrflag chill_errflag
-#define yynerrs        chill_nerrs
+#define        yyerrflag chill_errflag
+#define        yynerrs chill_nerrs
 #define        yyps    chill_ps
 #define        yypv    chill_pv
 #define        yys     chill_s
@@ -95,8 +99,17 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yy_yyv  chill_yyv
 #define        yyval   chill_val
 #define        yylloc  chill_lloc
-#define yyreds chill_reds              /* With YYDEBUG defined */
-#define yytoks chill_toks              /* With YYDEBUG defined */
+#define        yyreds  chill_reds              /* With YYDEBUG defined */
+#define        yytoks  chill_toks              /* With YYDEBUG defined */
+#define yylhs  chill_yylhs
+#define yylen  chill_yylen
+#define yydefred chill_yydefred
+#define yydgoto        chill_yydgoto
+#define yysindex chill_yysindex
+#define yyrindex chill_yyrindex
+#define yygindex chill_yygindex
+#define yytable         chill_yytable
+#define yycheck         chill_yycheck
 
 #ifndef YYDEBUG
 #define        YYDEBUG 0               /* Default to no yydebug support */
@@ -140,43 +153,12 @@ yyerror PARAMS ((char *));
     int *ivec;
   }
 
-%token <voidval> FIXME_01
-%token <voidval> FIXME_02
-%token <voidval> FIXME_03
-%token <voidval> FIXME_04
-%token <voidval> FIXME_05
-%token <voidval> FIXME_06
-%token <voidval> FIXME_07
-%token <voidval> FIXME_08
-%token <voidval> FIXME_09
-%token <voidval> FIXME_10
-%token <voidval> FIXME_11
-%token <voidval> FIXME_12
-%token <voidval> FIXME_13
-%token <voidval> FIXME_14
-%token <voidval> FIXME_15
-%token <voidval> FIXME_16
-%token <voidval> FIXME_17
-%token <voidval> FIXME_18
-%token <voidval> FIXME_19
-%token <voidval> FIXME_20
-%token <voidval> FIXME_21
-%token <voidval> FIXME_22
-%token <voidval> FIXME_24
-%token <voidval> FIXME_25
-%token <voidval> FIXME_26
-%token <voidval> FIXME_27
-%token <voidval> FIXME_28
-%token <voidval> FIXME_29
-%token <voidval> FIXME_30
-
 %token <typed_val>     INTEGER_LITERAL
 %token <ulval>         BOOLEAN_LITERAL
 %token <typed_val>     CHARACTER_LITERAL
 %token <dval>          FLOAT_LITERAL
 %token <ssym>          GENERAL_PROCEDURE_NAME
 %token <ssym>          LOCATION_NAME
-%token <voidval>       SET_LITERAL
 %token <voidval>       EMPTINESS_LITERAL
 %token <sval>          CHARACTER_STRING_LITERAL
 %token <sval>          BIT_STRING_LITERAL
@@ -227,12 +209,14 @@ yyerror PARAMS ((char *));
 %token <voidval>       SUCC
 %token <voidval>       ABS
 %token <voidval>       CARD
-%token <voidval>       MAX
-%token <voidval>       MIN
+%token <voidval>       MAX_TOKEN
+%token <voidval>       MIN_TOKEN
+%token <voidval>       ADDR_TOKEN
 %token <voidval>       SIZE
 %token <voidval>       UPPER
 %token <voidval>       LOWER
 %token <voidval>       LENGTH
+%token <voidval>       ARRAY
 
 /* Tokens which are not Chill tokens used in expressions, but rather GDB
    specific things that we recognize in the same context as Chill tokens
@@ -243,33 +227,20 @@ yyerror PARAMS ((char *));
 %token <ivar>          GDB_VARIABLE    /* Convenience variable */
 %token <voidval>       GDB_ASSIGNMENT  /* Assign value to somewhere */
 
-%type <voidval>                location
 %type <voidval>                access_name
 %type <voidval>                primitive_value
-%type <voidval>                location_contents
 %type <voidval>                value_name
 %type <voidval>                literal
 %type <voidval>                tuple
-%type <voidval>                value_string_element
-%type <voidval>                value_string_slice
-%type <voidval>                value_array_element
-%type <voidval>                value_array_slice
-%type <voidval>                value_structure_field
+%type <voidval>                slice
 %type <voidval>                expression_conversion
-%type <voidval>                value_procedure_call
 %type <voidval>                value_built_in_routine_call
-%type <voidval>                chill_value_built_in_routine_call
-%type <voidval>                start_expression
-%type <voidval>                zero_adic_operator
 %type <voidval>                parenthesised_expression
 %type <voidval>                value
-%type <voidval>                undefined_value
 %type <voidval>                expression
 %type <voidval>                conditional_expression
 %type <voidval>                then_alternative
 %type <voidval>                else_alternative
-%type <voidval>                sub_expression
-%type <voidval>                value_case_alternative
 %type <voidval>                operand_0
 %type <voidval>                operand_1
 %type <voidval>                operand_2
@@ -277,39 +248,24 @@ yyerror PARAMS ((char *));
 %type <voidval>                operand_4
 %type <voidval>                operand_5
 %type <voidval>                operand_6
-%type <voidval>                synonym_name
-%type <voidval>                value_enumeration_name
-%type <voidval>                value_do_with_name
-%type <voidval>                value_receive_name
-%type <voidval>                string_primitive_value
-%type <voidval>                start_element
-%type <voidval>                left_element
-%type <voidval>                right_element
-%type <voidval>                slice_size
-%type <voidval>                array_primitive_value
 %type <voidval>                expression_list
-%type <voidval>                lower_element
-%type <voidval>                upper_element
-%type <voidval>                first_element
-%type <voidval>                mode_argument
-%type <voidval>                upper_lower_argument
-%type <voidval>                length_argument
+%type <tval>           mode_argument
+%type <voidval>                single_assignment_action
+%type <tsym>           mode_name
+%type <lval>           rparen
+
+/* Not implemented:
+%type <voidval>                undefined_value
 %type <voidval>                array_mode_name
 %type <voidval>                string_mode_name
 %type <voidval>                variant_structure_mode_name
-%type <voidval>                boolean_expression
-%type <voidval>                case_selector_list
-%type <voidval>                subexpression
-%type <voidval>                case_label_specification
-%type <voidval>                buffer_location
-%type <voidval>                single_assignment_action
-%type <tsym>           mode_name
+*/
 
 %%
 
 /* Z.200, 5.3.1 */
 
-start  :       value
+start  :       value { }
        |       mode_name
                        { write_exp_elt_opcode(OP_TYPE);
                          write_exp_elt_type($1.type);
@@ -317,28 +273,10 @@ start     :       value
        ;
 
 value          :       expression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+/*
                |       undefined_value
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-undefined_value        :       FIXME_01
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-/* Z.200, 4.2.1 */
-
-location       :       access_name
-               |       primitive_value POINTER
-                       {
-                         write_exp_elt_opcode (UNOP_IND);
-                       }
+                       { ??? }
+*/
                ;
 
 /* Z.200, 4.2.2 */
@@ -346,6 +284,7 @@ location    :       access_name
 access_name    :       LOCATION_NAME
                        {
                          write_exp_elt_opcode (OP_VAR_VALUE);
+                         write_exp_elt_block (NULL);
                          write_exp_elt_sym ($1.sym);
                          write_exp_elt_opcode (OP_VAR_VALUE);
                        }
@@ -367,10 +306,6 @@ access_name        :       LOCATION_NAME
                          write_exp_elt_intern ($1);
                          write_exp_elt_opcode (OP_INTERNALVAR); 
                        }
-               |       FIXME_03
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                ;
 
 /* Z.200, 4.2.8 */
@@ -383,100 +318,73 @@ expression_list  :       expression
                        {
                          arglist_len++;
                        }
+               ;
 
-/* Z.200, 5.2.1 */
-
-primitive_value        :       location_contents
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-                |      value_name
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-                |      literal
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-                |      tuple
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-                |      value_string_element
+maybe_expression_list: /* EMPTY */
                        {
-                         $$ = 0;       /* FIXME */
+                         arglist_len = 0;
                        }
-                |      value_string_slice
+               |       expression_list
+               ;
+
+
+/* Z.200, 5.2.1 */
+
+primitive_value_lparen: primitive_value '('
+                               /* This is to save the value of arglist_len
+                                  being accumulated for each dimension. */
+                               { start_arglist (); }
+               ;
+
+rparen         :       ')'
+                               { $$ = end_arglist (); }
+               ;
+
+primitive_value        :
+                       access_name
+               |       primitive_value_lparen maybe_expression_list rparen
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (MULTI_SUBSCRIPT);
+                         write_exp_elt_longcst ($3);
+                         write_exp_elt_opcode (MULTI_SUBSCRIPT);
                        }
-                |      value_array_element
-                       {
-                         $$ = 0;       /* FIXME */
+               |       primitive_value FIELD_NAME
+                       { write_exp_elt_opcode (STRUCTOP_STRUCT);
+                         write_exp_string ($2);
+                         write_exp_elt_opcode (STRUCTOP_STRUCT);
                        }
-                |      value_array_slice
+               |       primitive_value POINTER
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (UNOP_IND);
                        }
-                |      value_structure_field
+               |       primitive_value POINTER mode_name
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (UNOP_CAST);
+                         write_exp_elt_type (lookup_pointer_type ($3.type));
+                         write_exp_elt_opcode (UNOP_CAST);
+                         write_exp_elt_opcode (UNOP_IND);
                        }
+                |      value_name
+                |      literal
+                |      tuple
+                |      slice
                 |      expression_conversion
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-                |      value_procedure_call
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                 |      value_built_in_routine_call
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+/*
                 |      start_expression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { ??? }
                 |      zero_adic_operator
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { ??? }
+*/
                 |      parenthesised_expression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-/* Z.200, 5.2.2 */
-
-location_contents:     location
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                ;
 
 /* Z.200, 5.2.3 */
 
-value_name     :       synonym_name
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       value_enumeration_name
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       value_do_with_name
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       value_receive_name
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       GENERAL_PROCEDURE_NAME
+value_name     :       GENERAL_PROCEDURE_NAME
                        {
                          write_exp_elt_opcode (OP_VAR_VALUE);
+                         write_exp_elt_block (NULL);
                          write_exp_elt_sym ($1.sym);
                          write_exp_elt_opcode (OP_VAR_VALUE);
                        }
@@ -511,13 +419,14 @@ literal           :       INTEGER_LITERAL
                          write_exp_elt_dblcst ($1);
                          write_exp_elt_opcode (OP_DOUBLE);
                        }
-               |       SET_LITERAL
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       EMPTINESS_LITERAL
                        {
-                         $$ = 0;       /* FIXME */
+                         struct type *void_ptr_type
+                           = lookup_pointer_type (builtin_type_void);
+                         write_exp_elt_opcode (OP_LONG);
+                         write_exp_elt_type (void_ptr_type);
+                         write_exp_elt_longcst (0);
+                         write_exp_elt_opcode (OP_LONG);
                        }
                |       CHARACTER_STRING_LITERAL
                        {
@@ -535,185 +444,139 @@ literal         :       INTEGER_LITERAL
 
 /* Z.200, 5.2.5 */
 
-tuple          :       FIXME_04
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+tuple_element  :       expression
+               |       named_record_element
                ;
 
-
-/* Z.200, 5.2.6 */
-
-value_string_element:  string_primitive_value '(' start_element ')'
-                       {
-                         $$ = 0;       /* FIXME */
+named_record_element:  FIELD_NAME ',' named_record_element
+                       { write_exp_elt_opcode (OP_LABELED);
+                         write_exp_string ($1);
+                         write_exp_elt_opcode (OP_LABELED);
+                       }
+               |       FIELD_NAME ':' expression       
+                       { write_exp_elt_opcode (OP_LABELED);
+                         write_exp_string ($1);
+                         write_exp_elt_opcode (OP_LABELED);
                        }
                ;
 
-/* Z.200, 5.2.7 */
-
-value_string_slice:    string_primitive_value '(' left_element ':' right_element ')'
+tuple_elements :       tuple_element
                        {
-                         $$ = 0;       /* FIXME */
+                         arglist_len = 1;
                        }
-               |       string_primitive_value '(' start_element UP slice_size ')'
+               |       tuple_elements ',' tuple_element
                        {
-                         $$ = 0;       /* FIXME */
+                         arglist_len++;
                        }
                ;
 
-/* Z.200, 5.2.8 */
-
-value_array_element:   array_primitive_value '('
-                               /* This is to save the value of arglist_len
-                                  being accumulated for each dimension. */
-                               { start_arglist (); }
-                       expression_list ')'
-                       {
-                         write_exp_elt_opcode (MULTI_SUBSCRIPT);
-                         write_exp_elt_longcst ((LONGEST) end_arglist ());
-                         write_exp_elt_opcode (MULTI_SUBSCRIPT);
-                       }
+maybe_tuple_elements : tuple_elements
+               | /* EMPTY */
                ;
 
-/* Z.200, 5.2.9 */
-
-value_array_slice:     array_primitive_value '(' lower_element ':' upper_element ')'
+tuple  :       '['
+                       { start_arglist (); }
+               maybe_tuple_elements ']'
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (OP_ARRAY);
+                         write_exp_elt_longcst ((LONGEST) 0);
+                         write_exp_elt_longcst ((LONGEST) end_arglist () - 1);
+                         write_exp_elt_opcode (OP_ARRAY);
                        }
-               |       array_primitive_value '(' first_element UP slice_size ')'
+               |
+               mode_name '['
+                       { start_arglist (); }
+               maybe_tuple_elements ']'
                        {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-/* Z.200, 5.2.10 */
+                         write_exp_elt_opcode (OP_ARRAY);
+                         write_exp_elt_longcst ((LONGEST) 0);
+                         write_exp_elt_longcst ((LONGEST) end_arglist () - 1);
+                         write_exp_elt_opcode (OP_ARRAY);
 
-value_structure_field: primitive_value FIELD_NAME
-                       { write_exp_elt_opcode (STRUCTOP_STRUCT);
-                         write_exp_string ($2);
-                         write_exp_elt_opcode (STRUCTOP_STRUCT);
-                       }
-               ;
-
-/* Z.200, 5.2.11 */
-
-expression_conversion: mode_name parenthesised_expression
-                       {
                          write_exp_elt_opcode (UNOP_CAST);
                          write_exp_elt_type ($1.type);
                          write_exp_elt_opcode (UNOP_CAST);
                        }
                ;
 
-/* Z.200, 5.2.12 */
 
-value_procedure_call:  FIXME_05
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
+/* Z.200, 5.2.6 */
 
-/* Z.200, 5.2.13 */
 
-value_built_in_routine_call:   chill_value_built_in_routine_call
+slice: primitive_value_lparen expression ':' expression rparen
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (TERNOP_SLICE);
                        }
-               ;
-
-/* Z.200, 5.2.14 */
-
-start_expression:      FIXME_06
+               |       primitive_value_lparen expression UP expression rparen
                        {
-                         $$ = 0;       /* FIXME */
-                       }       /* Not in GNU-Chill */
+                         write_exp_elt_opcode (TERNOP_SLICE_COUNT);
+                       }
                ;
 
-/* Z.200, 5.2.15 */
+/* Z.200, 5.2.11 */
 
-zero_adic_operator:    FIXME_07
+expression_conversion: mode_name parenthesised_expression
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (UNOP_CAST);
+                         write_exp_elt_type ($1.type);
+                         write_exp_elt_opcode (UNOP_CAST);
+                       }
+               |       ARRAY '(' ')' mode_name parenthesised_expression
+                       /* This is pseudo-Chill, similar to C's '(TYPE[])EXPR'
+                          which casts to an artificial array. */
+                       {
+                         struct type *range_type
+                           = create_range_type ((struct type *) NULL,
+                                                builtin_type_int, 0, 0);
+                         struct type *array_type
+                           = create_array_type ((struct type *) NULL,
+                                                $4.type, range_type);
+                         TYPE_ARRAY_UPPER_BOUND_TYPE(array_type)
+                           = BOUND_CANNOT_BE_DETERMINED;
+                         write_exp_elt_opcode (UNOP_CAST);
+                         write_exp_elt_type (array_type);
+                         write_exp_elt_opcode (UNOP_CAST);
                        }
                ;
 
 /* Z.200, 5.2.16 */
 
 parenthesised_expression:      '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                ;
 
 /* Z.200, 5.3.2 */
 
 expression     :       operand_0
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       single_assignment_action
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       conditional_expression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-conditional_expression : IF boolean_expression then_alternative else_alternative FI
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       CASE case_selector_list OF value_case_alternative '[' ELSE sub_expression ']' ESAC
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-then_alternative:      THEN subexpression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                ;
 
-else_alternative:      ELSE subexpression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       ELSIF boolean_expression then_alternative else_alternative
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+conditional_expression : IF expression then_alternative else_alternative FI
+                       { write_exp_elt_opcode (TERNOP_COND); }
+/*
+               |       CASE case_selector_list OF value_case_alternative ELSE expression ESAC
+                       { error ("not implemented:  CASE expression" }
+*/
                ;
 
-sub_expression :       expression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+then_alternative:      THEN expression
                ;
 
-value_case_alternative:        case_label_specification ':' sub_expression ';'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+else_alternative:      ELSE expression
+               |       ELSIF expression then_alternative else_alternative
+                       { write_exp_elt_opcode (TERNOP_COND); }
                ;
 
 /* Z.200, 5.3.3 */
 
 operand_0      :       operand_1
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       operand_0 LOGIOR operand_1
                        {
                          write_exp_elt_opcode (BINOP_BITWISE_IOR);
                        }
                |       operand_0 ORIF operand_1
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (BINOP_LOGICAL_OR);
                        }
                |       operand_0 LOGXOR operand_1
                        {
@@ -724,25 +587,19 @@ operand_0 :       operand_1
 /* Z.200, 5.3.4 */
 
 operand_1      :       operand_2
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       operand_1 LOGAND operand_2
                        {
                          write_exp_elt_opcode (BINOP_BITWISE_AND);
                        }
                |       operand_1 ANDIF operand_2
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (BINOP_LOGICAL_AND);
                        }
                ;
 
 /* Z.200, 5.3.5 */
 
 operand_2      :       operand_3
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       operand_2 '=' operand_3
                        {
                          write_exp_elt_opcode (BINOP_EQUAL);
@@ -769,7 +626,7 @@ operand_2   :       operand_3
                        }
                |       operand_2 IN operand_3
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (BINOP_IN);
                        }
                ;
 
@@ -777,9 +634,6 @@ operand_2   :       operand_3
 /* Z.200, 5.3.6 */
 
 operand_3      :       operand_4
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       operand_3 '+' operand_4
                        {
                          write_exp_elt_opcode (BINOP_ADD);
@@ -797,9 +651,6 @@ operand_3   :       operand_4
 /* Z.200, 5.3.7 */
 
 operand_4      :       operand_5
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       operand_4 '*' operand_5
                        {
                          write_exp_elt_opcode (BINOP_MUL);
@@ -821,9 +672,6 @@ operand_4   :       operand_5
 /* Z.200, 5.3.8 */
 
 operand_5      :       operand_6
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                |       '-' operand_6
                        {
                          write_exp_elt_opcode (UNOP_NEG);
@@ -842,25 +690,20 @@ operand_5 :       operand_6
 
 /* Z.200, 5.3.9 */
 
-operand_6      :       POINTER location
+operand_6      :       POINTER primitive_value
                        {
                          write_exp_elt_opcode (UNOP_ADDR);
                        }
-               |       RECEIVE buffer_location
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+               |       RECEIVE expression
+                       { error ("not implemented:  RECEIVE expression"); }
                |       primitive_value
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
                ;
 
 
 /* Z.200, 6.2 */
 
 single_assignment_action :
-                       location GDB_ASSIGNMENT value
+                       primitive_value GDB_ASSIGNMENT value
                        {
                          write_exp_elt_opcode (BINOP_ASSIGN);
                        }
@@ -868,126 +711,63 @@ single_assignment_action :
 
 /* Z.200, 6.20.3 */
 
-chill_value_built_in_routine_call :
+value_built_in_routine_call :
                        NUM '(' expression ')'
                        {
-                         $$ = 0;       /* FIXME */
+                         write_exp_elt_opcode (UNOP_CAST);
+                         write_exp_elt_type (builtin_type_int);
+                         write_exp_elt_opcode (UNOP_CAST);
                        }
                |       PRED '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { error ("not implemented:  PRED builtin function"); }
                |       SUCC '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { error ("not implemented:  SUCC builtin function"); }
+               |       ADDR_TOKEN '(' expression ')'
+                       { write_exp_elt_opcode (UNOP_ADDR); }
                |       ABS '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { error ("not implemented:  ABS builtin function"); }
                |       CARD '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       MAX '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       MIN '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       SIZE '(' location ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { error ("not implemented:  CARD builtin function"); }
+               |       MAX_TOKEN '(' expression ')'
+                       { error ("not implemented:  MAX builtin function"); }
+               |       MIN_TOKEN '(' expression ')'
+                       { error ("not implemented:  MIN builtin function"); }
+               |       SIZE '(' expression ')'
+                       { write_exp_elt_opcode (UNOP_SIZEOF); }
                |       SIZE '(' mode_argument ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       UPPER '(' upper_lower_argument ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       LOWER '(' upper_lower_argument ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       LENGTH '(' length_argument ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { write_exp_elt_opcode (OP_LONG);
+                         write_exp_elt_type (builtin_type_int);
+                         write_exp_elt_longcst ((LONGEST) TYPE_LENGTH ($3));
+                         write_exp_elt_opcode (OP_LONG); }
+               |       LOWER '(' mode_argument ')'
+                       { write_lower_upper_value (UNOP_LOWER, $3); }
+               |       UPPER '(' mode_argument ')'
+                       { write_lower_upper_value (UNOP_UPPER, $3); }
+               |       LOWER '(' expression ')'
+                       { write_exp_elt_opcode (UNOP_LOWER); }
+               |       UPPER '(' expression ')'
+                       { write_exp_elt_opcode (UNOP_UPPER); }
+               |       LENGTH '(' expression ')'
+                       { write_exp_elt_opcode (UNOP_LENGTH); }
                ;
 
 mode_argument :                mode_name
                        {
-                         $$ = 0;       /* FIXME */
+                         $$ = $1.type;
                        }
+/*
                |       array_mode_name '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { ??? }
                |       string_mode_name '(' expression ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { ??? }
                |       variant_structure_mode_name '(' expression_list ')'
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
+                       { ??? }
+*/
                ;
 
 mode_name :            TYPENAME
                ;
 
-upper_lower_argument : expression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               |       mode_name
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-length_argument :      expression
-                       {
-                         $$ = 0;       /* FIXME */
-                       }
-               ;
-
-/* Z.200, 12.4.3 */
-
-array_primitive_value :        primitive_value
-                       {
-                         $$ = 0;
-                       }
-               ;
-
-
-/* Things which still need productions... */
-
-array_mode_name                :       FIXME_08 { $$ = 0; }
-string_mode_name       :       FIXME_09 { $$ = 0; }
-variant_structure_mode_name:   FIXME_10 { $$ = 0; }
-synonym_name           :       FIXME_11 { $$ = 0; }
-value_enumeration_name         :       FIXME_12 { $$ = 0; }
-value_do_with_name     :       FIXME_13 { $$ = 0; }
-value_receive_name     :       FIXME_14 { $$ = 0; }
-string_primitive_value         :       FIXME_15 { $$ = 0; }
-start_element          :       FIXME_16 { $$ = 0; }
-left_element           :       FIXME_17 { $$ = 0; }
-right_element          :       FIXME_18 { $$ = 0; }
-slice_size             :       FIXME_19 { $$ = 0; }
-lower_element          :       FIXME_20 { $$ = 0; }
-upper_element          :       FIXME_21 { $$ = 0; }
-first_element          :       FIXME_22 { $$ = 0; }
-boolean_expression     :       FIXME_26 { $$ = 0; }
-case_selector_list     :       FIXME_27 { $$ = 0; }
-subexpression          :       FIXME_28 { $$ = 0; }
-case_label_specification:      FIXME_29 { $$ = 0; }
-buffer_location        :       FIXME_30 { $$ = 0; }
-
 %%
 
 /* Implementation of a dynamically expandable buffer for processing input
@@ -1038,7 +818,7 @@ match_simple_name_string ()
 {
   char *tokptr = lexptr;
 
-  if (isalpha (*tokptr))
+  if (isalpha (*tokptr) || *tokptr == '_')
     {
       char *result;
       do {
@@ -1048,9 +828,6 @@ match_simple_name_string ()
       yylval.sval.length = tokptr - lexptr;
       lexptr = tokptr;
       result = copy_name (yylval.sval);
-      for (tokptr = result; *tokptr; tokptr++)
-       if (isupper (*tokptr))
-         *tokptr = tolower(*tokptr);
       return result;
     }
   return (NULL);
@@ -1074,7 +851,9 @@ decode_integer_value (base, tokptrptr, ivalptr)
 
   while (*tokptr != '\0')
     {
-      temp = tolower (*tokptr);
+      temp = *tokptr;
+      if (isupper (temp))
+        temp = tolower (temp);
       tokptr++;
       switch (temp)
        {
@@ -1212,7 +991,6 @@ match_float_literal ()
   char *tokptr = lexptr;
   char *buf;
   char *copy;
-  char ch;
   double dval;
   extern double strtod ();
   
@@ -1331,7 +1109,7 @@ match_float_literal ()
   return (0);
 }
 
-/* Recognize a string literal.  A string literal is a nonzero sequence
+/* Recognize a string literal.  A string literal is a sequence
    of characters enclosed in matching single or double quotes, except that
    a single character inside single quotes is a character literal, which
    we reject as a string literal.  To embed the terminator character inside
@@ -1359,7 +1137,6 @@ match_string_literal ()
       tempbuf[tempbufindex++] = *tokptr;
     }
   if (*tokptr == '\0'                                  /* no terminator */
-      || tempbufindex == 0                             /* no string */
       || (tempbufindex == 1 && *tokptr == '\''))       /* char literal */
     {
       return (0);
@@ -1402,7 +1179,7 @@ match_character_literal ()
   char *tokptr = lexptr;
   int ival = 0;
   
-  if ((tolower (*tokptr) == 'c') && (*(tokptr + 1) == '\''))
+  if ((*tokptr == 'c' || *tokptr == 'C') && (*(tokptr + 1) == '\''))
     {
       /* We have a GNU chill extension form, so skip the leading "C'",
         decode the hex value, and then ensure that we have a trailing
@@ -1494,14 +1271,15 @@ match_integer_literal ()
 static int
 match_bitstring_literal ()
 {
-  char *tokptr = lexptr;
-  int mask;
+  register char *tokptr = lexptr;
   int bitoffset = 0;
   int bitcount = 0;
-  int base;
+  int bits_per_char;
   int digit;
   
   tempbufindex = 0;
+  CHECKBUF (1);
+  tempbuf[0] = 0;
 
   /* Look for the required explicit base specifier. */
   
@@ -1509,21 +1287,21 @@ match_bitstring_literal ()
     {
     case 'b':
     case 'B':
-      base = 2;
+      bits_per_char = 1;
       break;
     case 'o':
     case 'O':
-      base = 8;
+      bits_per_char = 3;
       break;
     case 'h':
     case 'H':
-      base = 16;
+      bits_per_char = 4;
       break;
     default:
       return (0);
       break;
     }
-  
+
   /* Ensure that the character after the explicit base is a single quote. */
   
   if (*tokptr++ != '\'')
@@ -1533,7 +1311,9 @@ match_bitstring_literal ()
   
   while (*tokptr != '\0' && *tokptr != '\'')
     {
-      digit = tolower (*tokptr);
+      digit = *tokptr;
+      if (isupper (digit))
+        digit = tolower (digit);
       tokptr++;
       switch (digit)
        {
@@ -1551,29 +1331,33 @@ match_bitstring_literal ()
            return (0);
            break;
        }
-      if (digit >= base)
+      if (digit >= 1 << bits_per_char)
        {
          /* Found something not in domain for current base. */
          return (0);
        }
       else
        {
-         /* Extract bits from digit, starting with the msbit appropriate for
-            the current base, and packing them into the bitstring byte,
-            starting at the lsbit. */
-         for (mask = (base >> 1); mask > 0; mask >>= 1)
+         /* Extract bits from digit, packing them into the bitstring byte. */
+         int k = TARGET_BYTE_ORDER == BIG_ENDIAN ? bits_per_char - 1 : 0;
+         for (; TARGET_BYTE_ORDER == BIG_ENDIAN ? k >= 0 : k < bits_per_char;
+              TARGET_BYTE_ORDER == BIG_ENDIAN ? k-- : k++)
            {
              bitcount++;
-             CHECKBUF (1);
-             if (digit & mask)
+             if (digit & (1 << k))
                {
-                 tempbuf[tempbufindex] |= (1 << bitoffset);
+                 tempbuf[tempbufindex] |=
+                   (TARGET_BYTE_ORDER == BIG_ENDIAN)
+                     ? (1 << (HOST_CHAR_BIT - 1 - bitoffset))
+                       : (1 << bitoffset);
                }
              bitoffset++;
              if (bitoffset == HOST_CHAR_BIT)
                {
                  bitoffset = 0;
                  tempbufindex++;
+                 CHECKBUF(1);
+                 tempbuf[tempbufindex] = 0;
                }
            }
        }
@@ -1653,7 +1437,7 @@ match_dollar_tokens ()
              && !isalnum (tokptr[namelength]))
            {
              yylval.lval = regno;
-             lexptr += namelength + 1;
+             lexptr += namelength;
              return (GDB_REGNAME);
            }
        }
@@ -1728,6 +1512,7 @@ struct token
 
 static const struct token idtokentab[] =
 {
+    { "array", ARRAY },
     { "length", LENGTH },
     { "lower", LOWER },
     { "upper", UPPER },
@@ -1739,15 +1524,18 @@ static const struct token idtokentab[] =
     { "orif", ORIF },
     { "num", NUM },
     { "abs", ABS },
-    { "max", MAX },
-    { "min", MIN },
+    { "max", MAX_TOKEN },
+    { "min", MIN_TOKEN },
     { "mod", MOD },
     { "rem", REM },
     { "not", NOT },
     { "xor", LOGXOR },
     { "and", LOGAND },
     { "in", IN },
-    { "or", LOGIOR }
+    { "or", LOGIOR },
+    { "up", UP },
+    { "addr", ADDR_TOKEN },
+    { "null", EMPTINESS_LITERAL }
 };
 
 static const struct token tokentab2[] =
@@ -1769,7 +1557,7 @@ yylex ()
 {
     unsigned int i;
     int token;
-    char *simplename;
+    char *inputname;
     struct symbol *sym;
 
     /* Skip over any leading whitespace. */
@@ -1802,7 +1590,7 @@ yylex ()
       {
        case '\'':
        case '\"':
-         /* First try to match a string literal, which is any nonzero
+         /* First try to match a string literal, which is any
             sequence of characters enclosed in matching single or double
             quotes, except that a single character inside single quotes
             is a character literal, so we have to catch that case also. */
@@ -1881,10 +1669,17 @@ yylex ()
        the token from lexptr, so we can't back out if we later find that
        we can't classify what sort of name it is. */
 
-    simplename = match_simple_name_string ();
+    inputname = match_simple_name_string ();
 
-    if (simplename != NULL)
+    if (inputname != NULL)
       {
+       char *simplename = (char*) alloca (strlen (inputname) + 1);
+
+       char *dptr = simplename, *sptr = inputname;
+       for (; *sptr; sptr++)
+         *dptr++ = isupper (*sptr) ? tolower(*sptr) : *sptr;
+       *dptr = '\0';
+
        /* See if it is a reserved identifier. */
        for (i = 0; i < sizeof (idtokentab) / sizeof (idtokentab[0]); i++)
            {
@@ -1906,9 +1701,15 @@ yylex ()
                return (BOOLEAN_LITERAL);
            }
 
-       sym = lookup_symbol (simplename, expression_context_block,
+       sym = lookup_symbol (inputname, expression_context_block,
                             VAR_NAMESPACE, (int *) NULL,
                             (struct symtab **) NULL);
+       if (sym == NULL && strcmp (inputname, simplename) != 0)
+         {
+           sym = lookup_symbol (simplename, expression_context_block,
+                                VAR_NAMESPACE, (int *) NULL,
+                                (struct symtab **) NULL);
+         }
        if (sym != NULL)
          {
            yylval.ssym.stoken.ptr = NULL;
@@ -1927,8 +1728,11 @@ yylex ()
              case LOC_ARG:
              case LOC_REF_ARG:
              case LOC_REGPARM:
+             case LOC_REGPARM_ADDR:
              case LOC_LOCAL:
              case LOC_LOCAL_ARG:
+             case LOC_BASEREG:
+             case LOC_BASEREG_ARG:
                if (innermost_block == NULL
                    || contained_in (block_found, innermost_block))
                  {
@@ -1946,7 +1750,7 @@ yylex ()
              case LOC_UNDEF:
              case LOC_CONST_BYTES:
              case LOC_OPTIMIZED_OUT:
-               error ("Symbol \"%s\" names no location.", simplename);
+               error ("Symbol \"%s\" names no location.", inputname);
                break;
              }
          }
@@ -1956,7 +1760,7 @@ yylex ()
          }
        else
          {
-           error ("No symbol \"%s\" in current context.", simplename);
+           error ("No symbol \"%s\" in current context.", inputname);
          }
       }
 
@@ -1968,8 +1772,8 @@ yylex ()
        case '.':                       /* Not float for example. */
          lexptr++;
          while (isspace (*lexptr)) lexptr++;
-         simplename = match_simple_name_string ();
-         if (!simplename)
+         inputname = match_simple_name_string ();
+         if (!inputname)
            return '.';
          return FIELD_NAME;
       }
@@ -1977,17 +1781,23 @@ yylex ()
     return (ILLEGAL_TOKEN);
 }
 
+void
+write_lower_upper_value (opcode, type)
+     enum exp_opcode opcode;  /* Either UNOP_LOWER or UNOP_UPPER */
+     struct type *type;
+{
+  extern LONGEST type_lower_upper ();
+  struct type *result_type;
+  LONGEST val = type_lower_upper (opcode, type, &result_type);
+  write_exp_elt_opcode (OP_LONG);
+  write_exp_elt_type (result_type);
+  write_exp_elt_longcst (val);
+  write_exp_elt_opcode (OP_LONG);
+}
+
 void
 yyerror (msg)
-     char *msg;        /* unused */
+     char *msg;
 {
-  printf ("Parsing:  %s\n", lexptr);
-  if (yychar < 256)
-    {
-      error ("Invalid syntax in expression near character '%c'.", yychar);
-    }
-  else
-    {
-      error ("Invalid syntax in expression");
-    }
+  error ("A %s in expression, near `%s'.", (msg ? msg : "error"), lexptr);
 }
This page took 0.039147 seconds and 4 git commands to generate.