diff options
author | Doug Evans <dje@gnu.org> | 1996-01-23 20:14:31 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-01-23 20:14:31 +0000 |
commit | 92acadfe28d63a3ecee7bc8ee87339667a59ed08 (patch) | |
tree | c6b27cd3e072310c821cdcbe0127d9705ae0a3e6 /gcc | |
parent | e12ba0642d940ecd6636906e20efcd04bf3fc745 (diff) | |
download | gcc-92acadfe28d63a3ecee7bc8ee87339667a59ed08.zip gcc-92acadfe28d63a3ecee7bc8ee87339667a59ed08.tar.gz gcc-92acadfe28d63a3ecee7bc8ee87339667a59ed08.tar.bz2 |
(ASM_OUTPUT_ALIGNED_LOCAL): Delete, use svr4.h's.
From-SVN: r11087
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sol2.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index cf89db8..77e3653 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -60,15 +60,6 @@ Boston, MA 02111-1307, USA. */ #define ASM_OUTPUT_SKIP(FILE,SIZE) \ fprintf (FILE, "\t.skip %u\n", (SIZE)) -#undef ASM_OUTPUT_ALIGNED_LOCAL -#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ -do { \ - fputs ("\t.local\t", (FILE)); \ - assemble_name ((FILE), (NAME)); \ - putc ('\n', (FILE)); \ - ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ -} while (0) - /* This is how to output a definition of an internal numbered label where PREFIX is the class of label and NUM is the number within the class. */ |