diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-07 02:22:31 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-07 02:22:31 +0000 |
commit | fd6848f679122cc00e7e0283cca2d76d6fe459c2 (patch) | |
tree | bab1f78becf7d8d7ee0970913beb85f00bd28672 /bfd | |
parent | a9e0ce2c0cf86f543ab9d278ba290477256672b0 (diff) | |
download | gdb-fd6848f679122cc00e7e0283cca2d76d6fe459c2.zip gdb-fd6848f679122cc00e7e0283cca2d76d6fe459c2.tar.gz gdb-fd6848f679122cc00e7e0283cca2d76d6fe459c2.tar.bz2 |
2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)
* ChangeLog: Whitespace change to test logging.
* bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c2e7498..351fcb7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -21,7 +21,7 @@ * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the STT_ARM_16BIT flag set, but it is not attached to a data object return STT_ARM_16BIT so that it will be treated as code by the - disassembler. + disassembler. 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au> @@ -70,7 +70,7 @@ (bfd_arch_mach_octets_per_byte): New function: Return target byte size. - * section.c: Distinguish between octets and bytes for usage of + * section.c: Distinguish between octets and bytes for usage of _cooked_size, _raw_size, and output_offset. Clarify description of bfd_set_section_contents. |