This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]