aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/runtime.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/runtime.def')
-rw-r--r--gcc/d/runtime.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/d/runtime.def b/gcc/d/runtime.def
index 6c1d44f..4aff0a6 100644
--- a/gcc/d/runtime.def
+++ b/gcc/d/runtime.def
@@ -1,5 +1,5 @@
/* runtime.def -- Definitions for D runtime functions.
- Copyright (C) 2014-2024 Free Software Foundation, Inc.
+ Copyright (C) 2014-2025 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -142,8 +142,8 @@ DEF_D_RUNTIME (CXA_END_CATCH, "__cxa_end_catch", RT(VOID), P0(), 0)
/* When invariant() contracts are turned on, used after testing whether a
class != null for validating the state of a class. */
-DEF_D_RUNTIME (INVARIANT, "_D9invariant12_d_invariantFC6ObjectZv", RT(VOID),
- P1(OBJECT), 0)
+DEF_D_RUNTIME (INVARIANT, "_D2rt10invariant_12_d_invariantFC6ObjectZv",
+ RT(VOID), P1(OBJECT), 0)
#undef P0
#undef P1