From 271025ebee2763b122955ae9fad4d179dd22bd72 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 21 Jun 1999 10:04:37 +0000 Subject: [PATCH] * coff-arm.c (arm_emit_base_file_entry): Explicitly declare return type. --- bfd/ChangeLog | 5 +++++ bfd/coff-arm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index af50cb8831e..8471a7e721e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +1999-06-21 Ian Lance Taylor + + * coff-arm.c (arm_emit_base_file_entry): Explicitly declare return + type. + Sun Jun 20 14:13:57 1999 Richard Henderson * section.c (_bfd_strip_section_from_output): Ignore sections diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 52baa856713..adc57fdfeb1 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -783,7 +783,7 @@ coff_arm_link_hash_table_create (abfd) return & ret->root.root; } -static +static void arm_emit_base_file_entry (info, output_bfd, input_section, reloc_offset) struct bfd_link_info *info; bfd *output_bfd; -- 2.30.2