gas: Silence GCC 10 warning on tc-cr16.c
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 1ff090ab688aa4cec78f89b7b5d7ee8b268003da..96c78092a04e84f85428f07cd5f1217d6167f0e0 100644 (file)
@@ -1,3 +1,22 @@
+2020-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-cr16.c (md_convert_frag): Replace fragP->fr_literal
+       with &fragP->fr_literal[0].
+
+2020-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-csky.c (md_convert_frag): Replace fragp->fr_literal
+       with &fragp->fr_literal[0].
+       * config/tc-microblaze.c (md_apply_fix): Likewise.
+       * config/tc-sh.c (md_convert_frag): Likewise.
+
+2020-05-24  Jim Wilson  <jimw@sifive.com>
+
+       PR 26025
+       * config/tc-riscv.c (riscv_pre_output_hook): Change s type from const
+       asection to segT.  New locals seg and subseg.  Call subseg_set before
+       fix_new_exp.  Call subseg_set after loop to restore original values.
+
 2020-05-21  Alan Modra  <amodra@gmail.com>
 
        * atof-generic.c: Replace "if (x) free (x)" with "free (x)"
This page took 0.024222 seconds and 4 git commands to generate.