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 0/3] Rationalize cleanups/exceptions includes


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]