diff options
Diffstat (limited to 'gdb/gdb_bfd.c')
-rw-r--r-- | gdb/gdb_bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_bfd.c b/gdb/gdb_bfd.c index b72821f..1c496c4 100644 --- a/gdb/gdb_bfd.c +++ b/gdb/gdb_bfd.c @@ -977,7 +977,7 @@ gdb_bfd_record_inclusion (bfd *includer, bfd *includee) -gdb_static_assert (ARRAY_SIZE (_bfd_std_section) == 4); +static_assert (ARRAY_SIZE (_bfd_std_section) == 4); /* See gdb_bfd.h. */ |