]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbsupport: remove C enum flags fallback
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 30 May 2024 20:28:19 +0000 (16:28 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2024 14:58:49 +0000 (10:58 -0400)
commit66673ad2e4574db3a65e25b307ad41bbcb165dc2
tree67b52f41070cfaf81276bfa2d9b68567db9a2efd
parentac56938eb42f21c29b374f849038313751fc0fa8
gdbsupport: remove C enum flags fallback

This might have been useful during the C -> C++ conversion (not sure),
but it doesn't appear useful today.  I don't see when enum-flags.h would
be used in a C context.

Change-Id: I6c7ed655757248a62a1bf6615995f42e8aa2b4bd
gdbsupport/enum-flags.h