]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: fix unknown variable typo in c-exp.y
authorAndrew Burgess <aburgess@redhat.com>
Mon, 22 Apr 2024 09:25:51 +0000 (10:25 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 22 Apr 2024 09:39:37 +0000 (10:39 +0100)
commit39f0ac383169d7ef8b3169e483ae95dd185e41bd
treefed05d2f73a78cf6f467bffc5d09413147d5ac36
parent911cb006bf029ada9f6364619257dffe9218e92a
gdb: fix unknown variable typo in c-exp.y

Fix 'val' -> 'value' typo in c-exp.y which was breaking the build.
Introduced in commit:

  commit e6375bc8ebbbc177c79f08e9616eb0b131229f65
  Date:   Wed Apr 17 16:17:33 2024 -0600

      Remove some alloca uses
gdb/c-exp.y