diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexelf.c | 2 |
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) | |||
| 1200 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), | 1200 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), |
| 1201 | ".lit8") | 1201 | ".lit8") |
| 1202 | #if __sgi | 1202 | #if __sgi |
| 1203 | || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), | 1203 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), |
| 1204 | ".got") | 1204 | ".got") |
| 1205 | #endif | 1205 | #endif |
| 1206 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), | 1206 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), |