2000-07-20 H.J. Lu <hjl@gnu.org>
* bfdlink.h (bfd_link_info): Add new_dtags.
This commit is contained in:
parent
6c1439be21
commit
eec8c321e3
@ -1,3 +1,7 @@
|
|||||||
|
2000-07-20 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* bfdlink.h (bfd_link_info): Add new_dtags.
|
||||||
|
|
||||||
2000-07-20 Hans-Peter Nilsson <hp@axis.com>
|
2000-07-20 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* dis-asm.h (print_insn_cris): Declare.
|
* dis-asm.h (print_insn_cris): Declare.
|
||||||
|
@ -247,6 +247,9 @@ struct bfd_link_info
|
|||||||
unloaded. */
|
unloaded. */
|
||||||
const char *fini_function;
|
const char *fini_function;
|
||||||
|
|
||||||
|
/* true if the new ELF dynamic tags are enabled. */
|
||||||
|
boolean new_dtags;
|
||||||
|
|
||||||
/* May be used to set DT_FLAGS for ELF. */
|
/* May be used to set DT_FLAGS for ELF. */
|
||||||
bfd_vma flags;
|
bfd_vma flags;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user