2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>

* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
This commit is contained in:
Rafael Ávila de Espíndola
2012-06-12 22:50:44 +00:00
parent 933ee0ecbf
commit d66ef282c2
2 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,8 @@ enum ld_plugin_output_file_type
{
LDPO_REL,
LDPO_EXEC,
LDPO_DYN
LDPO_DYN,
LDPO_PIE
};
/* An input file managed by the plugin library. */