mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
/
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.
This commit is contained in:
@ -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 *));
|
||||
|
Reference in New Issue
Block a user