]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Assume DW_AT_decl_line is unsigned
authorTom Tromey <tromey@adacore.com>
Thu, 6 Feb 2025 17:49:16 +0000 (10:49 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 18 Mar 2025 18:40:58 +0000 (12:40 -0600)
commit75de4e21025b01f8167f3acd1e9a010f75ffd631
treef6c21e9716ac4cac6a62294a264dbe33f3c645f1
parenta83688465fec197f682e88c223d41468fac12efa
Assume DW_AT_decl_line is unsigned

This changes read_decl_line and new_symbol to assume that
DW_AT_decl_line should refer to an unsigned value.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/dwarf2/read.c