aboutsummaryrefslogtreecommitdiff
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
commit982cfd78672bdbdc7cc2958c351377a126022786 (patch)
treef578b473a1a4603e6d060c5efbe80de5989b20f7 /bfd/som.c
parent9e85c2a02f20f69be7d49b26ce18da349365031e (diff)
downloadgdb-982cfd78672bdbdc7cc2958c351377a126022786.zip
gdb-982cfd78672bdbdc7cc2958c351377a126022786.tar.gz
gdb-982cfd78672bdbdc7cc2958c351377a126022786.tar.bz2
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 de3db50..e955c09 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;