* procfs.c (procfs_make_note_section): Go back to only outputing
an NT_PSTATUS note when UNIXWARE is defined.
This commit is contained in:
parent
9108f110ee
commit
8903eff681
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-10-11 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* procfs.c (procfs_make_note_section): Go back to only outputing
|
||||
an NT_PSTATUS note when UNIXWARE is defined.
|
||||
|
||||
2009-10-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* features/xinclude.dtd: Correct EMPTY typo.
|
||||
|
|
|
@ -6153,7 +6153,7 @@ procfs_make_note_section (bfd *obfd, int *note_size)
|
|||
|
||||
stop_signal = find_stop_signal ();
|
||||
|
||||
#ifdef NEW_PROC_API
|
||||
#ifdef UNIXWARE
|
||||
fill_gregset (get_current_regcache (), &gregs, -1);
|
||||
note_data = elfcore_write_pstatus (obfd, note_data, note_size,
|
||||
PIDGET (inferior_ptid),
|
||||
|
|
Loading…
Add table
Reference in a new issue