Fix a problem in the assembler when checking for overlapping input and output files...
authorNick Clifton <nickc@redhat.com>
Mon, 14 May 2018 12:05:02 +0000 (13:05 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 14 May 2018 12:05:02 +0000 (13:05 +0100)
commitc3533c4c7c5db84b27e4dc8994a3c3a893077c03
treed024b1abd92c1df2038593d7ef4f3b7e0eff2e57
parent4ec0995016801cc5d5cf13baf6e10163861e6852
Fix a problem in the assembler when checking for overlapping input and output files on non-POSIX compliant systems.

PR 23153
* as.c (main): When checking for an output file that is also an
input file, also check that the inode is not zero.
gas/ChangeLog
gas/as.c