aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/coff-arm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index af50cb88..8471a7e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-21 Ian Lance Taylor <ian@zembu.com>
+
+ * coff-arm.c (arm_emit_base_file_entry): Explicitly declare return
+ type.
+
Sun Jun 20 14:13:57 1999 Richard Henderson <rth@cygnus.com>
* section.c (_bfd_strip_section_from_output): Ignore sections
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c
index 52baa85..adc57fd 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;