aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2012-06-12 21:35:42 +0000
committerRafael Espindola <espindola@gcc.gnu.org>2012-06-12 21:35:42 +0000
commitb4cd65d1e8ce0135e5351d3cf25d5c6154782e4b (patch)
treef30c6a64a6141ff7ea79e4bc1696e64e6471131c /include
parentcce5086157debf5d546591cc8f48a4dd95fd108b (diff)
downloadgcc-b4cd65d1e8ce0135e5351d3cf25d5c6154782e4b.zip
gcc-b4cd65d1e8ce0135e5351d3cf25d5c6154782e4b.tar.gz
gcc-b4cd65d1e8ce0135e5351d3cf25d5c6154782e4b.tar.bz2
plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com> * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. From-SVN: r188484
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/plugin-api.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 2685629..6bc30c9 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
+
+ * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
+
2012-06-08 Jakub Jelinek <jakub@redhat.com>
* 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 122424c..3220142 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. */