diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-08 17:35:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-08 17:35:27 +0000 |
commit | dc75a8af9191b0ec77dfe7b44c26f6a6507fcf75 (patch) | |
tree | 65a943774d26e15fd4915ebcf1de6aecee3afe48 /bfd/ChangeLog | |
parent | a5d615703872fc14ee94181a3254c2da491d2f3a (diff) | |
download | gdb-dc75a8af9191b0ec77dfe7b44c26f6a6507fcf75.zip gdb-dc75a8af9191b0ec77dfe7b44c26f6a6507fcf75.tar.gz gdb-dc75a8af9191b0ec77dfe7b44c26f6a6507fcf75.tar.bz2 |
* coff-mips.c (ecoff_compute_section_file_positions,
ecoff_write_object_contents): Only round to page boundaries if
D_PAGED flag is set for the output BFD.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fe8ce5e..7644559 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 8 10:30:13 1993 Ian Lance Taylor (ian@cygnus.com) + + * coff-mips.c (ecoff_compute_section_file_positions, + ecoff_write_object_contents): Only round to page boundaries if + D_PAGED flag is set for the output BFD. + Fri Jun 4 15:47:52 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) * coffcode.h (get_index, coff_slurp_symbol_table): Fix pointer @@ -6,6 +12,16 @@ Fri Jun 4 15:47:52 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) * coffgen.c (coff_get_normalized_symtab): Ditto. * cpu-h8300.c coff-h8300.c: Support for H8/300-H. +Fri Jun 4 15:24:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * coffgen.c (coff_write_symbols): For empty string table, write + out 4 in correct byte order. (from minyard@bnr.ca) + + * elf32-hppa.c: Don't include libhppa.h for now; define + BYTES_IN_WORD instead, until Utah sends a better fix. + (hppa_elf_build_arg_reloc_stub): Use xmalloc and xrealloc instead + of malloc and realloc. + Fri Jun 4 07:49:01 1993 Ian Lance Taylor (ian@cygnus.com) * configure.in (mips-*-ecoffl*): New target; use decstation. |