aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/opcode/arc-attrs.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 9c19b87..24f1688 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-18 Alan Modra <amodra@gmail.com>
+
+ * opcode/arc-attrs.h (CONFLICT_LIST): Make const.
+
2020-12-16 Alan Modra <amodra@gmail.com>
* bfdlink.h (struct bfd_link_info): Add maxpagesize and
diff --git a/include/opcode/arc-attrs.h b/include/opcode/arc-attrs.h
index 5162db0..c12470f 100644
--- a/include/opcode/arc-attrs.h
+++ b/include/opcode/arc-attrs.h
@@ -58,7 +58,7 @@ const struct feature_type
#endif
/* A table with conflicting features. */
-unsigned CONFLICT_LIST [] = {
+const unsigned CONFLICT_LIST [] = {
NPS400 | SPX,
NPS400 | DPX,
DPX | DPA,