aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2011-03-28 23:17:20 +0400
committerAnatoly Sokolov <aesok@gcc.gnu.org>2011-03-28 23:17:20 +0400
commitdcec2be2c359343ac17def382b44c829828610ce (patch)
tree327c985228f04f769565157b9d0e36faa5292397 /gcc
parentefbb12ae8a4a9ea4b15b2929f9adc931c43b315b (diff)
downloadgcc-dcec2be2c359343ac17def382b44c829828610ce.zip
gcc-dcec2be2c359343ac17def382b44c829828610ce.tar.gz
gcc-dcec2be2c359343ac17def382b44c829828610ce.tar.bz2
h8300.h (ASM_OUTPUT_BSS): Remove macro.
* config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro. From-SVN: r171624
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300.h9
2 files changed, 5 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 15500e4..50df7ad 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
* tree-ssa-threadupdate.c (redirect_edges): Call
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index 589b70f..0c61b80 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -1,7 +1,7 @@
/* Definitions of target machine for GNU compiler.
Renesas H8/300 (generic)
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.
Contributed by Steve Chamberlain (sac@cygnus.com),
Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
@@ -1015,13 +1015,6 @@ struct cum_arg
assemble_name ((FILE), (NAME)), \
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) \
asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)