mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
* ldmain.c (main): Enable -z combreloc by default.
This commit is contained in:
parent
16a1038833
commit
f4d733664a
@ -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 ("");
|
||||
|
Loading…
Reference in New Issue
Block a user