From: Ian Lance Taylor Date: Wed, 12 Jan 1994 18:40:11 +0000 (+0000) Subject: * read.c (read_a_source_file): Cast array argument to unsigned X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbf7e43ddc09ba131142e1da938edc87b65eee36;p=binutils-gdb.git * read.c (read_a_source_file): Cast array argument to unsigned char. * write.c (adjust_reloc_syms): Remove unused variable symseginfo. (write_object_file): Don't define punt_it if it won't be used. (fixup_segment): Don't define skip if it won't be used. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1d35599d5c1..21241f3ddf5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Wed Jan 12 13:29:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * read.c (read_a_source_file): Cast array argument to unsigned + char. + * write.c (adjust_reloc_syms): Remove unused variable symseginfo. + (write_object_file): Don't define punt_it if it won't be used. + (fixup_segment): Don't define skip if it won't be used. + + * config/tc-mips.h (TARGET_FORMAT): Define as mips_target_format. + (mips_target_format): Declare. + * config/tc-mips.c (mips_target_format): Define with appropriate + default definition. + (md_parse_option): If -EL or -EB is used, change byte_order and + mips_target_format as appropriate. + Tue Jan 11 21:52:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * app.c (do_scrub_next_char): Another attempt to fix bugs