]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog
Use intptr_t rather than long in chew
authorTom Tromey <tom@tromey.com>
Tue, 7 Feb 2023 19:03:37 +0000 (12:03 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 15 Feb 2023 17:27:34 +0000 (10:27 -0700)
commit126eff23d218581ce91560bc088fb550aac36942
tree2a168b13db661208212cb7b4315b9f74bdb64c5a
parent2e60790cf7c27d79f90f2dcb81e1930dc980bc1c
Use intptr_t rather than long in chew

To implement variables in chew, it's convenient to have a
pointer-sized integer on the stack.  To this end, use intptr_t rather
than long.

2023-02-07  Tom Tromey  <tom@tromey.com>

* doc/chew.c (pcu) <l>: Now intptr_t.
(internal_mode, istack, isp): Likewise.
(bang, atsign): Use intptr_t.
bfd/ChangeLog
bfd/doc/chew.c