[PATCH] RISC-V: Fix another const correctness warning

Palmer Dabbelt palmer@dabbelt.com
Mon Apr 3 17:28:00 GMT 2017


2017-04-03  Palmer Dabbelt  <palmer@dabbelt.com>

        * config/tc-riscv.c (riscv_pre_output_hook) <frag>: No longer const.
---
 gas/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 557b43c..0ba9a84 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 2017-04-03  Palmer Dabbelt  <palmer@dabbelt.com>
 
+	* config/tc-riscv.c (riscv_pre_output_hook) <frag>: No longer const.
+
+2017-04-03  Palmer Dabbelt  <palmer@dabbelt.com>
+
 	* config/tc-riscv.c (riscv_clear_subsets): Cast argument to free to
 	avoid const warnings.
 
-- 
2.10.2



More information about the Binutils mailing list