Fix wrong format specification in display_selector()
authorВладимир Мартьянов <vilgeforce@gmail.com>
Sun, 17 Mar 2019 09:48:24 +0000 (12:48 +0300)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 17 Mar 2019 18:41:12 +0000 (14:41 -0400)
commitfce4c071610c0d01b70b172ee538e831023c1c2f
tree8883a55f81b18b93166c721655e8801b6059b5ba
parentf7f0a12390fc514a5b7b38d1b23397d87532ce05
Fix wrong format specification in display_selector()

There are a wrong format strings in function display_selector() in
file windows-nat.c. This leads to build error using Cygwin on Windows.
LDT_ENTRY.HighWord is a DWORD, which is unsigned long int, so the
format specification should be for long int, not simply int.

gdb/ChangeLog:
2019-03-17  Vladimir Martyanov  <vilgeforce@gmail.com>

    PR gdb/24351
    * windows-nat.c (display_selector): Format specifications fixed
gdb/ChangeLog
gdb/windows-nat.c
This page took 0.024636 seconds and 4 git commands to generate.