* ldmain.c (main): Enable -z combreloc by default.

This commit is contained in:
Jakub Jelinek 2002-05-10 09:49:25 +00:00
parent 16a1038833
commit f4d733664a
2 changed files with 5 additions and 1 deletions

View 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.

View 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 ("");