# HG changeset patch # User Richard M. Stallman # Date 1032190105 0 # Node ID 77f6066f43b72ae97b9daa0c2cad3d567988d3dd # Parent 8b3fa993e0ad30c14c55e2fc41356e8d82e6c711 (unexec): Deal with .got, reinstating change from 25-08-1999. diff -r 8b3fa993e0ad -r 77f6066f43b7 src/unexelf.c --- a/src/unexelf.c Mon Sep 16 15:20:20 2002 +0000 +++ b/src/unexelf.c Mon Sep 16 15:28:25 2002 +0000 @@ -1013,6 +1013,8 @@ || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), ".lit8") || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), + ".got") + || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), ".sdata1") || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), ".data1") @@ -1196,6 +1198,8 @@ || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), ".lit8") || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), + ".got") + || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), ".sdata1") || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), ".data1"))