This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Allow C99/C11 in bfd?
- From: "Christian Biesinger via binutils" <binutils at sourceware dot org>
- To: binutils at sourceware dot org
- Cc: gdb at sourceware dot org
- Date: Thu, 23 Jan 2020 11:37:27 +0100
- Subject: Allow C99/C11 in bfd?
- Reply-to: Christian Biesinger <cbiesinger at google dot com>
Hello!
I noticed that bfd is currently using C89. I was wondering if there
are any thoughts on allowing C99/C11 in there? It would be nice to be
able to declare variables at the time of first use, among other useful
features.
(I'm not even going to ask about C++, although I think that would be nice)
Thanks!
Christian