mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
2000-07-19 H.J. Lu (hjl@gnu.org)
* bfdlink.h (bfd_link_info): Add flags and flags_1.
This commit is contained in:
parent
d6cf28795d
commit
9bfcb6d689
@ -1,3 +1,7 @@
|
||||
2000-07-19 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* bfdlink.h (bfd_link_info): Add flags and flags_1.
|
||||
|
||||
2000-06-05 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* MAINTAINERS: new
|
||||
|
@ -246,6 +246,12 @@ struct bfd_link_info
|
||||
/* The function to call when the executable or shared object is
|
||||
unloaded. */
|
||||
const char *fini_function;
|
||||
|
||||
/* May be used to set DT_FLAGS for ELF. */
|
||||
bfd_vma flags;
|
||||
|
||||
/* May be used to set DT_FLAGS_1 for ELF. */
|
||||
bfd_vma flags_1;
|
||||
};
|
||||
|
||||
/* This structures holds a set of callback functions. These are
|
||||
|
Loading…
Reference in New Issue
Block a user