X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fparser-defs.h;h=f49ff9e76aa53db543303f92099ed0dc23fe16f8;hb=65d12d83a581c833b3c09acead57dd1134154e46;hp=05061f77597ec229cc4983b952e69a43e6fbfdb3;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 05061f7759..f49ff9e76a 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -1,7 +1,7 @@ /* Parser definitions for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2002, 2007, 2008 Free Software Foundation, Inc. Modified from expread.y by the Department of Computer Science at the State University of New York at Buffalo. @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -19,9 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #if !defined (PARSER_DEFS_H) #define PARSER_DEFS_H 1 @@ -121,6 +119,8 @@ extern void write_exp_elt_longcst (LONGEST); extern void write_exp_elt_dblcst (DOUBLEST); +extern void write_exp_elt_decfloatcst (gdb_byte *); + extern void write_exp_elt_type (struct type *); extern void write_exp_elt_intern (struct internalvar *); @@ -131,13 +131,14 @@ extern void write_exp_bitstring (struct stoken); extern void write_exp_elt_block (struct block *); +extern void write_exp_elt_objfile (struct objfile *objfile); + extern void write_exp_msymbol (struct minimal_symbol *, struct type *, struct type *); extern void write_dollar_variable (struct stoken str); -extern struct symbol *parse_nested_classes_for_hpacc (char *, int, char **, - int *, char **); +extern void mark_struct_expression (void); extern char *find_template_name_end (char *);