summaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2001-09-28 21:35:45 +0000
committerJoel Brobecker <brobecker@gnat.com>2001-09-28 21:35:45 +0000
commit4ceb1af2d47f2b4877ca7f736735d223abfdf477 (patch)
treece771ae0ccdf49dae7a78d1b3534df5ba48e081b /bfd/som.c
parentd344cdc914b6a4a68be4a7da3320e51070a61257 (diff)
downloadgdb-4ceb1af2d47f2b4877ca7f736735d223abfdf477.tar.gz
som_write_symbol_strings: Fix incorrect type of current_offset to match
the function definition. Fixes a build failure on HPUX-11.00.
Diffstat (limited to 'bfd/som.c')
-rw-r--r--bfd/som.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/som.c b/bfd/som.c
index de3db50e933..e955c09fb61 100644
--- 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;