aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-01-29 16:36:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-01-29 16:36:45 +0000
commit893dcb0ec9f602186c15a56932f8a362219865b7 (patch)
tree595acf60e3cc8627a018a96a5986c7091d73fdc7
parentd334575b7690fe3ed2850838af961fa706434ca8 (diff)
downloadfsf-binutils-gdb-893dcb0ec9f602186c15a56932f8a362219865b7.zip
fsf-binutils-gdb-893dcb0ec9f602186c15a56932f8a362219865b7.tar.gz
fsf-binutils-gdb-893dcb0ec9f602186c15a56932f8a362219865b7.tar.bz2
2009-01-29 Andrew Jenner <andrew@codesourcery.com>
* emultempl/armelf.em: Correct formatting of help text for --no-enum-size-warning option.
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/emultempl/armelf.em2
2 files changed, 6 insertions, 1 deletions
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 <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.
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"));