Date: Sat, 10 Jul 2010 17:43:24 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/libexec/rtld-elf Makefile Symbol.map src/libexec/rtld-elf/powerpc64 Makefile.inc reloc.c rtld_machdep.h rtld_start.S Message-ID: <201007101743.o6AHhsJv081956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-07-10 17:43:24 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile Symbol.map
Added files:
libexec/rtld-elf/powerpc64 Makefile.inc reloc.c rtld_machdep.h
rtld_start.S
Log:
SVN rev 209885 on 2010-07-10 17:43:24Z by nwhitehorn
RTLD support for powerpc64. A few small modifications to the Makefile
and symbol map are required to support various consequences of the dot
symbol scheme:
- Symbols beginning with a dot are reserved, so start private symbols with
an underscore.
- In order to set RTLD breakpoints, gdb must be able to locate the text
entry point, not the data section function descriptor, so add
.r_debug_state to the symbol map on powerpc64.
Obtained from: projects/ppc64
Revision Changes Path
1.48 +4 -0 src/libexec/rtld-elf/Makefile
1.8 +3 -0 src/libexec/rtld-elf/Symbol.map
1.1 +1 -0 src/libexec/rtld-elf/powerpc64/Makefile.inc (new)
1.1 +493 -0 src/libexec/rtld-elf/powerpc64/reloc.c (new)
1.1 +79 -0 src/libexec/rtld-elf/powerpc64/rtld_machdep.h (new)
1.1 +161 -0 src/libexec/rtld-elf/powerpc64/rtld_start.S (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007101743.o6AHhsJv081956>
