]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: macro-ize cpu_arch[] entries
authorJan Beulich <jbeulich@suse.com>
Tue, 5 Jul 2022 06:40:09 +0000 (08:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 5 Jul 2022 06:40:09 +0000 (08:40 +0200)
commit6ceeed2506a745584c8b78f20667a2afecefb6cb
tree5d6c565a759112517ffa4258eb6cb8a4f31b1c53
parent8180707f9042b70a14b55cb147724c323e6042b6
x86: macro-ize cpu_arch[] entries

Putting individual elements behind macros, besides (imo) improving
readability, will make subsequent (and likely also future) changes less
intrusive.

Utilize this right away to pack the table a little more tightly, by
converting "skip" to bool and putting it earlier in a group of bitfields
together with "len".
gas/config/tc-i386.c