Fix a typo in gas/ChangeLog

This commit is contained in:
H.J. Lu 2014-11-07 17:47:54 -08:00
parent d37ffe2537
commit bda7491873
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
PR ld/17482
* config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
for structions with R_X86_64_GOTTPOFF relocation for x32 if needed.
for instructions with R_X86_64_GOTTPOFF relocation for x32 if
needed.
2014-11-06 Sandra Loosemore <sandra@codesourcery.com>