Andreas Schwab <sch...@linux-m68k.org> writes: > Anton Blanchard <an...@samba.org> writes: > >> On 64bit applications the VDSO is the only thing in segment 0. Since the VDSO >> is position independent we can remove the hint and let get_unmapped_area pick >> an area. > > This breaks gdb. The section table in the VDSO image when mapped into > the process no longer contains meaningful values, and gdb rejects it.
The problem is that the load segment requires 64k alignment, but the page allocater of course only provides PAGE_SIZE alignment, causing the image to be unaligned in memory. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev