Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2012-06-13 02:50:44 +0400
committerRafael Ávila de Espíndola <respindola@mozilla.com>2012-06-13 02:50:44 +0400
commitd66ef282c2473d7df911e6d7d6ef1fc778777097 (patch)
tree7dab13ae20a3df10c3c453450e285e9bfcc78ec0 /include
parent933ee0ecbf69d3af4bd7825bdc35d8552f32bd3a (diff)
2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
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 6f6066e17..d0d196b47 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 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. */