opcodes * nfp-dis.c: Fix spelling mistake.
ld * emultempl/aarch64elf.em: Fix spelling mistake.
* emultempl/avrelf.em: Likewise.
* emultempl/elf32.em: Likewise.
binutils* doc/binutils.texi: Fix spelling mistakes.
* README--how-to-make-a-release: Likewise.
+2018-06-26 Nick Clifton <nickc@redhat.com>
+
+ * doc/binutils.texi: Fix spelling mistakes.
+ * README--how-to-make-a-release: Likewise.
+
2018-06-25 Tom Tromey <tom@tromey.com>
* dwarf-mode.el (dwarf-mode-syntax-table): New variable.
m4_define([BFD_VERSION], [2.31.51])
- Update the release number in bfd/version.m4 for the the branch.
+ Update the release number in bfd/version.m4 for the branch.
The branch only needs the point value set to 90 as the release
has not actually happened yet.
to create these files is as follows:
@enumerate
-@item Link the executable as normal. Assuming that is is called
+@item Link the executable as normal. Assuming that it is called
@code{foo} then...
@item Run @code{objcopy --only-keep-debug foo foo.dbg} to
create a file containing the debugging info.
special QuarkSE-EM instructions, @option{fpuda} selects the printing
of double precision assist instructions, @option{fpus} selects the
printing of FPU single precision FP instructions, while @option{fpud}
-selects the printing of FPU souble precision FP instructions.
+selects the printing of FPU double precision FP instructions.
Additionally, one can choose to have all the immediates printed in
hexadecimal using @option{hex}. By default, the short immediates are
printed using the decimal representation, while the long immediate
to create these files is as follows:
@enumerate
-@item Link the executable as normal. Assuming that is is called
+@item Link the executable as normal. Assuming that it is called
@code{foo} then...
@item Run @code{objcopy --only-keep-debug foo foo.dbg} to
create a file containing the debugging info.
+2018-06-26 Nick Clifton <nickc@redhat.com>
+
+ * emultempl/aarch64elf.em: Fix spelling mistake.
+ * emultempl/avrelf.em: Likewise.
+ * emultempl/elf32.em: Likewise.
+
2018-06-24 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
PARSE_AND_LIST_OPTIONS='
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"
+ fprintf (file, _(" --no-wchar-size-warning Don'\''t warn about objects with incompatible\n"
" wchar_t sizes\n"));
fprintf (file, _(" --pic-veneer Always generate PIC interworking veneers\n"));
fprintf (file, _("\
fprintf (file, _(" --pmem-wrap-around=<val> "
"Make the linker relaxation machine assume that a\n"
" "
- " program counter wrap-around occures at address\n"
+ " program counter wrap-around occurs at address\n"
" "
" <val>. Supported values: 8k, 16k, 32k and 64k.\n"));
fprintf (file, _(" --no-call-ret-replacement "
config.maxpagesize = strtoul (optarg + 14, &end, 0);
if (*end || (config.maxpagesize & (config.maxpagesize - 1)) != 0)
- einfo (_("%F%P: invalid maxium page size \`%s'\n"),
+ einfo (_("%F%P: invalid maximum page size \`%s'\n"),
optarg + 14);
}
else if (CONST_STRNEQ (optarg, "common-page-size="))
+2018-06-26 Nick Clifton <nickc@redhat.com>
+
+ * nfp-dis.c: Fix spelling mistake.
+
2018-06-24 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
fprintf (stream, _("\n\
no-pc Don't print program counter prefix.\n\
ctx4 Force disassembly using 4-context mode.\n\
- ctx8 Force 8-context mode, takes presedence.\""));
+ ctx8 Force 8-context mode, takes precedence."));
fprintf (stream, _("\n"));
}