forked from Imagelibrary/binutils-gdb
Fix various warnings seen when using gcc-5.0
* config/tc-m68k.c (md_assemble): Add assert to work around bogus trunk gcc warning. * config/tc-pj.h (md_convert_frag): Warning fix. * config/tc-xtensa.c (xg_assemble_vliw_tokens): Warning fix.
This commit is contained in:
@@ -36,7 +36,7 @@ void pj_cons_fix_new_pj (struct frag *, int, int, expressionS *,
|
||||
arelent *tc_gen_reloc (asection *, struct fix *);
|
||||
|
||||
#define md_section_align(SEGMENT, SIZE) (SIZE)
|
||||
#define md_convert_frag(B, S, F) (as_fatal (_("convert_frag\n")), 0)
|
||||
#define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n"))
|
||||
#define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")),0)
|
||||
#define md_undefined_symbol(NAME) 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user