Mercurial > hg > xemacs-beta
comparison src/unexelfsgi.c @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | 157b30c96d03 |
children | 90d73dddcdc4 |
comparison
equal
deleted
inserted
replaced
273:411aac7253ef | 274:ca9a9ec9c1c1 |
---|---|
665 | 665 |
666 /* Find the .sbss section, if any. */ | 666 /* Find the .sbss section, if any. */ |
667 | 667 |
668 old_sbss_index = find_section (".sbss", old_section_names, | 668 old_sbss_index = find_section (".sbss", old_section_names, |
669 old_name, old_file_h, old_section_h, 1); | 669 old_name, old_file_h, old_section_h, 1); |
670 | |
671 if (old_sbss_index != -1 && (OLD_SECTION_H (old_sbss_index).sh_type == SHT_PROGBITS)) | |
672 old_sbss_index = -1; | |
670 | 673 |
671 /* Find the old .bss section. */ | 674 /* Find the old .bss section. */ |
672 | 675 |
673 old_bss_index = find_section (".bss", old_section_names, | 676 old_bss_index = find_section (".bss", old_section_names, |
674 old_name, old_file_h, old_section_h, 0); | 677 old_name, old_file_h, old_section_h, 0); |