Skip to content

Commit 4c49065

Browse files
author
Joel Brobecker
committed
* procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
1 parent 2fb7225 commit 4c49065

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gdb/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2010-01-09 Joel Brobecker <[email protected]>
2+
3+
Fix build failure on sparc-solaris.
4+
* procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
5+
16
2010-01-08 Jan Kratochvil <[email protected]>
27

38
Move some symfile code into subroutines.

gdb/procfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6074,7 +6074,7 @@ procfs_do_thread_registers (bfd *obfd, ptid_t ptid,
60746074
target_fetch_registers (regcache, -1);
60756075

60766076
fill_gregset (regcache, &gregs, -1);
6077-
#if defined (UNIXWARE)
6077+
#if defined (NEW_PROC_API)
60786078
note_data = (char *) elfcore_write_lwpstatus (obfd,
60796079
note_data,
60806080
note_size,

0 commit comments

Comments
 (0)