diff options
Diffstat (limited to 'ld/ldemul.h')
-rw-r--r-- | ld/ldemul.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldemul.h b/ld/ldemul.h index 548a704..b88fedf 100644 --- a/ld/ldemul.h +++ b/ld/ldemul.h @@ -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 |