This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] ld/emultempl/elf32.em broken


Hi all,

2001-05-22  Alexandre Oliva  <aoliva@redhat.com>

        * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
        it.
				 
introduced a strange code snippet in elf32.em which broke compilation.
This patch reverts it.


Thiemo


2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

	ld/ChangeLog
	* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
	Remove erraneous code snippet.


--- src-orig/ld/emultempl/elf32.em	Wed May 23 21:09:16 2001
+++ src/ld/emultempl/elf32.em	Wed May 23 23:12:44 2001
@@ -817,14 +817,6 @@
 	  &link_info, &sinterp, lang_elf_version_info)))
     einfo ("%P%F: failed to set dynamic section sizes: %E\n");
 
-${ELF_INTERPRETER_NAME+"
-  if (sinterp != NULL)
-    {
-      sinterp->contents = ${ELF_INTERPRETER_NAME};
-      sinterp->_raw_size = strlen (sinterp->contents) + 1;
-    }
-
-"}
   /* Let the user override the dynamic linker we are using.  */
   if (command_line.interpreter != NULL
       && sinterp != NULL)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]