This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix PR build/13372


(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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]