aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2022-03-15 21:04:57 +0100
committerJose E. Marchesi <jose.marchesi@oracle.com>2022-03-15 21:04:57 +0100
commit6aa03e9c1769c8d925f4d23d72af93483bfd31f3 (patch)
tree7d4439d5aa34224247ca1d0a743894469bfcdb62 /ChangeLog
parentcda8dc94dfff823bf0284e5140c6065f143a9f51 (diff)
downloadfsf-binutils-gdb-6aa03e9c1769c8d925f4d23d72af93483bfd31f3.zip
fsf-binutils-gdb-6aa03e9c1769c8d925f4d23d72af93483bfd31f3.tar.gz
fsf-binutils-gdb-6aa03e9c1769c8d925f4d23d72af93483bfd31f3.tar.bz2
gprofng: avoid using `fallthrough' attributes
gprofng didn't build with gcc 6.3 due to the usage of __attribute__ ((fallthrough)). This patch uses /* FALLTHROUGH */ instead. 2022-03-15 Jose E. Marchesi <jose.marchesi@oracle.com> * gprofng/src/gp-collect-app.cc (collect::check_args): Use fallthrough comment instead of attribute.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73b6085..dfe468c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-03-15 Jose E. Marchesi <jose.marchesi@oracle.com>
+
+ * gprofng/src/gp-collect-app.cc (collect::check_args): Use
+ fallthrough comment instead of attribute.
+
2022-03-11 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
* Makefile.def: Add gprofng module.