]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: drop .appfile and .appline
authorJan Beulich <jbeulich@suse.com>
Tue, 12 Apr 2022 07:04:15 +0000 (09:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 12 Apr 2022 07:04:15 +0000 (09:04 +0200)
commitc39e89c3aaa3a6790f85e80f2da5022bc4bce38b
tree075b73ce63b3483c6f6a0756479e1d45011040a0
parent657edeab3857130ddc005a88104711dd9e339ff0
gas: drop .appfile and .appline

These were used originally to represent "# <line> <file>" constructs
inserted by (typically) compilers when pre-processing. Quite some time
ago they were replaced by .linefile though. Since the original
directives were never documented, we ought to be able to remove support
for them. As a result in a number of case function parameter aren't used
anymore and can hence be dropped.
18 files changed:
gas/config/obj-coff.c
gas/config/obj-coff.h
gas/config/obj-ecoff.h
gas/config/obj-elf.c
gas/config/obj-elf.h
gas/config/obj-multi.h
gas/config/tc-mips.c
gas/config/tc-ppc.c
gas/config/tc-tic54x.c
gas/config/tc-z8k.c
gas/dwarf2dbg.c
gas/ecoff.c
gas/ecoff.h
gas/input-scrub.c
gas/macro.c
gas/obj.h
gas/read.c
gas/read.h