]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: change '.bss' to '.section .bss'
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 20 Jun 2022 09:45:10 +0000 (02:45 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 20 Jun 2022 09:50:34 +0000 (02:50 -0700)
commit6504d7db42df593131429197e88cefb8ae7d895f
treee1ba6fbc09a99f8b8cb4fd5f4b694aef1d5c7c90
parentb5d1721dbfed7d7560a7ad974da94d6f77f5383e
xtensa: change '.bss' to '.section .bss'

For some reason (ancient assembler?) the following build error is
reported by the kisskb:

  kisskb/src/arch/xtensa/kernel/entry.S: Error: unknown pseudo-op: `.bss':
  => 2176

Change abbreviated '.bss' to the full '.section .bss, "aw"' to fix this
error.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/entry.S