projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a1038
)
* ldmain.c (main): Enable -z combreloc by default.
author
Jakub Jelinek
<jakub@redhat.com>
Fri, 10 May 2002 09:49:25 +0000
(09:49 +0000)
committer
Jakub Jelinek
<jakub@redhat.com>
Fri, 10 May 2002 09:49:25 +0000
(09:49 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldmain.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 781d577897a01bc7a8e6c18c613792afd39f8097..7aea9e92b25b255eec1e34e4e7f302c7860a3ab2 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-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.
diff --git
a/ld/ldmain.c
b/ld/ldmain.c
index a6036491329b0ebf5fe1c2e5164be2596a196680..814fc9d04bd68f0af9d4c37b0db90fd7cd4b56ff 100644
(file)
--- a/
ld/ldmain.c
+++ b/
ld/ldmain.c
@@
-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 =
fals
e;
+ link_info.combreloc =
tru
e;
link_info.spare_dynamic_tags = 5;
ldfile_add_arch ("");