commit | e83aca0906f40c9dc0cf06dd0b743a5ad4df1ceb | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Mar 07 11:26:43 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 07 11:26:43 2025 +0100 |
tree | ce4acb9f5c02cce010481c61dcc0d48bf437dc73 | |
parent | cdd8492b05979842a1660e99862cd1680e52b28d [diff] |
gas: centralize declaration of listing_tail Besides it being somewhat off to have three decls scattered across the code base, it is generally bad practice for the definition of a symbol to not also observe its declaration (making sure the two won't go out of sync).