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]

[PING PATCH 0/3] Rationalize cleanups/exceptions includes


Hi all,

This one's been sitting for over a month now.
The three patches are linked here:
https://sourceware.org/ml/gdb-patches/2014-09/msg00021.html
Is this ok to commit?

Thanks,
Gary

Gary Benson wrote:
> Hi all,
> 
> This morning I noticed that GDB's utils.h includes cleanups.h and
> exceptions.h, meaning all GDB .c files include these files.  Since
> gdbserver/server.h does similar (albeit with common-exceptions.h) I
> decided to move cleanups.h and common-exceptions.h to common-defs.h
> to make it clearer that these files are included everywhere.
> 
> Checked by building on RHEL 6.5 x86_64.
> 
> Ok to commit?
> 
> Thanks,
> Gary
> 
> --
> http://gbenson.net/


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