From 6d4d30bb14cca96f185a5cac3642560826b7e523 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 17 May 1999 03:21:46 +0000 Subject: / Move bitfield overflow checks to after the md_apply_fix call in fixup_segment so that md_apply_fix has a chance to modify value. Handle 8 and 16-bit pcrel relocs for i386. Prototypes and other minor code cleanups. --- gas/expr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/expr.c') diff --git a/gas/expr.c b/gas/expr.c index d5d55fd..b49720c 100644 --- a/gas/expr.c +++ b/gas/expr.c @@ -34,6 +34,10 @@ #include "obstack.h" static void floating_constant PARAMS ((expressionS * expressionP)); +static valueT generic_bignum_to_int32 PARAMS ((void)); +#ifdef BFD64 +static valueT generic_bignum_to_int64 PARAMS ((void)); +#endif static void integer_constant PARAMS ((int radix, expressionS * expressionP)); static void mri_char_constant PARAMS ((expressionS *)); static void current_location PARAMS ((expressionS *)); -- cgit v1.1