summaryrefslogtreecommitdiff
path: root/src/unexelf.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-01-20 18:04:16 +0000
committerEli Zaretskii <eliz@gnu.org>2002-01-20 18:04:16 +0000
commitad8bd9ec54a4e6a14f8468183f5bedcc9cf9c3de (patch)
tree61cebcac724c1879752222d366ac8305c061b2fe /src/unexelf.c
parent3b927d14387edf3272664b63ec7dfc494c9ed5d9 (diff)
downloademacs-ad8bd9ec54a4e6a14f8468183f5bedcc9cf9c3de.tar.gz
Fix last change.
Diffstat (limited to 'src/unexelf.c')
-rw-r--r--src/unexelf.c2
1 files changed, 1 insertions, 1 deletions
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),