From d66ef282c2473d7df911e6d7d6ef1fc778777097 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: =?UTF-8?q?2012-06-12=20=20Rafael=20=C3=81vila=20de=20Esp=C3=ADndo?= =?UTF-8?q?la=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/plugin-api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/plugin-api.h') diff --git a/include/plugin-api.h b/include/plugin-api.h index 122424c6c..3220142dd 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. */ -- cgit v1.2.3