2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
This commit is contained in:
parent
8b3ee56d30
commit
2202d7cd99
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2012-06-08 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
|
* dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
|
||||||
|
|
|
@ -66,7 +66,8 @@ enum ld_plugin_output_file_type
|
||||||
{
|
{
|
||||||
LDPO_REL,
|
LDPO_REL,
|
||||||
LDPO_EXEC,
|
LDPO_EXEC,
|
||||||
LDPO_DYN
|
LDPO_DYN,
|
||||||
|
LDPO_PIE
|
||||||
};
|
};
|
||||||
|
|
||||||
/* An input file managed by the plugin library. */
|
/* An input file managed by the plugin library. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue