gas: make S_IS_LOCAL() and S_IS_EXTERNAL() exclusive of one another
authorJan Beulich <jbeulich@suse.com>
Fri, 18 Aug 2023 06:57:34 +0000 (08:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 18 Aug 2023 06:57:34 +0000 (08:57 +0200)
commitb41ef0baac449de58c84d1a0261af0d91443b540
tree40b4cb3c5857b5e5e2c598b3800f9b36976ef1f7
parent899748950c12ee446bb394bb9660da1034bfbdc9
gas: make S_IS_LOCAL() and S_IS_EXTERNAL() exclusive of one another

While they aren't opposites of each other, there also shouldn't be any
symbol for which both return true; both may return false. Therefore
use S_IS_EXTERNAL() in S_IS_LOCAL(), thus subsuming the sanity check
which so far both did alike.
gas/symbols.c