]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/input-scrub.c
gas: accept custom ".linefile <n> ."
authorJan Beulich <jbeulich@suse.com>
Fri, 11 Nov 2022 08:27:41 +0000 (09:27 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 11 Nov 2022 08:27:41 +0000 (09:27 +0100)
commitb60f6a628897335a857c1e0100db0a4724159c45
tree98837bf9afdc43c995c4e237b211672e5a002c9f
parentca4726752f67661b75d9f7963a5eed93fbb7fa00
gas: accept custom ".linefile <n> ."

While .linefile is generally intended for gas internal use only, its use
in a source file would better not result in an internal error. Give use
of it outside of any macro(-like) construct the meaning of restoring the
original (physical) input file name.
gas/input-scrub.c