diff options
author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2012-06-12 22:50:44 +0000 |
---|---|---|
committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2012-06-12 22:50:44 +0000 |
commit | d66ef282c2473d7df911e6d7d6ef1fc778777097 (patch) | |
tree | 7dab13ae20a3df10c3c453450e285e9bfcc78ec0 /include/plugin-api.h | |
parent | 933ee0ecbf69d3af4bd7825bdc35d8552f32bd3a (diff) | |
download | cygnal-d66ef282c2473d7df911e6d7d6ef1fc778777097.tar.gz cygnal-d66ef282c2473d7df911e6d7d6ef1fc778777097.tar.bz2 cygnal-d66ef282c2473d7df911e6d7d6ef1fc778777097.zip |
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/plugin-api.h')
-rw-r--r-- | include/plugin-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. */ |