From 893dcb0ec9f602186c15a56932f8a362219865b7 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 29 Jan 2009 16:36:45 +0000 Subject: [PATCH] 2009-01-29 Andrew Jenner * emultempl/armelf.em: Correct formatting of help text for --no-enum-size-warning option. --- ld/ChangeLog | 5 +++++ ld/emultempl/armelf.em | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 92f27c6b79e..6333383cd3d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2009-01-29 Andrew Jenner + + * emultempl/armelf.em: Correct formatting of help text for + --no-enum-size-warning option. + 2009-01-26 Nathan Sidwell * lexsup.c (parse_args): Set check_section_addresses to 1 or 0. diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em index 639410518ac..6c55b37777e 100644 --- a/ld/emultempl/armelf.em +++ b/ld/emultempl/armelf.em @@ -533,7 +533,7 @@ PARSE_AND_LIST_OPTIONS=' fprintf (file, _(" --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking veneer\n")); fprintf (file, _(" --use-blx Enable use of BLX instructions\n")); fprintf (file, _(" --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n")); - fprintf (file, _(" --no-enum-size-warning Don'\''t warn about objects with incompatible" + fprintf (file, _(" --no-enum-size-warning Don'\''t warn about objects with incompatible\n" " enum sizes\n")); fprintf (file, _(" --no-wchar-size-warning Don'\''t warn about objects with incompatible" " wchar_t sizes\n")); -- 2.30.2