bionic/linker
Elliott Hughes 4eeb1f12a8 Clean up linker architecture macros.
We don't need our own architecture macros; the standard ones will do.

This patch also fixes some __x86_64__ tests to be USE_RELA tests instead,
because they're not actually x86_64-specific.

I've cleaned up architecture-specific code slightly so where possible
all the code corresponding to a particular architecture is together.

This patch also fixes a bug in LP64 DT_PLTGOT handling, which should be
an error rather than falling through into DT_DEBUG! There was another #ifdef
bug where we'd only report unexpected DT_ entries on MIPS.

Change-Id: Id1d04e372611f641c1aa278a18e379f28af9eaf5
2013-10-28 11:02:49 -07:00
..
arch x86_64 linker. 2013-10-08 09:57:01 -07:00
Android.mk Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
debugger.cpp Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
dlfcn.cpp Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
linker_debug.h Make logging fall back to /dev/stderr if we're on the host. 2013-10-08 13:19:00 -07:00
linker_environ.cpp Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
linker_environ.h Fix Clang warning since KernelArgumentBlock is actually a class. 2013-10-08 00:08:13 -07:00
linker_phdr.cpp Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
linker_phdr.h Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
linker.cpp Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
linker.h Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Regenerate all NOTICE files with the latest version of the script. 2012-08-15 15:43:13 -07:00
rt.cpp More dynamic linker cleanup. 2012-10-30 16:35:38 -07:00