* ldmain.c (main): Enable -z combreloc by default.
authorJakub Jelinek <jakub@redhat.com>
Fri, 10 May 2002 09:49:25 +0000 (09:49 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 10 May 2002 09:49:25 +0000 (09:49 +0000)
ld/ChangeLog
ld/ldmain.c

index 781d577897a01bc7a8e6c18c613792afd39f8097..7aea9e92b25b255eec1e34e4e7f302c7860a3ab2 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * ldmain.c (main): Enable -z combreloc by default.
+
 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
 
        * Makefile.am: Honour DESTDIR.
index a6036491329b0ebf5fe1c2e5164be2596a196680..814fc9d04bd68f0af9d4c37b0db90fd7cd4b56ff 100644 (file)
@@ -259,7 +259,7 @@ main (argc, argv)
   link_info.flags = (bfd_vma) 0;
   link_info.flags_1 = (bfd_vma) 0;
   link_info.pei386_auto_import = false;
-  link_info.combreloc = false;
+  link_info.combreloc = true;
   link_info.spare_dynamic_tags = 5;
 
   ldfile_add_arch ("");