* gas/hppa/basic/*.s: Use .code instead of .SPACE/.SUBSPA for
[deliverable/binutils-gdb.git] / bfd / som.c
index b5786b51ed750fb46c1350adf6cd639a9bad450a..16a5e4a7cf92f9ad73b5703849be0d11ea23252d 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -440,9 +440,7 @@ static const struct fixup_format som_fixup_formats[256] =
   1,    "Lb4*=Mb1+L*=",        /* 0x2b */
   2,    "Lb4*=Md1+4*=",        /* 0x2c */
   3,    "Ld1+=Me1+=",  /* 0x2d */
-  /* R_SHORT_PCREL_MODE */
   0,           "",             /* 0x2e */
-  /* R_LONG_PCREL_MODE */
   0,           "",             /* 0x2f */
   /* R_PCREL_CALL */
   0,    "L4=RD=Sb=",   /* 0x30 */
@@ -459,8 +457,9 @@ static const struct fixup_format som_fixup_formats[256] =
   1,    "L4=RD8<b+=Sb=",/* 0x3b */
   0,    "L4=RD8<b+=Sd=",/* 0x3c */
   1,    "L4=RD8<b+=Sd=",/* 0x3d */
-  /* R_RESERVED */
+  /* R_SHORT_PCREL_MODE */
   0,    "",            /* 0x3e */
+  /* R_LONG_PCREL_MODE */
   0,    "",            /* 0x3f */
   /* R_ABS_CALL */
   0,    "L4=RD=Sb=",   /* 0x40 */
@@ -4292,7 +4291,7 @@ som_slurp_symbol_table (abfd)
          som_symbol_data (sym)->tc_data.ap.hppa_priv_level =
            sym->symbol.value & 0x3;
          sym->symbol.value &= ~0x3;
-         /* If the symbol's scope is ST_UNSAT, then these are
+         /* If the symbol's scope is SS_UNSAT, then these are
             undefined function symbols.  */
          if (bufp->symbol_scope == SS_UNSAT)
            sym->symbol.flags |= BSF_FUNCTION;
@@ -6258,6 +6257,8 @@ const bfd_target som_vec =
   BFD_JUMP_TABLE_LINK (som),
   BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
+  NULL,
+  
   (PTR) 0
 };
 
This page took 0.024205 seconds and 4 git commands to generate.