diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-12 09:59:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-12 09:59:52 +0000 |
commit | 64fb18397420d25e0ef96ab34198adb2ee890885 (patch) | |
tree | 03ee257e3b8ae0b4deae7b32f764dd8f3da38983 /bfd/xsym.c | |
parent | 9be2edc5c495cabf0d13c4783c9ea9dea941bd11 (diff) | |
download | gdb-64fb18397420d25e0ef96ab34198adb2ee890885.zip gdb-64fb18397420d25e0ef96ab34198adb2ee890885.tar.gz gdb-64fb18397420d25e0ef96ab34198adb2ee890885.tar.bz2 |
Rename 'index' to 'offset'
Diffstat (limited to 'bfd/xsym.c')
-rw-r--r-- | bfd/xsym.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* xSYM symbol-file support for BFD. - Copyright 1999, 2000, 2001, 2002 + Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -1131,7 +1131,7 @@ bfd_sym_fetch_type_information_table_entry (abfd, entry, offset) BFD_ASSERT (bfd_sym_valid (abfd)); sdata = abfd->tdata.sym_data; - if (index == 0) + if (offset == 0) return -1; if (bfd_seek (abfd, offset, SEEK_SET) < 0) |