]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Stop the assembler from complaining that the input and output files are the same...
authorNick Clifton <nickc@redhat.com>
Fri, 6 Mar 2020 10:44:12 +0000 (10:44 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 6 Mar 2020 10:44:12 +0000 (10:44 +0000)
commit3c968de5c7d1719b2f9b538f2f7f5f5922e5f311
tree1b8d480e10ef3daec9459d1d97ef6aee90bea959
parenta0dcf2970562c19140460a07b2c987714639cd7b
Stop the assembler from complaining that the input and output files are the same, if neither of them are regular files.

PR 25572
* as.c (main): Allow matching input and outputs when they are
not regular files.
gas/ChangeLog
gas/as.c