* ldemul.c (ldemul_parse_args): Return FALSE by default.
authorAlan Modra <amodra@gmail.com>
Fri, 28 Feb 2003 02:10:06 +0000 (02:10 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 28 Feb 2003 02:10:06 +0000 (02:10 +0000)
* ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
comment.

ld/ChangeLog
ld/ldemul.c
ld/ldemul.h

index 011549c900384abd1553053febe6fabaf5177691..6b2ee9e08ea8b02ce1126c73226f8fd2b895b36c 100644 (file)
@@ -1,5 +1,9 @@
 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.
index 427e21d1e0029df826ef09bdf2d0f5ec8374366d..dc087943b90173f56803c0fd2c6afeafa5f89d2c 100644 (file)
@@ -164,7 +164,7 @@ ldemul_parse_args (argc, argv)
   /* 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.  */
index 548a7047ef888806724ee64564eea02fe2f8aa41..b88fedfe25eef232746f1fce087954506efaf0a2 100644 (file)
@@ -147,7 +147,7 @@ typedef struct ld_emulation_xfer_struct {
   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