This is the mail archive of the binutils@sourceware.cygnus.com 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]

proposed peicode.h change



This is a trivial one.

1999-05-17  DJ Delorie  <dj@cygnus.com>

	* peicode.h (coff_swap_sym_in): When we create the actual section
	to reflect the not-there section C_SECTION symbols refer to,
	change the symbol class to C_STAT as the section is now really
	there.

Index: peicode.h
===================================================================
RCS file: /cvs/binutils/binutils/bfd/peicode.h,v
retrieving revision 1.2
diff -p -r1.2 peicode.h
*** peicode.h	1999/05/11 21:05:44	1.2
--- peicode.h	1999/05/18 03:07:11
*************** coff_swap_sym_in (abfd, ext1, in1)
*** 567,572 ****
--- 567,573 ----
  
  	  in->n_scnum = unused_section_number;
  	}
+       in->n_sclass = C_STAT;
  #endif
      }
  

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