commit | 8095d37f71c20dd9e6cb90d4f42fb868867263ed | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Apr 19 07:41:44 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Apr 22 06:58:42 2022 -0600 |
tree | 800957a7af3fd8154a3e341ff54f0411405b5cf9 | |
parent | 0f34437ba0f5acab1fcb05630d88057402abbfeb [diff] |
More const use and alloca avoidance in coff-pe-read.c This changes another function in coff-pe-read.c to use 'const' more, and to avoid the use of alloca by instead using std::string.