This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc 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]

[Bug libc/606] profiling causes segfault in gmon mcount on ARM


------- 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.


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