Doh, its .debug_gdb_scripts, not _script (really fix SuseBug:818502)

This commit is contained in:
Panu Matilainen 2013-08-01 16:34:40 +03:00 committed by Dmitry V. Levin
parent 3ba57efca0
commit c14ca2efee

View File

@ -237,7 +237,7 @@ static struct
{ ".debug_ranges", NULL, NULL, 0, 0, 0 },
{ ".debug_types", NULL, NULL, 0, 0, 0 },
{ ".debug_macro", NULL, NULL, 0, 0, 0 },
{ ".debug_gdb_script", NULL, NULL, 0, 0, 0 },
{ ".debug_gdb_scripts", NULL, NULL, 0, 0, 0 },
{ NULL, NULL, NULL, 0, 0, 0 }
};