This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

Re: [rfc] Fix header in gdb.gdbtk


[re-directing to insight@]

Markus Deuling wrote:
Hi,

some tests in gdb.gdbtk/ fail on x86 because some headers are missing. This patch
adds those.


Btw, why is there a separate ChangeLog?

Because Insight is not officially a part of GDB, but it was originally developed as such. Aside from configury and Makefiles, this is the only bit of Insight that is not isolated in src/gdb/gdbtk.


Ok to commit?

Yes, please do. Thank you for the patch.


Keith

ChangeLog:

    * simple.c: Inlude <stdlib.h> and <string.h> for declarations of
    malloc and strncpy.
    * stack1.c: Inlucde <stdlib.h> for a declaration of exit.


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