Module Name:    src
Committed By:   matt
Date:           Tue Aug  7 01:09:13 UTC 2012

Modified Files:
        src/external/gpl3/binutils/dist/ld/emultempl: elf32.em

Log Message:
Remove code that should be have excised a long time ago.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/binutils/dist/ld/emultempl/elf32.em

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/ld/emultempl/elf32.em
diff -u src/external/gpl3/binutils/dist/ld/emultempl/elf32.em:1.4 src/external/gpl3/binutils/dist/ld/emultempl/elf32.em:1.5
--- src/external/gpl3/binutils/dist/ld/emultempl/elf32.em:1.4	Sun Sep 25 04:32:43 2011
+++ src/external/gpl3/binutils/dist/ld/emultempl/elf32.em	Tue Aug  7 01:09:13 2012
@@ -1929,8 +1929,7 @@ gld${EMULATION_NAME}_place_orphan (asect
 	    || (!iself && CONST_STRNEQ (secname, ".rel")))
 	   && (s->flags & SEC_LOAD) != 0)
     place = &hold[orphan_rel];
-  else if ((s->flags & SEC_CODE) == 0
-	   && hold[orphan_rodata].os != NULL)
+  else if ((s->flags & SEC_CODE) == 0)
     place = &hold[orphan_rodata];
   else
     place = &hold[orphan_text];

Reply via email to