diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-08 02:24:51 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-08 15:45:42 -0500 |
commit | 46f900c065f65013ae58a97f3b991a7e0c5ab669 (patch) | |
tree | bfa940b2425bdeb5444cec377eb84ebd15109ba4 /sim/aarch64/ChangeLog | |
parent | 8fc48b79618af335d6cea1d1d149668340298b81 (diff) | |
download | binutils-46f900c065f65013ae58a97f3b991a7e0c5ab669.zip binutils-46f900c065f65013ae58a97f3b991a7e0c5ab669.tar.gz binutils-46f900c065f65013ae58a97f3b991a7e0c5ab669.tar.bz2 |
sim: require a C11 compiler
With GDB requiring a C++11 compiler now, this hopefully shouldn't
be a big deal. It's been 10 years since C11 came out, so should
be plenty of time to upgrade.
This will allow us to start cleaning up random header logic and
many of our non-standard custom types.
Diffstat (limited to 'sim/aarch64/ChangeLog')
-rw-r--r-- | sim/aarch64/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog index b45f8bb..97e3340 100644 --- a/sim/aarch64/ChangeLog +++ b/sim/aarch64/ChangeLog @@ -1,3 +1,7 @@ +2021-01-08 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. + 2021-01-04 Mike Frysinger <vapier@gentoo.org> * configure: Regenerate. |