OSDN Git Service

Blackfin: add elf_machine_load_address() stub
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jul 2009 09:01:14 +0000 (05:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 23 Jul 2009 09:41:23 +0000 (05:41 -0400)
commitc783cce0b040d32dc24aa6b99831287f46659458
tree8ac4530903ac56f4a00b76ab4ae1d46706c8f31a
parent3acdf4fa294ca935d384762da91b3a37dabb59ca
Blackfin: add elf_machine_load_address() stub

The Blackfin port never defined elf_machine_load_address() because the one
place this code is called never matters to us.  But without it, common code
likes to hit a build failure, so stub it out.

ldso/ldso/dl-startup.c: In function '_dl_start':
ldso/ldso/dl-startup.c:170: warning: implicit declaration of function 'elf_machine_load_address'

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ldso/ldso/bfin/dl-sysdep.h