diff options
Diffstat (limited to 'binutils-2.22/include/plugin-api.h')
-rw-r--r-- | binutils-2.22/include/plugin-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils-2.22/include/plugin-api.h b/binutils-2.22/include/plugin-api.h index 122424c..3220142 100644 --- a/binutils-2.22/include/plugin-api.h +++ b/binutils-2.22/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. */ |