From: Alan Modra Date: Mon, 14 Apr 2025 21:32:40 +0000 (+0930) Subject: PR 32871 ld/ldmain.c#L425 incorrect location of #endif X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3f42468b3b8d4002ed48bb333c01d11674f948d;p=thirdparty%2Fbinutils-gdb.git PR 32871 ld/ldmain.c#L425 incorrect location of #endif Fix commit c4fce3ef2927 brace position. --- diff --git a/ld/ldmain.c b/ld/ldmain.c index 91237a4baad..716272b02ab 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -423,8 +423,8 @@ ld_stop_phase (ld_phase phase) if (pd->begin.ru_maxrss < usage.ru_maxrss) pd->use.ru_maxrss += usage.ru_maxrss - pd->begin.ru_maxrss; -#endif } +#endif } static void