diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-03 22:48:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-03 22:48:20 +0000 |
commit | 6b5af55cea8cee5060db54a0b7e1fc0e40962c75 (patch) | |
tree | a810f99576fb4eda0485654fbc7e15be89c8c7b2 /bfd | |
parent | 55311d1cf119bab3bf5d9c7c38fa7278776e82c9 (diff) | |
download | gdb-6b5af55cea8cee5060db54a0b7e1fc0e40962c75.zip gdb-6b5af55cea8cee5060db54a0b7e1fc0e40962c75.tar.gz gdb-6b5af55cea8cee5060db54a0b7e1fc0e40962c75.tar.bz2 |
* elflink.c (_bfd_elf_create_linker_section): Only use an existing
section if the flags are compatible.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b37530d..86d2d2b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Oct 3 16:57:51 1996 Ian Lance Taylor <ian@cygnus.com> + * elflink.c (_bfd_elf_create_linker_section): Only use an existing + section if the flags are compatible. + * configure.in: Add havevecs, and put it in tdefaults. * mpw-config.in: Likewise. * configure: Rebuild. |