Skip to content

Commit

Permalink
Merge pull request #1387 from bauen1/fix-gdb-osabi
Browse files Browse the repository at this point in the history
st-util: supply osabi to gdb
  • Loading branch information
Nightwalker-87 committed Apr 21, 2024
2 parents ece34ef + feb7eb1 commit 5508663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/st-util/gdb-server.c
Expand Up @@ -285,6 +285,7 @@ static const char* const target_description =
"<!DOCTYPE target SYSTEM \"gdb-target.dtd\">"
"<target version=\"1.0\">"
" <architecture>arm</architecture>"
" <osabi>none</osabi>"
" <feature name=\"org.gnu.gdb.arm.m-profile\">"
" <reg name=\"r0\" bitsize=\"32\"/>"
" <reg name=\"r1\" bitsize=\"32\"/>"
Expand Down

0 comments on commit 5508663

Please sign in to comment.