csu: Change start code license to have link exception
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 22 Aug 2022 13:21:53 +0000 (14:21 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 26 Aug 2022 08:14:53 +0000 (09:14 +0100)
commit06d4381dd81eaab16b538017adc5854033f44b6d
tree8ce69c406e1256ed185ff5dda312d6fdec67362c
parent5ecc98241229d494aaad23a4a3fe106fe11e1f40
csu: Change start code license to have link exception

The start code can get linked into dynamic linked executables where
LGPL would require shipping the source or linkable binaries when the
executable is distributed.

On some targets the license exception was missing in start.S (which
is compiled into crt1.o and Scrt1.o which may end up linked into PDE
and PIE binaries).

I did not review what other code may end up in executables, just
fixed the start.S license inconsistency across targets.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/aarch64/start.S
sysdeps/arc/start.S
sysdeps/loongarch/start.S
sysdeps/or1k/start.S