OSDN Git Service

microblaze mmu/elf/shared lib support
authorRyan Flux <ryan.flux@emsolutions.com.au>
Tue, 4 Oct 2011 00:50:49 +0000 (10:50 +1000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 6 Oct 2011 20:22:25 +0000 (22:22 +0200)
commit331b43717229eaad2a95bf420f5100079bd53683
tree784606042014321101c611ef4650b1b6aacff76a
parentcc5499a6a678e4caf1b06f33192de84d5ab88fd5
microblaze mmu/elf/shared lib support

microblaze can either be with mmu or without
If with, use elf rather than flat, and support shared libs

Signed-off-by: Ryan Flux <ryan.flux@emsolutions.com.au>
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
13 files changed:
extra/Configs/Config.microblaze
include/elf.h
ldso/include/dl-string.h
ldso/ldso/microblaze/dl-debug.h [new file with mode: 0644]
ldso/ldso/microblaze/dl-startup.h [new file with mode: 0644]
ldso/ldso/microblaze/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/microblaze/dl-sysdep.h [new file with mode: 0644]
ldso/ldso/microblaze/elfinterp.c [new file with mode: 0644]
ldso/ldso/microblaze/resolve.S [new file with mode: 0644]
libc/sysdeps/linux/microblaze/bits/uClibc_page.h
libc/sysdeps/linux/microblaze/setjmp.S
libc/sysdeps/linux/microblaze/vfork.S
utils/ldd.c