From b4cd65d1e8ce0135e5351d3cf25d5c6154782e4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Tue, 12 Jun 2012 21:35:42 +0000 Subject: [PATCH] plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2012-06-12 Rafael Ávila de Espíndola * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. From-SVN: r188484 --- include/ChangeLog | 4 ++++ include/plugin-api.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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. */ -- 2.30.2