* read.c (read_a_source_file): Cast array argument to unsigned
authorIan Lance Taylor <ian@airs.com>
Wed, 12 Jan 1994 18:40:11 +0000 (18:40 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 12 Jan 1994 18:40:11 +0000 (18:40 +0000)
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.

gas/ChangeLog

index 1d35599d5c1727ec7f8474e482baf5eb49a0f864..21241f3ddf5e9b6ea52c94c0927727b1c7eeb32a 100644 (file)
@@ -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