commit | 2dd26659e3167526212b7b3a18a5c747058aff1e | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Tue Jun 12 15:14:51 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jun 25 10:14:38 2018 +0200 |
tree | f39497fc35bf173f42d8859b92e9d40e6787bb9d | |
parent | a5802353b1ee8e4c97e5c255bed7651b924098fa [diff] |
s390/als: avoid .init.* sections usage Since als.c is the part of the decompressor only, there is no point in using init sections for code and data. That's just creating extra sections in the decompressor image. Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>