Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167200921
D22199.id63812.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
434 B
Referenced Files
None
Subscribers
None
D22199.id63812.diff
View Options
Index: contrib/gdb/gdb/ppcfbsd-tdep.c
===================================================================
--- contrib/gdb/gdb/ppcfbsd-tdep.c
+++ contrib/gdb/gdb/ppcfbsd-tdep.c
@@ -484,7 +484,11 @@
static int
ppcfbsd_pc_in_sigtramp (CORE_ADDR pc, char *func_name)
{
+#ifdef __powerpc64__
+ return 0;
+#else
return (pc >= 0x7fffef00U) ? 1 : 0;
+#endif
}
/* NetBSD is confused. It appears that 1.5 was using the correct SVr4
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 20, 9:37 PM (13 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37009797
Default Alt Text
D22199.id63812.diff (434 B)
Attached To
Mode
D22199: Avoid wrong sigtramp detection on ppc64
Attached
Detach File
Event Timeline
Log In to Comment