Deleted Added
full compact
rs6000.c (171826) rs6000.c (217396)
1/* Subroutines used for code generation on IBM RS/6000.
2 Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
4 Free Software Foundation, Inc.
5 Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
6
7 This file is part of GCC.
8

--- 18412 unchanged lines hidden (view full) ---

18421 fprintf (file, "\t.previous\n");
18422 }
18423 ASM_OUTPUT_LABEL (file, name);
18424}
18425
18426static void
18427rs6000_elf_end_indicate_exec_stack (void)
18428{
1/* Subroutines used for code generation on IBM RS/6000.
2 Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
4 Free Software Foundation, Inc.
5 Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
6
7 This file is part of GCC.
8

--- 18412 unchanged lines hidden (view full) ---

18421 fprintf (file, "\t.previous\n");
18422 }
18423 ASM_OUTPUT_LABEL (file, name);
18424}
18425
18426static void
18427rs6000_elf_end_indicate_exec_stack (void)
18428{
18429 if (TARGET_32BIT)
18429 if (NEED_INDICATE_EXEC_STACK)
18430 file_end_indicate_exec_stack ();
18431}
18432#endif
18433
18434#if TARGET_XCOFF
18435static void
18436rs6000_xcoff_asm_output_anchor (rtx symbol)
18437{

--- 1103 unchanged lines hidden ---
18430 file_end_indicate_exec_stack ();
18431}
18432#endif
18433
18434#if TARGET_XCOFF
18435static void
18436rs6000_xcoff_asm_output_anchor (rtx symbol)
18437{

--- 1103 unchanged lines hidden ---