From: Joseph Myers Date: Thu, 29 Jan 2009 16:36:45 +0000 (+0000) Subject: 2009-01-29 Andrew Jenner X-Git-Tag: sid-snapshot-20090201~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=893dcb0ec9f602186c15a56932f8a362219865b7;p=platform%2Fupstream%2Fbinutils.git 2009-01-29 Andrew Jenner * emultempl/armelf.em: Correct formatting of help text for --no-enum-size-warning option. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 92f27c6..6333383 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 6394105..6c55b37 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"));