]> code.ossystems Code Review - openembedded-core.git/commit
binutils: Improve check for input file matching output file
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 16 Aug 2018 02:54:39 +0000 (10:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Aug 2018 09:44:07 +0000 (10:44 +0100)
commit83cb0938b90bab9ba727f883b8955b0b40d49a01
treed5f8fe91d812bdbb0ad2f07a97743738339f5f84
parentfb83997ded3789c7447402a9fda03b1669cecae0
binutils: Improve check for input file matching output file

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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/binutils/binutils-2.31.inc
meta/recipes-devtools/binutils/binutils/0017-improve-check-for-input-file-matching-output-file.patch [new file with mode: 0644]