This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/23917] gdb-8.2 fails build on sparc: sparc-linux-nat.c:39:3: error: expected unqualified-id before ‘{’ token


https://sourceware.org/bugzilla/show_bug.cgi?id=23917

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Simon Marchi <simark@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ed2df75c51551cf9b44f7d94179849565ab5bdda

commit ed2df75c51551cf9b44f7d94179849565ab5bdda
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Mon Nov 26 14:35:03 2018 -0500

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]