diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-08-13 21:09:06 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-08-13 21:09:06 +0000 |
commit | ae20860e9d6a23019a2f2bbc02c7f82ef7914dbc (patch) | |
tree | 3726a1585895bea526529c5ba1ea5d3876e4517d /bfd | |
parent | 83a650d857d627cc7193773327d4ab73fedca2cb (diff) | |
download | gdb-ae20860e9d6a23019a2f2bbc02c7f82ef7914dbc.zip gdb-ae20860e9d6a23019a2f2bbc02c7f82ef7914dbc.tar.gz gdb-ae20860e9d6a23019a2f2bbc02c7f82ef7914dbc.tar.bz2 |
If one module has -mrelocatable-lib and the other doesn't, clear the -mrelocatable-lib bit
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c0cc316..1407356 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 13 17:04:40 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has + the -mrelocatable-lib bit set and the other doesn't, clear the + -mrelocatable-lib bit in the header. + Sat Aug 10 22:59:17 1996 Ian Lance Taylor <ian@cygnus.com> * elflink.h (elf_link_add_object_symbols): Do not resolve a common |