public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* typo fix for obj-coff.c
@ 2000-06-17 14:57 Mark E.
  0 siblings, 0 replies; 2+ messages in thread
From: Mark E. @ 2000-06-17 14:57 UTC (permalink / raw)
  To: binutils

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
  


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: typo fix for obj-coff.c
@ 2000-06-17 15:02 Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2000-06-17 15:02 UTC (permalink / raw)
  To: snowball3; +Cc: binutils

Hi Mark,

: 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.

I have applied you patch to the mainline sources.

Cheers
	Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-06-17 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-17 14:57 typo fix for obj-coff.c Mark E.
2000-06-17 15:02 Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).