Commit b4cd65d1 by Rafael Ávila de Espíndola Committed by Rafael Espindola

plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.

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

	* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.

From-SVN: r188484
parent cce50861
2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
2012-06-08 Jakub Jelinek <jakub@redhat.com>
* dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment