This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ARM] Alignment trap in dynamic linker


On Wed, Nov 18, 2009 at 02:05:51PM -0500, Daniel Jacobowitz wrote:
> You shouldn't have relative relocations that aren't word aligned.  You
> need to figure out what relocation ld.so is processing when this
> happens.

Many thanks for the hint.

$ arm-v4t-linux-gnueabi-objdump -R libc-2.9.so | grep -i "[7a] "
0011f9a7 R_ARM_RELATIVE    *ABS*
0011fffa R_ARM_RELATIVE    *ABS*
$ arm-v4t-linux-gnueabi-objdump -R librt-2.9.so | grep -i "[7a] "
0000585a R_ARM_RELATIVE    *ABS*
00005897 R_ARM_RELATIVE    *ABS*

What controls relocation alignment?

Best regards,
	ladis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]