forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -445,9 +445,7 @@ bump_line_counters (void)
|
||||
|
||||
/* Tells us what the new logical line number and file are.
|
||||
If the line_number is -1, we don't change the current logical line
|
||||
number. If it is -2, we decrement the logical line number (this is
|
||||
to support the .appfile pseudo-op inserted into the stream by
|
||||
do_scrub_chars).
|
||||
number.
|
||||
If fname is NULL, we don't change the current logical file name, unless
|
||||
bit 3 of flags is set.
|
||||
Returns nonzero if the filename actually changes. */
|
||||
|
||||
Reference in New Issue
Block a user