[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190725195633.GA15202@avx2>
Date: Thu, 25 Jul 2019 22:56:33 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: .h.s files spam
What are these files for?
$ cat ../obj/include/linux/kernel.h.s
.file "null"
.text
.ident "GCC: (Gentoo 9.1.0-r1 p1.1) 9.1.0"
.section .note.GNU-stack,"",@progbits
$ find ../obj/ -type f -name '*.s' | wc -l
4047
It is "allyesconfig" in case someone is going to reproduce it.
Powered by blists - more mailing lists