bfd/
2009-04-08 H.J. Lu <hongjiu.lu@intel.com> * elflink.c (elf_link_add_object_symbols): Warn alternate ELF machine code. include/ 2009-04-08 H.J. Lu <hongjiu.lu@intel.com> * bfdlink.h (bfd_link_info): Add warn_alternate_em. ld/ 2009-04-08 H.J. Lu <hongjiu.lu@intel.com> * lexsup.c (option_values): Add OPTION_WARN_ALTERNATE_EM. (ld_options): Likewise. (parse_args): Likewise. * ld.texinfo: Document --warn-alternate-em. * NEWS: Mention --warn-alternate-em.
This commit is contained in:
parent
4e952f53dc
commit
01d23ae749
@ -1,3 +1,7 @@
|
|||||||
|
2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* bfdlink.h (bfd_link_info): Add warn_alternate_em.
|
||||||
|
|
||||||
2009-03-18 Alan Modra <amodra@bigpond.net.au>
|
2009-03-18 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
|
* alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
|
||||||
|
@ -322,6 +322,9 @@ struct bfd_link_info
|
|||||||
/* TRUE if we should warn when adding a DT_TEXTREL to a shared object. */
|
/* TRUE if we should warn when adding a DT_TEXTREL to a shared object. */
|
||||||
unsigned int warn_shared_textrel: 1;
|
unsigned int warn_shared_textrel: 1;
|
||||||
|
|
||||||
|
/* TRUE if we should warn alternate ELF machine code. */
|
||||||
|
unsigned int warn_alternate_em: 1;
|
||||||
|
|
||||||
/* TRUE if unreferenced sections should be removed. */
|
/* TRUE if unreferenced sections should be removed. */
|
||||||
unsigned int gc_sections: 1;
|
unsigned int gc_sections: 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user