diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-11-26 14:35:03 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-11-26 14:35:11 -0500 |
commit | ed2df75c51551cf9b44f7d94179849565ab5bdda (patch) | |
tree | 5c21ca5f4e0577c03fcb8e52c777c059a119ccae /bfd | |
parent | 24bce9bbe510c9efa36c0f85fb2f8a93ec8b623e (diff) | |
download | binutils-ed2df75c51551cf9b44f7d94179849565ab5bdda.zip binutils-ed2df75c51551cf9b44f7d94179849565ab5bdda.tar.gz binutils-ed2df75c51551cf9b44f7d94179849565ab5bdda.tar.bz2 |
Fix spurious semicolon in sparc-linux-nat.c
Remove a semicolon that should not be there, as reported in PR 23917:
CXX sparc-linux-nat.o
/home/emaisin/src/binutils-gdb/gdb/sparc-linux-nat.c:39:3: error: expected unqualified-id before ‘{’ token
{ sparc_store_inferior_registers (regcache, regnum); }
^
Tested by rebuilding the file manually (make sparc-linux-nat.o) in a
sparc64-linux-gnu build.
gdb/ChangeLog:
PR gdb/23917
* sparc-linux-nat.c (sparc_linux_nat_target): Remove extraneous
semicolon.
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions