diff options
author | Steve Chamberlain <sac@cygnus> | 1994-09-08 23:27:56 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-09-08 23:27:56 +0000 |
commit | 2546fb27f0ed9838ef4657f705c619d372b9511b (patch) | |
tree | 0f35b312a37f769647e17836d017307bc7d37cb0 | |
parent | f987416016b3b816eefad284a8f26895f76b930c (diff) | |
download | gdb-2546fb27f0ed9838ef4657f705c619d372b9511b.zip gdb-2546fb27f0ed9838ef4657f705c619d372b9511b.tar.gz gdb-2546fb27f0ed9838ef4657f705c619d372b9511b.tar.bz2 |
* coff-h8300.c (h8300_reloc16_extra_cases, case RELBYTE): Flag overflows
correctly.
-rw-r--r-- | bfd/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 481c933..e679984 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,22 @@ +Thu Sep 8 16:20:38 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * coff-h8300.c (h8300_reloc16_extra_cases, case RELBYTE): Flag overflows + correctly. + Wed Sep 7 19:01:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * libelf.h (struct elf_backend_data): Change second argument of + elf_backend_final_write_processing hook to boolean. + (struct elf_obj_tdata): Add linker field. + * elfcode.h (NAME(bfd_elf,write_object_contents)): Pass value of + tdata linker field to final_write_processing, rather than NULL. + (elf_bfd_final_link): Don't call final_write_processing hook. Set + tdata linker field to true. + * elf32-mips.c (mips_elf_final_write_processing): Change type of + second argument to boolean. + * elf32-hppa.c (elf32_hppa_backend_final_write_processing): + Likewise. + * coff-go32.c (RTYPE2HOWTO): Fully parenthesize arguments. * coff-i960.c (RTYPE2HOWTO): Likewise. * coff-m88k.c (RTYPE2HOWTO): Likewise. |