* ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
comment.
2003-02-28 Alan Modra <amodra@bigpond.net.au>
+ * ldemul.c (ldemul_parse_args): Return FALSE by default.
+ * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
+ comment.
+
* ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
(ldemul_parse_args): Return bfd_boolean. Formatting.
* ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
/* Try and use the emulation parser if there is one. */
if (ld_emulation->parse_args)
return (*ld_emulation->parse_args) (argc, argv);
- return TRUE;
+ return FALSE;
}
/* Let the emulation code handle an unrecognized file. */
void (*set_symbols) PARAMS ((void));
/* Parse args which the base linker doesn't understand.
- Return TRUE on success. */
+ Return TRUE if the arg needs no further processing. */
bfd_boolean (*parse_args) PARAMS ((int, char **));
/* Hook to add options to parameters passed by the base linker to