aboutsummaryrefslogtreecommitdiff
path: root/ld/ldemul.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-02-28 02:10:06 +0000
committerAlan Modra <amodra@gmail.com>2003-02-28 02:10:06 +0000
commit3aa97c588690b3606d2585733eda7e300a7d4272 (patch)
treecfa38a3009b5c4a107cb704a5b131e0e2d1e723a /ld/ldemul.h
parent3bcf55573d377355c73846cc0b819c7d878d8e19 (diff)
downloadgdb-3aa97c588690b3606d2585733eda7e300a7d4272.zip
gdb-3aa97c588690b3606d2585733eda7e300a7d4272.tar.gz
gdb-3aa97c588690b3606d2585733eda7e300a7d4272.tar.bz2
* ldemul.c (ldemul_parse_args): Return FALSE by default.
* ldemul.h (struct ld_emulation_xfer_struct): Update parse_args comment.
Diffstat (limited to 'ld/ldemul.h')
-rw-r--r--ld/ldemul.h2
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