]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-i386.c
x86: de-duplicate sub-architecture strings accumulation
authorJan Beulich <jbeulich@suse.com>
Tue, 5 Jul 2022 06:39:43 +0000 (08:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 5 Jul 2022 06:39:43 +0000 (08:39 +0200)
commit8180707f9042b70a14b55cb147724c323e6042b6
treeb64e98fb77cbc4cb20921c3dbc7c0d2bde04020d
parent10e52570b8c1f3257578dfd6b84adc711bce4c0d
x86: de-duplicate sub-architecture strings accumulation

Introduce a helper function to replace 4 instances of similar code. Use
reconcat() to cover the previously explicit free().
gas/config/tc-i386.c