This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] trailing spaces in bfd/elfnn-ia64.c


Hi,

this patch simply remove trailing spaces in elfnn-ia64.c, I should have tidied this file when I added it.
Committed as obvious.

Tristan.

bfd/
2011-06-09  Tristan Gingold  <gingold@adacore.com>

	* elfnn-ia64.c (elfNN_ia64_relax_section, elfNN_ia64_choose_gp)
	(elfNN_ia64_relocate_section, elfNN_vms_object_p): Remove trailing
	spaces.

===================================================================
RCS file: /cvs/src/src/bfd/elfnn-ia64.c,v
retrieving revision 1.1
diff -c -r1.1 elfnn-ia64.c
*** elfnn-ia64.c	25 May 2011 12:02:16 -0000	1.1
--- elfnn-ia64.c	9 Jun 2011 15:33:44 -0000
***************
*** 586,592 ****
  	    offset = -0x1000000;
  
  	  /* If the branch is in range, no need to do anything.  */
! 	  if ((bfd_signed_vma) (symaddr - reladdr) >= offset 
  	      && (bfd_signed_vma) (symaddr - reladdr) <= 0x0FFFFF0)
  	    {
  	      /* If the 60-bit branch is in 21-bit range, optimize it. */
--- 586,592 ----
  	    offset = -0x1000000;
  
  	  /* If the branch is in range, no need to do anything.  */
! 	  if ((bfd_signed_vma) (symaddr - reladdr) >= offset
  	      && (bfd_signed_vma) (symaddr - reladdr) <= 0x0FFFFF0)
  	    {
  	      /* If the 60-bit branch is in 21-bit range, optimize it. */
***************
*** 3609,3615 ****
  
    if (ia64_info->min_short_sec)
      {
!       if (min_short_vma 
  	  > (ia64_info->min_short_sec->vma
  	     + ia64_info->min_short_offset))
  	min_short_vma = (ia64_info->min_short_sec->vma
--- 3609,3615 ----
  
    if (ia64_info->min_short_sec)
      {
!       if (min_short_vma
  	  > (ia64_info->min_short_sec->vma
  	     + ia64_info->min_short_offset))
  	min_short_vma = (ia64_info->min_short_sec->vma
***************
*** 3868,3874 ****
  	      && (sym_sec->flags & SEC_MERGE) != 0
  	      && ELF_ST_TYPE (sym->st_info) == STT_SECTION
  	      && sym_sec->sec_info_type == ELF_INFO_TYPE_MERGE)
!  	    {
  	      struct elfNN_ia64_local_hash_entry *loc_h;
  
  	      loc_h = get_local_sym_hash (ia64_info, input_bfd, rel, FALSE);
--- 3868,3874 ----
  	      && (sym_sec->flags & SEC_MERGE) != 0
  	      && ELF_ST_TYPE (sym->st_info) == STT_SECTION
  	      && sym_sec->sec_info_type == ELF_INFO_TYPE_MERGE)
! 	    {
  	      struct elfNN_ia64_local_hash_entry *loc_h;
  
  	      loc_h = get_local_sym_hash (ia64_info, input_bfd, rel, FALSE);
***************
*** 5094,5100 ****
  	  nsec->vma = base_vma;
  	  nsec->size = next_vma - base_vma;
  	  nsec->filepos = i_phdr->p_offset + (base_vma - i_phdr->p_vaddr);
! 	  
  	  base_vma = next_vma;
  	}
      }
--- 5094,5100 ----
  	  nsec->vma = base_vma;
  	  nsec->size = next_vma - base_vma;
  	  nsec->filepos = i_phdr->p_offset + (base_vma - i_phdr->p_vaddr);
! 
  	  base_vma = next_vma;
  	}
      }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]