2000-07-20 H.J. Lu <hjl@gnu.org>

* bfdlink.h (bfd_link_info): Add new_dtags.
This commit is contained in:
H.J. Lu 2000-07-20 21:19:33 +00:00
parent d1071b1511
commit 938346bd95
2 changed files with 7 additions and 0 deletions

View File

@ -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>
* dis-asm.h (print_insn_cris): Declare.

View File

@ -247,6 +247,9 @@ struct bfd_link_info
unloaded. */
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. */
bfd_vma flags;