mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
New debug_displays_assert
binutils/ 2017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com> * dwarf.c (debug_displays_assert): New static assertion.
This commit is contained in:
@@ -8591,3 +8591,6 @@ struct dwarf_section_display debug_displays[] =
|
||||
{ { ".debug_tu_index", "", NULL, NULL, 0, 0, 0, NULL, 0, NULL },
|
||||
display_cu_index, &do_debug_cu_index, FALSE },
|
||||
};
|
||||
|
||||
/* A static assertion. */
|
||||
extern int debug_displays_assert[ARRAY_SIZE (debug_displays) == max ? 1 : -1];
|
||||
|
||||
Reference in New Issue
Block a user