* config/tc-m88k.c (omagic): Removed unused variable.
authorIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1993 22:16:39 +0000 (22:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1993 22:16:39 +0000 (22:16 +0000)
gas/ChangeLog
gas/config/tc-m88k.c

index 1217c382007dfe2fc8bdeaa68d534196fdaa72c1..9c3dca7804932d54e89640c32532bc4660f2ce1b 100644 (file)
@@ -8,6 +8,7 @@ Thu Jul 15 11:51:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        need md_pcrel_from for a PC relative relocation within the same
        file).
        * config/tc-m88k.c (md_pcrel_from): Corrected return value.
+       (omagic): Removed unused variable.
 
        * Preliminary support for m88k-coff.
        * configure.in (m88k-*-coff*): New target.  Use coffbfd and
index 5c8d602aba7f1c8036a329475cad011ef9f9c3b2..109225055f3aa71c0ad20f1eb12b961b2a3db2bd 100644 (file)
@@ -135,9 +135,6 @@ static struct hash_control *op_hash = NULL;
 /* These bits should be turned off in the first address of every segment */
 int md_seg_align = 7;
 
-/* This is the number to put at the beginning of the a.out file */
-long omagic = OMAGIC;
-
 /* These chars start a comment anywhere in a source file (except inside
    another comment */
 const char comment_chars[] = ";";
This page took 0.044847 seconds and 4 git commands to generate.