]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-xtensa.c
xtensa: make map_suffix_reloc_to_operator return operatorT
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 23 May 2016 04:39:47 +0000 (00:39 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Tue, 24 May 2016 12:57:36 +0000 (08:57 -0400)
commitcc34adb29049afb367107bad78b163d7deddac3e
treea656ff020935ba77a99f8d5d4dd5acfa7959af89
parentc023823f5f7bff47977658ca8978d8961d2544ef
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.
gas/ChangeLog
gas/config/tc-xtensa.c