* mipsbsd.c (MY_final_link_callback): Define to avoid warning.
This commit is contained in:
parent
263a3f176a
commit
6fea065949
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
Mon Jun 20 11:06:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* mipsbsd.c (MY_final_link_callback): Define to avoid warning.
|
||||
|
||||
* hp300hpux.c (MY_final_link_callback): Define to avoid warning.
|
||||
(BMAGIC, QMAGIC): Define; used by aoutx.h.
|
||||
(MY(slurp_symbol_table)): Change translate_from_native_sym_flags
|
||||
|
|
|
@ -59,6 +59,7 @@ static boolean MY(write_object_contents) PARAMS ((bfd *abfd));
|
|||
|
||||
#define MY_bfd_link_hash_table_create _bfd_generic_link_hash_table_create
|
||||
#define MY_bfd_link_add_symbols _bfd_generic_link_add_symbols
|
||||
#define MY_final_link_callback unused
|
||||
#define MY_bfd_final_link _bfd_generic_final_link
|
||||
|
||||
#define MY_backend_data &MY(backend_data)
|
||||
|
@ -379,6 +380,12 @@ static CONST struct aout_backend_data MY(backend_data) = {
|
|||
PAGE_SIZE, /* text vma */
|
||||
MY_set_sizes,
|
||||
0, /* text size includes exec header */
|
||||
0, /* add_dynamic_symbols */
|
||||
0, /* add_one_symbol */
|
||||
0, /* link_dynamic_object */
|
||||
0, /* write_dynamic_symbol */
|
||||
0, /* check_dynamic_reloc */
|
||||
0 /* finish_dynamic_link */
|
||||
};
|
||||
|
||||
bfd_target aout_mips_little_vec =
|
||||
|
|
Loading…
Reference in a new issue