Fix whitespace/typos in gdb/ChangeLog and gdb/testsuite/ChangeLog

This commit is contained in:
Pedro Alves
2017-03-07 13:51:33 +00:00
parent 4a612d6f67
commit 6dbb839a78
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
* i387-tdep.h (i387_reset_bnd_regs): Add function definition.
* i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
* i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
* amd64-tdep (amd64_push_dummy_call): Call i387_reset_bnd_regs.
* amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
2017-03-06 Simon Marchi <simon.marchi@ericsson.com>