aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-03-14 21:53:29 +0000
committerJeff Law <law@redhat.com>1994-03-14 21:53:29 +0000
commit4c9db344d20c7e29d0abc926abcbb6a8f05d4e68 (patch)
treea6e2b2ba18d509f6c463b29579890fc94c25e15e /bfd
parentbe2458e4ce0e78741c970bb32ab4efaae2dde972 (diff)
downloadgdb-4c9db344d20c7e29d0abc926abcbb6a8f05d4e68.zip
gdb-4c9db344d20c7e29d0abc926abcbb6a8f05d4e68.tar.gz
gdb-4c9db344d20c7e29d0abc926abcbb6a8f05d4e68.tar.bz2
* som.c (som_bfd_count_ar_symbols): Fix typo.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog2
-rw-r--r--bfd/som.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0eadfec..9b6508d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,7 @@
Mon Mar 14 11:41:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+ * som.c (som_bfd_count_ar_symbols): Fix typo.
+
* som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and
HAS_RELOC based on the object's magic number.
(make_unique_section): Delete function. BFD and its users are
diff --git a/bfd/som.c b/bfd/som.c
index dc2ffd2..3b32137 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -4278,7 +4278,7 @@ som_bfd_count_ar_symbols (abfd, lst_header, count)
symindex *count;
{
unsigned int i;
- unsigned int *hash_table = NULL
+ unsigned int *hash_table = NULL;
file_ptr lst_filepos = bfd_tell (abfd) - sizeof (struct lst_header);
hash_table =