diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2025-08-15 11:03:41 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2025-08-15 11:05:41 -0700 |
commit | b71d1202f007157767c55d1a253632138efb4451 (patch) | |
tree | 68e28d09185d58e59593809d3683af691ed09a76 | |
parent | 7dcdd8cae43ce8768f605c63044cde6755336436 (diff) | |
download | binutils-b71d1202f007157767c55d1a253632138efb4451.zip binutils-b71d1202f007157767c55d1a253632138efb4451.tar.gz binutils-b71d1202f007157767c55d1a253632138efb4451.tar.bz2 |
objcopy.c: Re-indent slim LTO IR comment
Re-indent slim LTO IR comment in
commit 9b383903e73cd01f2fbe9728d0c31fea765ba8d6
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Tue Aug 12 12:02:08 2025 -0700
strip: Treat slim GCC/LLVM IR objects the same
PR binutils/33271
* objcopy.c (copy_file): Re-indent slim LTO IR comment.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 6d6df02..d88422e 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -4058,7 +4058,7 @@ copy_file (const char *input_filename, const char *output_filename, int ofd, } #if BFD_SUPPORTS_PLUGINS - /* Copy slim LTO IR file as unknown file. */ + /* Copy slim LTO IR file as unknown file. */ if (ibfd->lto_type == lto_slim_ir_object) ok_object = false; #endif |