mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* procfs.c (procfs_make_note_section): Go back to only outputing
an NT_PSTATUS note when UNIXWARE is defined.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user