OSDN Git Service

Don't zero r1 on entry to the dynamic linker.
authorElliott Hughes <enh@google.com>
Wed, 9 Jul 2014 02:22:57 +0000 (19:22 -0700)
committerElliott Hughes <enh@google.com>
Wed, 9 Jul 2014 04:38:32 +0000 (21:38 -0700)
commit996524383f99cf513c181205cf61937faab85352
tree96e6071474eda2e2e47f92b257271aaca3ca887f
parent006e0770ffaa57d88f407fad8d9b78ea0efa9c6a
Don't zero r1 on entry to the dynamic linker.

There's no need: __linker_init only takes one argument.

Also remove the arm __CTOR_LIST__; we use .init_array and .fini_array instead
of .ctor and .dtor anyway, and I don't think we've ever supported the latter.

Change-Id: Ifc91a5a90c6aa39d674bf0509a7af2e1ff0beddd
linker/arch/arm/begin.S
linker/arch/arm64/begin.S
linker/arch/x86_64/begin.S