diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-13 22:10:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-13 22:10:36 +0000 |
commit | 9a968f43323ca8e2e800d0382bac9fbf9ad9b396 (patch) | |
tree | e849045af355b8a60a7a21fea3575bafcf380ec3 /bfd/coffgen.c | |
parent | f45fbf876deab0568bd359788dbdaeabf4f22967 (diff) | |
download | gdb-9a968f43323ca8e2e800d0382bac9fbf9ad9b396.zip gdb-9a968f43323ca8e2e800d0382bac9fbf9ad9b396.tar.gz gdb-9a968f43323ca8e2e800d0382bac9fbf9ad9b396.tar.bz2 |
Apply Tim walls octest vs bytes patch
Diffstat (limited to 'bfd/coffgen.c')
-rw-r--r-- | bfd/coffgen.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bfd/coffgen.c b/bfd/coffgen.c index 547a15f..9884e92 100644 --- a/bfd/coffgen.c +++ b/bfd/coffgen.c @@ -2136,10 +2136,9 @@ _bfd_coff_is_local_label_name (abfd, name) return name[0] == '.' && name[1] == 'L'; } -/* Provided a BFD, a section and an offset into the section, calculate - and return the name of the source file and the line nearest to the - wanted location. */ - +/* Provided a BFD, a section and an offset (in bytes, not octets) into the + section, calculate and return the name of the source file and the line + nearest to the wanted location. */ /*ARGSUSED*/ boolean coff_find_nearest_line (abfd, section, symbols, offset, filename_ptr, |