aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0737b6..10a3167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-08-14 Jacob Bachmeyer <jcb@gnu.org>
+
+ Thanks to Hans-Peter Nilsson for reporting this issue.
+
+ * lib/target.exp (prune_warnings): Adjust patterns for messages
+ emitted by the GNU linker. Older versions capitalized the message
+ stating the function that triggered the warning, while newer
+ versions do not. DejaGnu now recognizes and removes both forms.
+
2024-06-19 Jacob Bachmeyer <jcb@gnu.org>
PR71624