This is the mail archive of the
libc-ports@sources.redhat.com
mailing list for the libc-ports project.
Re: LinuxThreads unwind info for MIPS
- From: Daniel Jacobowitz <drow at false dot org>
- To: libc-ports at sourceware dot org
- Date: Fri, 12 Dec 2008 14:18:43 -0500
- Subject: Re: LinuxThreads unwind info for MIPS
- References: <20081203170902.GA18591@caradoc.them.org>
On Wed, Dec 03, 2008 at 12:09:02PM -0500, Daniel Jacobowitz wrote:
> I don't anticipate the LinuxThreads module being used again, but
> here's a patch I developed for an older toolchain. It applied
> cleanly, so I've committed it for posterity. This fixes backtrace()
> and GDB backtraces across system calls in multi-threaded MIPS Linux
> applications, using LinuxThreads.
With obvious correction...
--
Daniel Jacobowitz
CodeSourcery
2008-12-12 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Correct typo in
CFI data.
Index: sysdeps/unix/sysv/linux/mips/sysdep-cancel.h
===================================================================
RCS file: /cvs/glibc/linuxthreads/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h,v
retrieving revision 1.4
diff -u -p -r1.4 sysdep-cancel.h
--- sysdeps/unix/sysv/linux/mips/sysdep-cancel.h 3 Dec 2008 17:06:19 -0000 1.4
+++ sysdeps/unix/sysv/linux/mips/sysdep-cancel.h 12 Dec 2008 19:16:05 -0000
@@ -32,7 +32,6 @@
99: la t9,__syscall_error; \
jr t9; \
ENTRY (name) \
- cfi_startproc; \
.set noreorder; \
.cpload t9; \
.set reorder; \