diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-21 18:40:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-21 18:40:48 +0000 |
commit | 1268dd699af489950328764777f405fa34e843d6 (patch) | |
tree | 9a71a581e52b92d35a218a9bb681ca1e78485d05 /gcc/config/ip2k/ip2k.c | |
parent | cb438540206df53e2dcb708976bd2ce10a99e17e (diff) | |
download | gcc-1268dd699af489950328764777f405fa34e843d6.tar.gz |
* config/ip2k/ip2k-protos.h: Remove the prototype for
asm_output_section_name.
* config/ip2k/ip2k.c (asm_output_section_name): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74911 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ip2k/ip2k.c')
-rw-r--r-- | gcc/config/ip2k/ip2k.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/ip2k/ip2k.c b/gcc/config/ip2k/ip2k.c index b8a9eedef34..cb73b39234b 100644 --- a/gcc/config/ip2k/ip2k.c +++ b/gcc/config/ip2k/ip2k.c @@ -3082,16 +3082,6 @@ unique_section (tree decl, int reloc ATTRIBUTE_UNUSED) } } - -/* Output section name to file FILE. */ - -void -asm_output_section_name (FILE *file, tree decl ATTRIBUTE_UNUSED, - const char *name, int reloc ATTRIBUTE_UNUSED) -{ - fprintf (file, ".section %s\n", name); -} - /* Return value is nonzero if pseudos that have been assigned to registers of class CLASS would likely be spilled because registers of CLASS are needed for spill registers. */ |