projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d10331
)
* coff-arm.c (arm_emit_base_file_entry): Explicitly declare return
author
Ian Lance Taylor
<ian@airs.com>
Mon, 21 Jun 1999 10:04:37 +0000
(10:04 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 21 Jun 1999 10:04:37 +0000
(10:04 +0000)
type.
bfd/ChangeLog
patch
|
blob
|
history
bfd/coff-arm.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index af50cb8831eece972218eec73609994b799f9c04..8471a7e721e6bcfbae31546853bb371468c91181 100644
(file)
--- 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 52baa85671320b659e062d681a54d343ec65c5f2..adc57fdfeb1364aea7c9d8e125a7fb6cef22ef0b 100644
(file)
--- 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;