From: Rafael Ávila de Espíndola Date: Tue, 12 Jun 2012 21:35:42 +0000 (+0000) Subject: plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4cd65d1e8ce0135e5351d3cf25d5c6154782e4b;p=gcc.git plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. 2012-06-12 Rafael Ávila de Espíndola * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. From-SVN: r188484 --- diff --git a/include/ChangeLog b/include/ChangeLog index 268562970cb..6bc30c93c2a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2012-06-12 Rafael Ávila de Espíndola + + * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. + 2012-06-08 Jakub Jelinek * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New diff --git a/include/plugin-api.h b/include/plugin-api.h index 122424c6cb7..3220142ddaa 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -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. */