diff options
author | Lewis Hyatt <lhyatt@gmail.com> | 2024-10-26 11:13:30 -0400 |
---|---|---|
committer | Lewis Hyatt <lhyatt@gcc.gnu.org> | 2024-11-30 13:01:46 -0500 |
commit | 9bba9067598dd92dc7bae3bca242a6d350f5b799 (patch) | |
tree | b5969322c0d57bd890c4e28b8f195cd1f243da32 /libgcc | |
parent | abea0dbd63ddb7e16d13806df929e1ef3b060091 (diff) | |
download | gcc-9bba9067598dd92dc7bae3bca242a6d350f5b799.zip gcc-9bba9067598dd92dc7bae3bca242a6d350f5b799.tar.gz gcc-9bba9067598dd92dc7bae3bca242a6d350f5b799.tar.bz2 |
Support for 64-bit location_t: Backend parts
A few targets have been using "unsigned int" function arguments that need to
receive a "location_t". Change to "location_t" to prepare for the
possibility that location_t can be configured to be a different type.
gcc/ChangeLog:
* config/aarch64/aarch64-c.cc (aarch64_resolve_overloaded_builtin):
Change "unsigned int" argument to "location_t".
* config/avr/avr-c.cc (avr_resolve_overloaded_builtin): Likewise.
* config/riscv/riscv-c.cc (riscv_resolve_overloaded_builtin): Likewise.
* target.def: Likewise.
* doc/tm.texi: Regenerate.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions