public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: Fix another const correctness warning
@ 2017-04-03 17:28 Palmer Dabbelt
  0 siblings, 0 replies; only message in thread
From: Palmer Dabbelt @ 2017-04-03 17:28 UTC (permalink / raw)
  To: binutils; +Cc: Palmer Dabbelt

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-03 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 17:28 [PATCH] RISC-V: Fix another const correctness warning Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).