From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4357 invoked by alias); 10 Dec 2004 20:53:16 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 4344 invoked by uid 48); 10 Dec 2004 20:53:14 -0000 Date: Fri, 10 Dec 2004 20:53:00 -0000 Message-ID: <20041210205314.4343.qmail@sourceware.org> From: "opensource at artnaseef dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20041210205058.606.opensource@artnaseef.com> References: <20041210205058.606.opensource@artnaseef.com> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/606] profiling causes segfault in gmon mcount on ARM X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg00038.txt.bz2 List-Id: ------- Additional Comments From opensource at artnaseef dot com 2004-12-10 20:53 ------- Created an attachment (id=308) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=308&action=view) suggested fix This patch fixes the problem, for the ARM architecture only, by adding an alignment preprocessor macro that can be defined for a specific architecture, and aligning the pointer assignments in _monstartup() based on this macro. It also sets the alignment for the ARM architecture to 4 bytes. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=606 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.