sparc: make a field type bfd_reloc_code_real_type
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 27 Jun 2016 11:38:33 +0000 (07:38 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Tue, 19 Jul 2016 11:50:38 +0000 (07:50 -0400)
gas/ChangeLog:

2016-07-19  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-sparc.c (struct pop_entry): Make the type of reloc
bfd_reloc_code_real_type.

gas/ChangeLog
gas/config/tc-sparc.c

index cf25c6f4fa8b1eee231a54deb7ca793635ed6711..db7656056b460595970495abea0580a0c6e4f0f3 100644 (file)
@@ -1,3 +1,8 @@
+2016-07-19  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-sparc.c (struct pop_entry): Make the type of reloc
+       bfd_reloc_code_real_type.
+
 2016-07-19  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
        * config/tc-sparc.c (pop_table): Remove sentinel.
index 45b2be645d1904b6008ceef4186344755043abd9..9171407621ad87eb4b36bf197577829b3d69faf2 100644 (file)
@@ -883,7 +883,7 @@ struct pop_entry
   /* The name as it appears in assembler.  */
   const char *name;
   /* The reloc this pseudo-op translates to.  */
-  int reloc;
+  bfd_reloc_code_real_type reloc;
   /* Flags.  See F_POP_* above.  */
   int flags;
 };
This page took 0.029307 seconds and 4 git commands to generate.