typo fix for obj-coff.c

Mark E. snowball3@bigfoot.com
Sat Jun 17 14:57:00 GMT 2000


Hi folks,

gas/config/obj-coff.c contains a typo that allows a symbol to be both weak and common. 
This should probably also be put into the 2.10 branch for 2.10.1.

gas/ChangeLog:

2000-06-17 Mark Elbrecht <snowball3@bigfoot.com>

	* config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER to BFD_ASSEMBLER.

 Index: src/gas/config/obj-coff.c
===================================================================
RCS file: /cvs/src/src/gas/config/obj-coff.c,v
retrieving revision 1.24
diff -c -p -r1.24 obj-coff.c
*** obj-coff.c	2000/05/22 21:19:43	1.24
--- obj-coff.c	2000/06/17 21:50:49
*************** obj_coff_weak (ignore)
*** 213,219 ****
        *input_line_pointer = c;
        SKIP_WHITESPACE ();
  
! #ifdef BFD_ASSEMLER
        S_SET_WEAK (symbolP);
  #endif
  
--- 213,219 ----
        *input_line_pointer = c;
        SKIP_WHITESPACE ();
  
! #ifdef BFD_ASSEMBLER
        S_SET_WEAK (symbolP);
  #endif
  




More information about the Binutils mailing list