aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/instrumented_alloc.c
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-11 17:21:07 +0000
committerSam James <sam@gentoo.org>2024-03-11 23:10:33 +0000
commitb450e102730c527ec3b7164b119362a15ce545e6 (patch)
tree2dd7a94bc41a9f3a77e45816e6af12237b2ea8d6 /libbacktrace/instrumented_alloc.c
parent0a909fdd47b94e2d2fd9c0387fb644a98cb35d3b (diff)
downloadfsf-binutils-gdb-b450e102730c527ec3b7164b119362a15ce545e6.zip
fsf-binutils-gdb-b450e102730c527ec3b7164b119362a15ce545e6.tar.gz
fsf-binutils-gdb-b450e102730c527ec3b7164b119362a15ce545e6.tar.bz2
Sync libbacktrace from gcc [PR31327]
Note that this includes Nick's fix from edf64cd235f5ecb3725e7cf1ff83bbdb6dd53340 which landed upstream a bit differently as r13-1566-g9ed57796235abc in GCC. This pulls in libbacktrace as of r14-9404-gc775a030af9cad in GCC trunk. Note that I have dropped a top-level Darwin change from r14-4825-g6a6d3817afa02b which would've required an autoreconf, as it should be handled separately. Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'libbacktrace/instrumented_alloc.c')
-rw-r--r--libbacktrace/instrumented_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/instrumented_alloc.c b/libbacktrace/instrumented_alloc.c
index 13af81a..4a520bf 100644
--- a/libbacktrace/instrumented_alloc.c
+++ b/libbacktrace/instrumented_alloc.c
@@ -1,6 +1,6 @@
/* instrumented_alloc.c -- Memory allocation instrumented to fail when
requested, for testing purposes.
- Copyright (C) 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2024 Free Software Foundation, Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are