summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/gas/expr.h')
-rw-r--r--contrib/binutils/gas/expr.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/binutils/gas/expr.h b/contrib/binutils/gas/expr.h
index 5002556..a963148 100644
--- a/contrib/binutils/gas/expr.h
+++ b/contrib/binutils/gas/expr.h
@@ -1,5 +1,5 @@
/* expr.h -> header file for expr.c
- Copyright (C) 1987, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1987, 92-97, 1998 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -152,4 +152,9 @@ extern struct symbol *make_expr_symbol PARAMS ((expressionS * expressionP));
extern int expr_symbol_where
PARAMS ((struct symbol *, char **, unsigned int *));
+extern struct symbol * expr_build_uconstant PARAMS ((offsetT));
+extern struct symbol * expr_build_unary PARAMS ((operatorT, struct symbol *));
+extern struct symbol * expr_build_binary
+ PARAMS ((operatorT, struct symbol *, struct symbol *));
+
/* end of expr.h */
OpenPOWER on IntegriCloud