]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: drop TC_ADDRESS_BYTES conditionals
authorJan Beulich <jbeulich@suse.com>
Mon, 14 Jun 2021 06:18:07 +0000 (08:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 14 Jun 2021 06:18:07 +0000 (08:18 +0200)
commit4981807e06a7d274c22c25f342c3e37b29a2bc0c
treeb947a4bc63cccc402341e20f947c3cfd7a11f62e
parent92a3f613632902b6ccb2b285d6f21b89cc9e1f6b
gas: drop TC_ADDRESS_BYTES conditionals

I've been repeatedly confused by, in particular, the .dc.a potable[]
entry being conditional. Grepping in gas/config/ reveals only very few
targets actually #define-ing it. But as of 7be1c4891a20 the symbol is
always defined, so #ifdef-s are pointless (and, as said, potentially
confusing).

Also adjust documentation to reflect this.
gas/ChangeLog
gas/doc/internals.texi
gas/read.c