projects
/
platform
/
upstream
/
binutils.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
781d577
..
7aea9e9
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
a603649
..
814fc9d
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 ("");