x86: record flag_code in tc_frag_data
authorJan Beulich <jbeulich@suse.com>
Mon, 23 Oct 2023 08:28:44 +0000 (10:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 23 Oct 2023 08:28:44 +0000 (10:28 +0200)
commited71929492f2219ef116ad43b4c36d08249aee93
tree892aea027d3f45a15a143c266ce660ad3ee86aa2
parentbe381d7175e4cb8de506d9175969396669fe5b88
x86: record flag_code in tc_frag_data

The recorded value, and not the global variable, will want using in
TC_FRAG_INIT(). The so far file scope variable therefore needs to become
external, to be accessible there.
gas/config/tc-i386.c
gas/config/tc-i386.h