This commit is contained in:
Ken Raeburn 1994-09-29 20:51:57 +00:00
parent 85f340909d
commit 12cf5d98c7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Thu Sep 29 15:21:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* reloc.c (bfd_install_relocation): Change type of data to
* reloc.c (bfd_install_relocation): Change type of "data" to
bfd_byte *, to go along with yesterday's change.
* elf.c (bfd_elf_print_symbol): Moved here from elf_print_symbol
@ -28,7 +28,7 @@ Tue Sep 27 16:47:58 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* elf32-hppa.c (elf32_hppa_backend_final_write_processing): Cast
return value from elf_sym_extra.
(elf32_hppa_build_stubs): Cast return value from bfd_zalloc.
(elf32_hppa_size_stubs): Csat return value from malloc.
(elf32_hppa_size_stubs): Cast return value from malloc.
* gen-aout.c (main): Declare and initialize "arch".