2009-01-29 Andrew Jenner <andrew@codesourcery.com>
* emultempl/armelf.em: Correct formatting of help text for --no-enum-size-warning option.
This commit is contained in:
parent
d334575b76
commit
893dcb0ec9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-29 Andrew Jenner <andrew@codesourcery.com>
|
||||
|
||||
* emultempl/armelf.em: Correct formatting of help text for
|
||||
--no-enum-size-warning option.
|
||||
|
||||
2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* lexsup.c (parse_args): Set check_section_addresses to 1 or 0.
|
||||
|
|
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue