forked from Imagelibrary/binutils-gdb
* ldmain.c (main): Enable -z combreloc by default.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 ("");
|
||||
|
||||
Reference in New Issue
Block a user