diff options
author | Nick Clifton <nickc@redhat.com> | 1998-07-22 20:58:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-07-22 20:58:50 +0000 |
commit | c13661938a5e6982773369271cde235bb81dc7ef (patch) | |
tree | b7a246a7facce6bcbaaeb423fb5ea9f84b35c928 /bfd/bfd-in2.h | |
parent | 842dbd0d616c02353f4398d1ebf0aa26f33fe3ec (diff) | |
download | gdb-c13661938a5e6982773369271cde235bb81dc7ef.zip gdb-c13661938a5e6982773369271cde235bb81dc7ef.tar.gz gdb-c13661938a5e6982773369271cde235bb81dc7ef.tar.bz2 |
Chnage type from 'unsigned char' to 'unsigned int' to avoid K&R compatability issue.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index bbef77f..14b2831 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 }; |