From c13661938a5e6982773369271cde235bb81dc7ef Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 22 Jul 1998 20:58:50 +0000 Subject: [PATCH] Chnage type from 'unsigned char' to 'unsigned int' to avoid K&R compatability issue. --- bfd/ChangeLog | 9 +++++++++ bfd/bfd-in2.h | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c5f951f4939..e45f1fc307f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Wed Jul 22 13:53:52 1998 Nick Clifton + + * bfd-in2.h: Change type of 'class' parameter to 'unsigned int' in + bfd_coff_set_symbol_class(), in order to avoid K&R compatability + prblems. + * bfd-in.h: Regenerate. + * coffgen.c (bfd_coff_set_symbol_class): Change type of 'class' + parameter to 'unsigned int' to avoid K&R compatability problems. + Wed Jul 22 16:43:24 1998 Ian Lance Taylor * ieee.c (ieee_find_nearest_line): Change filename_ptr and diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index bbef77f8457..14b2831569c 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -696,7 +696,7 @@ extern boolean bfd_coff_get_auxent PARAMS ((bfd *, struct symbol_cache_entry *, int, union internal_auxent *)); extern boolean bfd_coff_set_symbol_class - PARAMS ((bfd *, struct symbol_cache_entry *, unsigned char)); + PARAMS ((bfd *, struct symbol_cache_entry *, unsigned int)); /* ARM Interworking support. Called from linker. */ extern boolean bfd_arm_allocate_interworking_sections @@ -2701,6 +2701,7 @@ enum bfd_flavour { bfd_target_os9k_flavour, bfd_target_versados_flavour, bfd_target_msdos_flavour, + bfd_target_ovax_flavour, bfd_target_evax_flavour }; -- 2.30.2