diff options
author | Alan Modra <amodra@gmail.com> | 2025-04-15 07:02:40 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-04-15 07:04:18 +0930 |
commit | f3f42468b3b8d4002ed48bb333c01d11674f948d (patch) | |
tree | 93d222644ab2ef2f49a679031f2843f11c1b4ab7 | |
parent | 9e68cae4fdfbc6c5200605764f263b01352fdfc2 (diff) | |
download | binutils-f3f42468b3b8d4002ed48bb333c01d11674f948d.zip binutils-f3f42468b3b8d4002ed48bb333c01d11674f948d.tar.gz binutils-f3f42468b3b8d4002ed48bb333c01d11674f948d.tar.bz2 |
PR 32871 ld/ldmain.c#L425 incorrect location of #endif
Fix commit c4fce3ef2927 brace position.
-rw-r--r-- | ld/ldmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index 91237a4..716272b 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 |