diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-14 22:27:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-14 22:27:16 +0000 |
commit | 809ee7e0365ed037cbb26ca3d9cc44431bb0f4b1 (patch) | |
tree | 79c0fc901b40235300843b698771afe90a64a408 /ld/ChangeLog | |
parent | a8d0866480cdc01f1695e8e653c625326e8d2e20 (diff) | |
download | gdb-809ee7e0365ed037cbb26ca3d9cc44431bb0f4b1.zip gdb-809ee7e0365ed037cbb26ca3d9cc44431bb0f4b1.tar.gz gdb-809ee7e0365ed037cbb26ca3d9cc44431bb0f4b1.tar.bz2 |
* ld.h (ld_config_type): Add new field warn_once.
* ldmain.c (undefined_symbol): Handle -warn-once.
* lexsup.c (parse_args): Recognize -warn-once.
* ld.texinfo (Options): Document -warn-once.
* ld.1: Likewise.
PR 4456.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a77789b..d5def59 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -5,6 +5,12 @@ Wed Sep 14 12:49:12 1994 Steve Chamberlain (sac@jonny.cygnus.com) Wed Sep 14 12:48:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * ld.h (ld_config_type): Add new field warn_once. + * ldmain.c (undefined_symbol): Handle -warn-once. + * lexsup.c (parse_args): Recognize -warn-once. + * ld.texinfo (Options): Document -warn-once. + * ld.1: Likewise. + * ldmisc.c (vfinfo): Handle %D as %C, but never print the function name. For %C, print the function name on a separate line, to keep the length of error messages under control. |