2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
authorRafael Ávila de Espíndola <respindola@mozilla.com>
Tue, 12 Jun 2012 22:50:44 +0000 (22:50 +0000)
committerRafael Ávila de Espíndola <respindola@mozilla.com>
Tue, 12 Jun 2012 22:50:44 +0000 (22:50 +0000)
* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.

include/ChangeLog
include/plugin-api.h

index 6f6066e176900f75651853010fc82baa3e944aec..d0d196b470288596729a5c7d2e515a3dd51d3f19 100644 (file)
@@ -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
index 122424c6cb77cc30b37d08980f2efe785d2775ad..3220142ddaa7f2056db24df9870068cc23e20d69 100644 (file)
@@ -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.  */