Files
Tom de Vries 02f0597c46 [gdb/build] Fix build with gcc 4.8.5
When building gdb with gcc 4.8.5, we run into problems due to unconditionally
using:
...
     gdb_static_assert (std::is_trivially_copyable<packed>::value);
...
in gdbsupport/packed.h.

Fix this by guarding the usage with HAVE_IS_TRIVIALLY_COPYABLE.

Tested by doing a full gdb build with gcc 4.8.5.
2022-07-12 13:36:57 +02:00
..
2022-01-18 10:14:42 -07:00
2022-03-03 13:06:50 -08:00
2022-01-18 10:14:43 -07:00
2022-07-12 13:36:57 +02:00
2022-05-10 08:15:40 -06:00
2022-05-10 08:15:40 -06:00
2022-05-10 08:15:40 -06:00

This is a helper library that is used by gdb and gdbserver.

To send patches, follow the gdb patch submission instructions in
../gdb/CONTRIBUTE.  For maintainers, see ../gdb/MAINTAINERS.