aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-05-23 00:39:47 -0400
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-05-24 08:57:36 -0400
commitcc34adb29049afb367107bad78b163d7deddac3e (patch)
treea656ff020935ba77a99f8d5d4dd5acfa7959af89 /gas/ChangeLog
parentc023823f5f7bff47977658ca8978d8961d2544ef (diff)
downloadgdb-cc34adb29049afb367107bad78b163d7deddac3e.zip
gdb-cc34adb29049afb367107bad78b163d7deddac3e.tar.gz
gdb-cc34adb29049afb367107bad78b163d7deddac3e.tar.bz2
xtensa: make map_suffix_reloc_to_operator return operatorT
It always returns an element of the enum operatorT, so it should be clearer to make that the return type. gas/ChangeLog: 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field operator to operatorT. (map_suffix_reloc_to_operator): Change return type to operatorT.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 48cb3cb..3fae338 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
+ * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
+ operator to operatorT.
+ (map_suffix_reloc_to_operator): Change return type to operatorT.
+
+2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
+
* config/tc-d30v.c (find_format): Change type of X_op to operatorT.
2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>