* remote.c (struct packet_reg): Declare.
[deliverable/binutils-gdb.git] / gas / config / tc-ns32k.c
index f8f01c6ffd30008240a58f7d49f388a13f2a44c1..3aa890d6bf563053bb8a03570b18ac45d2d7ce5f 100644 (file)
@@ -23,7 +23,6 @@
 /*#define SHOW_NUM 1*//* Uncomment for debugging.  */
 
 #include <stdio.h>
-#include <ctype.h>
 
 #include "as.h"
 #include "opcode/ns32k.h"
@@ -1299,7 +1298,7 @@ convert_iif ()
            case 3:
            case 4:
              /* The final size in objectmemory is known.  */
-             memP = frag_more(size);
+             memP = frag_more (size);
              j = iif.iifP[i].bit_fixP;
 
              switch (type)
@@ -1449,7 +1448,7 @@ convert_iif ()
                    /* Size is unknown until link time so have to
                        allow 4 bytes.  */
                    size = 4;
-                   memP = frag_more(size);
+                   memP = frag_more (size);
                    fix_new_ns32k_exp (frag_now,
                                       (long) (memP - frag_now->fr_literal),
                                       size,
@@ -1474,7 +1473,7 @@ convert_iif ()
                      {
                        /* Size is not important.  This gets fixed by
                           relax, but we assume 0 in what follows.  */
-                       memP = frag_more(4); /* Max size.  */
+                       memP = frag_more (4); /* Max size.  */
                        size = 0;
 
                        {
@@ -2051,9 +2050,6 @@ md_convert_frag (abfd, sec, fragP)
 
   /* The displacement of the address, from current location.  */
   disp = (S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset) - object_address;
-#ifdef BFD_ASSEMBLER
-  disp += symbol_get_frag (fragP->fr_symbol)->fr_address;
-#endif
   disp += md_pcrel_adjust (fragP);
 
   md_number_to_disp (buffer_address, (long) disp, (int) ext);
This page took 0.024794 seconds and 4 git commands to generate.