From: Tom de Vries Date: Tue, 14 May 2019 08:10:08 +0000 (+0200) Subject: [gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S X-Git-Tag: binutils-2_33~1264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2764128dee821448ba43a50ed8cee387f2ee8dca;p=external%2Fbinutils.git [gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S A base address selection entry in a location list consist of two (constant or relocated) address offsets. The two offsets are the same size as an address on the target machine. The test-case gdb.dwarf2/dw2-skip-prologue.S encodes a base address selection entry using .4byte, which is incorrect for 8-byte pointer size. [ Which triggers an assert in dwz, see PR dwz/24172. ] Fix this by using PTRBYTE instead. Tested on x86_64-linux. gdb/testsuite/ChangeLog: 2019-05-14 Tom de Vries * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address selection entry encoding. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 252a183..d8847bc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-05-14 Tom de Vries + + * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address + selection entry encoding. + 2019-05-10 Tom Tromey * gdb.ada/info_exc.exp: Add "complete" test. diff --git a/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S b/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S index cef6e6d..a55699f 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S @@ -123,7 +123,7 @@ .section .debug_loc loclist: /* Reset the location list base address first. */ - .4byte -1, 0 + PTRBYTE -1, 0 PTRBYTE func_start, func_end .2byte 2f-1f