X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fldlang.c;h=352f0f11ed85c2966b09e7597862bcf4397d86e4;hb=943fbd5bd520934ca3a26abb2d5cfbdd2a7659ec;hp=3c9350ddaada6462060e4ff04d9216be91e3d420;hpb=c71a604ae102994ad081cb57be24586126048ba6;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ldlang.c b/ld/ldlang.c index 3c9350ddaa..352f0f11ed 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GLD; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" #include "sysdep.h" @@ -1872,6 +1872,7 @@ lang_size_sections (s, output_section_statement, prev, fill, dot, relax) } dot += size; output_section_statement->bfd_section->_raw_size += size; + output_section_statement->bfd_section->flags |= SEC_HAS_CONTENTS; } break; @@ -2781,7 +2782,7 @@ lang_add_entry (name, cmdline) entry_symbol = name; from_cmdline = cmdline; } -#ifdef 0 /* WINDOWS_NT */ +#if 0 /* don't do this yet. It seems to work (the executables run), but the image created is very different from what I was getting before indicating that something else is being pulled in. When everything else is working,