* config/tc-hppa.c: Change all calls to bzero to use memset.
(pa_ip): Add cast to avoid warning. (tc_gen_reloc, md_apply_fix): Likewise. (pa_find_space_by_number): Likewise. (hppa_force_relocation): Likewise. (pa_block): Change i to unsigned int. * config/obj-som.h (obj_som_copyright): Declare.
This commit is contained in:
parent
c7f6d44389
commit
c0fde1019f
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
Tue Apr 28 12:16:30 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* config/tc-hppa.c: Change all calls to bzero to use memset.
|
||||
(pa_ip): Add cast to avoid warning.
|
||||
(tc_gen_reloc, md_apply_fix): Likewise.
|
||||
(pa_find_space_by_number): Likewise.
|
||||
(hppa_force_relocation): Likewise.
|
||||
(pa_block): Change i to unsigned int.
|
||||
* config/obj-som.h (obj_som_copyright): Declare.
|
||||
|
||||
Mon Apr 27 15:58:46 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Change version number to 2.9.4
|
||||
|
|
Loading…
Reference in a new issue