dwarf_loader: Add DW_TAG_GNU_formal_parameter_pack stub in process_function

Template support is a big TODO entry...

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2016-05-19 10:21:17 -03:00
parent 55d9b20dba
commit 3afcfbec9e
1 changed files with 1 additions and 0 deletions

View File

@ -1490,6 +1490,7 @@ static int die__process_function(Dwarf_Die *die, struct ftype *ftype,
* Ignore it, just location expressions, that we have no use for (so far).
*/
continue;
case DW_TAG_GNU_formal_parameter_pack:
case DW_TAG_GNU_template_parameter_pack:
case DW_TAG_template_type_parameter:
case DW_TAG_template_value_parameter: