Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] Fix PR build/13372
@ 2011-11-02 17:15 Ben Golding
  2011-11-02 18:40 ` Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Golding @ 2011-11-02 17:15 UTC (permalink / raw)
  To: gdb-patches

(Apologies I'm not familiar with the usual process for submitting patches...)

Bug: http://sourceware.org/bugzilla/show_bug.cgi?id=13372

Patch generated with diff -cp:
*** events.c~   Mon Feb 14 06:14:27 2011
--- events.c    Wed Nov  2 18:13:54 2011
***************
*** 26,31 ****
--- 26,32 ----
  #include "events.h"
  
  #include <signal.h>
+ #include <stdlib.h>
  
  #if !defined (SIM_EVENTS_POLL_RATE)
  #define SIM_EVENTS_POLL_RATE 0x1000


Changelog entry should read something like:
sim/ppc/
* events.c: add #include <stdlib.h> for free(). Fix PR build/13372.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-03 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-02 17:15 [patch] Fix PR build/13372 Ben Golding
2011-11-02 18:40 ` Tom Tromey
2011-11-03 15:01   ` Ben Golding
2011-11-03 15:48     ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox