When the assembler reports that the input and output are the same, report the file...
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 14 Aug 2018 11:22:35 +0000 (12:22 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Aug 2018 11:22:35 +0000 (12:22 +0100)
commit2a50366ded329bfb39d387253450c9d5302c3503
tree3e94a8baeff1e9d05dadc08a896ebf4812fa9032
parent08887f4a644fb31fd04faa4208c523dbf9b4f93b
When the assembler reports that the input and output are the same, report the file names involved, in order to help debugging.  Also do not equate two files are the same if the have the same inode value but reside on different file systems.

* as.c (main): Improve check for input file matching output file.
gas/ChangeLog
gas/as.c
This page took 0.028059 seconds and 4 git commands to generate.