Ken Raeburn 70e009144e Stricter prototyping, to force type conversions between 64-bit target and
32-bit host values.

* libbfd.c (bfd_xmalloc_by_size_t): New function.
* opncls.c (bfd_cache_init, bfd_open_file): Add prototypes to declarations.
(obstack_chunk_alloc): Use bfd_xmalloc_by_size_t.
(new_bfd): Prototype-style definition, using DEFUN.
(bfd_alloc_grow, bfd_alloc, bfd_zalloc, bfd_realloc): Size argument is type
size_t, not bfd_size_type.
* ieee.c (obstack_chunk_alloc): Use bfd_xmalloc_by_size_t.
* bfd.c (bfd_default_error_trap, bfd_error_trap,
bfd_error_nonrepresentabltrap): Prototypes.
* libbfd-in.h (bfd_alloc, bfd_zalloc, bfd_realloc, bfd_alloc_grow): Adjusted
prototypes for arg type change.
* archive.c (get_elt_at_filepos, do_slurp_bsd_armap, normalize,
do_slurp_coff_armap, bfd_construct_extended_name_table): Prototypes.
1993-07-06 20:20:31 +00:00
1993-07-03 00:01:44 +00:00
1993-07-06 18:28:42 +00:00
1993-07-02 01:33:33 +00:00
1993-07-06 17:12:20 +00:00
1993-06-30 21:21:55 +00:00
1993-05-27 06:44:29 +00:00
1993-06-23 20:29:28 +00:00
1993-07-02 01:32:40 +00:00
1993-07-06 18:04:05 +00:00
1991-12-12 02:47:57 +00:00
1993-06-17 23:59:43 +00:00
1992-02-22 00:25:24 +00:00
1993-07-06 18:04:05 +00:00
1991-10-31 00:08:52 +00:00
1993-06-29 20:59:01 +00:00
1991-06-12 21:44:36 +00:00
1993-05-20 22:20:07 +00:00
Description
Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
780 MiB
Languages
C 51.8%
Makefile 22.4%
Assembly 12.3%
C++ 6%
Roff 1.4%
Other 5.4%