summaryrefslogtreecommitdiff
path: root/bfd/elfxx-ia64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-08-22 13:44:37 +0000
committerH.J. Lu <hjl@lucon.org>2007-08-22 13:44:37 +0000
commit6aca3bf2057f6b61e63d59f1ce0c1a4cb15aed13 (patch)
tree7f44debe919164217f6a3242031ab90b8a06324b /bfd/elfxx-ia64.c
parent86d785cffa42d0d21e288b9aa46d17292585aa5b (diff)
downloadbinutils-redhat-6aca3bf2057f6b61e63d59f1ce0c1a4cb15aed13.tar.gz
2007-08-22 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c: Remove trailing whitespace. * elfxx-ia64.c: Likewise.
Diffstat (limited to 'bfd/elfxx-ia64.c')
-rw-r--r--bfd/elfxx-ia64.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c
index c25294c0fd..eb9a6203a9 100644
--- a/bfd/elfxx-ia64.c
+++ b/bfd/elfxx-ia64.c
@@ -804,7 +804,7 @@ elfNN_ia64_relax_br (bfd_byte *contents, bfd_vma off)
/* It should never happen. */
abort ();
}
-
+
/* We can turn br.cond/br.call into brl.cond/brl.call. */
if (!(IS_BR_COND (br_code) || IS_BR_CALL (br_code)))
return FALSE;
@@ -2515,7 +2515,7 @@ has_space:
memset (dyn_i, 0, sizeof (*dyn_i));
dyn_i->got_offset = (bfd_vma) -1;
dyn_i->addend = addend;
-
+
/* We increment count only since the new ones are unsorted and
may have duplicate. */
(*count_p)++;
@@ -2968,7 +2968,7 @@ elfNN_ia64_check_relocs (abfd, info, sec, relocs)
}
/* Now, we only do lookup without insertion, which is very fast
- with the modified get_dyn_sym_info. */
+ with the modified get_dyn_sym_info. */
for (rel = relocs; rel < relend; ++rel)
{
struct elfNN_ia64_dyn_sym_info *dyn_i;