aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2001-07-05 22:40:16 +0000
committerJim Wilson <wilson@tuliptree.org>2001-07-05 22:40:16 +0000
commit0a2afbc13afe370f2bf24139c525a256c0130faa (patch)
tree3fcd969a3e8fd885dada140825d45d1657fe6b45 /bfd/ChangeLog
parentbdda63b0c5cf6785c3c6583c12bd2b111f7993b6 (diff)
downloadgdb-0a2afbc13afe370f2bf24139c525a256c0130faa.zip
gdb-0a2afbc13afe370f2bf24139c525a256c0130faa.tar.gz
gdb-0a2afbc13afe370f2bf24139c525a256c0130faa.tar.bz2
Fix ia64-linux fortran common linking problem.
* linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use the section of the bigger symbol.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ec94ce9..b4937f5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
2001-07-05 Jim Wilson <wilson@redhat.com>
+ * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use
+ the section of the bigger symbol.
+
* syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
2001-07-05 Nick Clifton <nickc@cambridge.redhat.com>