From 2202d7cd99f78692544dfe0b001375a4f8143952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Tue, 12 Jun 2012 22:50:44 +0000 Subject: [PATCH] =?UTF-8?q?2012-06-12=20=20Rafael=20=C3=81vila=20de=20Esp?= =?UTF-8?q?=C3=ADndola=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. --- include/ChangeLog | 4 ++++ include/plugin-api.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index 6f6066e176..d0d196b470 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 122424c6cb..3220142dda 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. */