From c0fde1019f0b53d46cab62d802d15f2aa61dadd6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 28 Apr 1998 16:44:24 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 410f3eb..9db4077 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Tue Apr 28 12:16:30 1998 Ian Lance Taylor + + * 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 * configure.in: Change version number to 2.9.4 -- 2.7.4