commit | b41ef0baac449de58c84d1a0261af0d91443b540 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Aug 18 08:57:34 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Aug 18 08:57:34 2023 +0200 |
tree | 40b4cb3c5857b5e5e2c598b3800f9b36976ef1f7 | |
parent | 899748950c12ee446bb394bb9660da1034bfbdc9 [diff] |
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.