commit | 033679b18f895be91b8d94ee9973ebb3d2c0b722 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Mar 15 10:22:42 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Mar 15 12:38:39 2024 -0600 |
tree | ae9f40d3ce6f1f9a08640c02dee0d1368163e454 | |
parent | d01264b71654dae83a254cf030a5cf73b66b7fbb [diff] |
Use size_t in gdb_bfd_section_data BFD recently changed bfd_mmap to use size_t, not bfd_size_type. This patch updates gdb_bfd_section_data to follow. Without this patch, if the two types ever differ, gdb would fail to build. Approved-By: Simon Marchi <simon.marchi@efficios.com>