* gasp.c: Include libiberty.h.
authorIan Lance Taylor <ian@airs.com>
Fri, 6 May 1994 18:39:04 +0000 (18:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 6 May 1994 18:39:04 +0000 (18:39 +0000)
(main): Remove unused variable i.

gas/ChangeLog
gas/gasp.c

index 2d8da391b18c714015f0d5e36af1ee36db594669..9c991ddb13b00b6a0928c217a675ab19b5b38be2 100644 (file)
@@ -1,5 +1,15 @@
+Fri May  6 14:35:58 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * gasp.c: Include libiberty.h.
+       (main): Remove unused variable i.
+
+       * config/tc-ppc.c (md_begin): When using -many, permit comparison
+       instructions to appear multiple times in the opcode table.
+
 Thu May  5 19:14:43 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
 
+       * Makefile.in (VERSION): Update to 2.2.90.
+
        * symbols.c (symbol_new) [BFD_ASSEMBLER]: Don't permit additions
        to the symbol table if it's already been set in the output bfd.
        (symbol_begin) [! EMIT_SECTION_SYMBOLS] [RELOC_REQUIRES_SYMBOL]:
index 5e1fbef709c7451ac141f2a9bb269f47859c5485..83ccc557e7b2b1881ce1bdcea38000253b433d5a 100644 (file)
@@ -52,6 +52,7 @@ suitable for gas to consume.
 #include <ctype.h>
 
 #include "host.h"
+#include "libiberty.h"
 
 char *program_version = "1.2";
 
@@ -3806,7 +3807,6 @@ main (argc, argv)
      int argc;
      char **argv;
 {
-  int i;
   int opt;
   char *out_name = 0;
   sp = include_stack;