diff options
author | Alan Modra <amodra@bigpond.net.au> | 2003-06-25 06:40:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2003-06-25 06:40:25 +0000 |
commit | 13bc6701a7ec432cfab9aa76f954eb9619b59572 (patch) | |
tree | d18138163ceec020b0d615db75516a0fe239913e /bfd/coff64-rs6000.c | |
parent | 1a0c77687a77a46d904b2823b24ba90aa40e36b6 (diff) | |
download | gdb-13bc6701a7ec432cfab9aa76f954eb9619b59572.tar.gz |
Correct spelling of "relocatable".
Diffstat (limited to 'bfd/coff64-rs6000.c')
-rw-r--r-- | bfd/coff64-rs6000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c index dcb96dd7127..c6b18037603 100644 --- a/bfd/coff64-rs6000.c +++ b/bfd/coff64-rs6000.c @@ -1,5 +1,5 @@ /* BFD back-end for IBM RS/6000 "XCOFF64" files. - Copyright 2000, 2001, 2002 + Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Written Clinton Popetz. Contributed by Cygnus Support. @@ -1277,7 +1277,7 @@ xcoff64_ppc_relocate_section (output_bfd, info, input_bfd, + sec->output_offset); } else if ((0 == (h->flags & (XCOFF_DEF_DYNAMIC | XCOFF_IMPORT))) - && ! info->relocateable) + && ! info->relocatable) { if (! ((*info->callbacks->undefined_symbol) (info, h->root.root.string, input_bfd, input_section, |