diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-09 00:40:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-09 00:40:08 +0000 |
commit | fe077fa6459a3c2e4d775407af70cc3e24a8fb31 (patch) | |
tree | d55d294786d905534bc157c02bde8dcfab11bbdf /bfd/ChangeLog | |
parent | d70910e85dd5d9649eb50ab12f066ada9efe976b (diff) | |
download | gdb-fe077fa6459a3c2e4d775407af70cc3e24a8fb31.zip gdb-fe077fa6459a3c2e4d775407af70cc3e24a8fb31.tar.gz gdb-fe077fa6459a3c2e4d775407af70cc3e24a8fb31.tar.bz2 |
Do not initialise flags in output bfd if the input bfd is the default
architecture with the default flags.
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 17167b4..651a5ae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2000-09-08 Nick Clifton <nickc@redhat.com> + + * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not + initialise flags in output bfd if the input bfd is the default + architecture with the default flags. + 2000-09-08 Kazu Hirata <kazu@hxi.com> * archive.c: Fix formatting. |