Commit c954844a by Andrew Pinski Committed by Andrew Pinski

rs6000.c (uses_TOC): Wrap #if TARGET_ELF around it.

2004-01-15  Andrew Pinski  <apinski@apple.com>

        * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
        around it.

From-SVN: r75940
parent 2913770f
2004-01-15 Andrew Pinski <apinski@apple.com>
* config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
around it.
2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_return_in_memory): New.
......
......@@ -11140,7 +11140,7 @@ get_TOC_alias_set (void)
/* This returns nonzero if the current function uses the TOC. This is
determined by the presence of (use (unspec ... UNSPEC_TOC)), which
is generated by the ABI_V4 load_toc_* patterns. */
#if TARGET_ELF
static int
uses_TOC (void)
{
......@@ -11167,6 +11167,7 @@ uses_TOC (void)
}
return 0;
}
#endif
rtx
create_TOC_reference (rtx symbol)
......
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