From: Rafael Ávila de Espíndola Date: Tue, 12 Jun 2012 22:50:44 +0000 (+0000) Subject: 2012-06-12 Rafael Ávila de Espíndola X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2202d7cd99f78692544dfe0b001375a4f8143952;p=binutils-gdb.git 2012-06-12 Rafael Ávila de Espíndola * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. --- diff --git a/include/ChangeLog b/include/ChangeLog index 6f6066e1769..d0d196b4702 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. */