diff options
author | Alan Modra <amodra@gmail.com> | 2003-12-02 05:58:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-12-02 05:58:36 +0000 |
commit | d91e5b0a5dd6780f9e13a4b016fc7b2d97bcca67 (patch) | |
tree | 615f2134186aefe9310f82c60277e70a752cecaf /include/bfdlink.h | |
parent | ffc18d8a8287dba8df90476299bdbd6c135e0756 (diff) | |
download | gdb-d91e5b0a5dd6780f9e13a4b016fc7b2d97bcca67.zip gdb-d91e5b0a5dd6780f9e13a4b016fc7b2d97bcca67.tar.gz gdb-d91e5b0a5dd6780f9e13a4b016fc7b2d97bcca67.tar.bz2 |
* bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 75ea39d..51bbd5e 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -366,11 +366,6 @@ struct bfd_link_info unloaded. */ const char *fini_function; - /* If non-zero, specifies that branches which are problematic for the - MPC860 C0 (or earlier) should be checked for and modified. It gives the - number of bytes that should be checked at the end of each text page. */ - int mpc860c0; - /* Non-zero if auto-import thunks for DATA items in pei386 DLLs should be generated/linked against. Set to 1 if this feature is explicitly requested by the user, -1 if enabled by default. */ |