2000-11-30 Philip Blundell <pb@futuretv.com>

* config/obj-coff.c (obj_coff_weak): Use S_SET_WEAK if it exists,
	even in non BFD_ASSEMBLER case.
This commit is contained in:
Phil Blundell 2000-12-01 17:11:57 +00:00
parent d3d6d17346
commit 4ce3447c16
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-11-30 Philip Blundell <pb@futuretv.com>
* config/obj-coff.c (obj_coff_weak): Use S_SET_WEAK if it exists,
even in non BFD_ASSEMBLER case.
2000-11-30 Diego Novillo <dnovillo@redhat.com>
* tc-i386.c (md_assemble): Swap i.disp_relocs when using intel

View File

@ -220,7 +220,7 @@ obj_coff_weak (ignore)
*input_line_pointer = c;
SKIP_WHITESPACE ();
#ifdef BFD_ASSEMBLER
#if defined BFD_ASSEMBLER || defined S_SET_WEAK
S_SET_WEAK (symbolP);
#endif