summaryrefslogtreecommitdiffstats
path: root/ld
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-05-10 09:49:25 +0000
committerJakub Jelinek <jakub@redhat.com>2002-05-10 09:49:25 +0000
commitf4d733664aabd7bd78c82895e030ec9779a92809 (patch)
tree62bd4cf23a0feafe4738d7aacc034ac08490684f /ld
parent16a1038833ea864c753c819285eb0ddfcfc77295 (diff)
downloadppe42-binutils-f4d733664aabd7bd78c82895e030ec9779a92809.tar.gz
ppe42-binutils-f4d733664aabd7bd78c82895e030ec9779a92809.zip
* ldmain.c (main): Enable -z combreloc by default.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ldmain.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 781d577897..7aea9e92b2 100644
--- 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 a603649132..814fc9d04b 100644
--- 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 = false;
+ link_info.combreloc = true;
link_info.spare_dynamic_tags = 5;
ldfile_add_arch ("");
OpenPOWER on IntegriCloud