diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2024-12-22 00:34:35 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-12-22 09:25:04 -0500 |
commit | 1898ec362a5930c6925d84785b681576acdbcb99 (patch) | |
tree | 8b77feef2c088baed16e50a1f0681a3c8a56f1c6 /elfcpp | |
parent | 3dc8bef12e08ba80f7c256d4de87704fd6591d67 (diff) | |
download | binutils-1898ec362a5930c6925d84785b681576acdbcb99.zip binutils-1898ec362a5930c6925d84785b681576acdbcb99.tar.gz binutils-1898ec362a5930c6925d84785b681576acdbcb99.tar.bz2 |
gdb/hurd: remove VLA usage
Compilation will fail with -Werror=vla, which seems to be the default.
Note that we don't need to allocate num_threads + 1 since the matching
algorithm works only on the num_threads as returned by task_threads.
Change-Id: I276928d0ff3c52c7c7fe4edb857e5789cdabfcf7
Diffstat (limited to 'elfcpp')
0 files changed, 0 insertions, 0 deletions