[binutils-gdb] PR 32871 ld/ldmain.c#L425 incorrect location of #endif

Alan Modra amodra@sourceware.org
Mon Apr 14 21:34:52 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f3f42468b3b8d4002ed48bb333c01d11674f948d

commit f3f42468b3b8d4002ed48bb333c01d11674f948d
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Apr 15 07:02:40 2025 +0930

    PR 32871 ld/ldmain.c#L425 incorrect location of #endif
    
    Fix commit c4fce3ef2927 brace position.

Diff:
---
 ld/ldmain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Binutils-cvs mailing list