From ad8bd9ec54a4e6a14f8468183f5bedcc9cf9c3de Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 20 Jan 2002 18:04:16 +0000 Subject: [PATCH] Fix last change. --- src/unexelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unexelf.c b/src/unexelf.c index 5d1511fbda1..8d435f289f8 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -1200,7 +1200,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), ".lit8") #if __sgi - || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), + || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), ".got") #endif || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), -- 2.39.2