* bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.
This commit is contained in:
parent
ffc18d8a82
commit
d91e5b0a5d
2 changed files with 44 additions and 45 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-12-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.
|
||||||
|
|
||||||
2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||||
|
|
||||||
* opcode/mips.h: Define new enum members, M_LCA_AB and M_DLCA_AB.
|
* opcode/mips.h: Define new enum members, M_LCA_AB and M_DLCA_AB.
|
||||||
|
|
|
@ -366,11 +366,6 @@ struct bfd_link_info
|
||||||
unloaded. */
|
unloaded. */
|
||||||
const char *fini_function;
|
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
|
/* Non-zero if auto-import thunks for DATA items in pei386 DLLs
|
||||||
should be generated/linked against. Set to 1 if this feature
|
should be generated/linked against. Set to 1 if this feature
|
||||||
is explicitly requested by the user, -1 if enabled by default. */
|
is explicitly requested by the user, -1 if enabled by default. */
|
||||||
|
|
Loading…
Reference in a new issue