diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-08-04 14:49:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-08-04 14:49:55 +0000 |
commit | 0049299953014f4607e46f148f9c2f0008475a20 (patch) | |
tree | 408443c296eca4a507908cf4ddb59c5ccd797946 /bfd/ChangeLog | |
parent | 046183de0ebe379c1ec11188000bb6e0f64a9e0e (diff) | |
download | gdb-0049299953014f4607e46f148f9c2f0008475a20.zip gdb-0049299953014f4607e46f148f9c2f0008475a20.tar.gz gdb-0049299953014f4607e46f148f9c2f0008475a20.tar.bz2 |
2005-08-04 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf64_x86_64_merge_symbol): When mixing a
large common symbol and a normal common symbol, always turn
the large common symbol into a normal one.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3854c21..db023c9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-08-04 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf64_x86_64_merge_symbol): When mixing a + large common symbol and a normal common symbol, always turn + the large common symbol into a normal one. + 2005-08-04 Alan Modra <amodra@bigpond.net.au> * elf32-ppc.c (struct elf_linker_section): Replace sym_val field |