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:
9e85c2a
)
som_write_symbol_strings: Fix incorrect type of current_offset to match
author
Joel Brobecker
<brobecker@gnat.com>
Fri, 28 Sep 2001 21:35:45 +0000
(21:35 +0000)
committer
Joel Brobecker
<brobecker@gnat.com>
Fri, 28 Sep 2001 21:35:45 +0000
(21:35 +0000)
the function definition. Fixes a build failure on HPUX-11.00.
bfd/som.c
patch
|
blob
|
history
diff --git
a/bfd/som.c
b/bfd/som.c
index de3db50e93318853a12d8476fe8cacf4c58780ff..e955c09fb61f298589c8bb0f4a709c611685c8b4 100644
(file)
--- a/
bfd/som.c
+++ b/
bfd/som.c
@@
-3155,7
+3155,7
@@
static boolean
som_write_symbol_strings (abfd, current_offset, syms, num_syms, string_sizep,
compilation_unit)
bfd *abfd;
-
file_ptr
current_offset;
+
unsigned long
current_offset;
asymbol **syms;
unsigned int num_syms;
unsigned int *string_sizep;