Commit dcec2be2 by Anatoly Sokolov Committed by Anatoly Sokolov

h8300.h (ASM_OUTPUT_BSS): Remove macro.

	* config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.

From-SVN: r171624
parent efbb12ae
2011-03-28 Anatoly Sokolov <aesok@post.ru>
* config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
2011-03-28 Jeff Law <law@redhat.com> 2011-03-28 Jeff Law <law@redhat.com>
* tree-ssa-threadupdate.c (redirect_edges): Call * tree-ssa-threadupdate.c (redirect_edges): Call
......
/* Definitions of target machine for GNU compiler. /* Definitions of target machine for GNU compiler.
Renesas H8/300 (generic) Renesas H8/300 (generic)
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999,
2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Steve Chamberlain (sac@cygnus.com), Contributed by Steve Chamberlain (sac@cygnus.com),
Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
...@@ -1015,13 +1015,6 @@ struct cum_arg ...@@ -1015,13 +1015,6 @@ struct cum_arg
assemble_name ((FILE), (NAME)), \ assemble_name ((FILE), (NAME)), \
fprintf ((FILE), ",%lu\n", (unsigned long)(SIZE))) fprintf ((FILE), ",%lu\n", (unsigned long)(SIZE)))
/* This says how to output the assembler to define a global
uninitialized but not common symbol.
Try to use asm_output_bss to implement this macro. */
#define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \
asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN) asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment