* procfs.c (procfs_make_note_section): Go back to only outputing
authorPedro Alves <palves@redhat.com>
Sun, 11 Oct 2009 22:50:08 +0000 (22:50 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 11 Oct 2009 22:50:08 +0000 (22:50 +0000)
an NT_PSTATUS note when UNIXWARE is defined.

gdb/ChangeLog
gdb/procfs.c

index 5f16e96ad0d0e7855608753fd614ef6fdb4cceda..7e3f17b81bfb2c7d85f3d9daf6a0b12b696b5da4 100644 (file)
@@ -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.
index b2868bcc3413d6e21c1c4a90fcd56e83ee3086fb..d43031bed1238e19dd0854b9d8d2e129ae0df4cf 100644 (file)
@@ -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),
This page took 0.030709 seconds and 4 git commands to generate.