X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfig%2Falpha%2Funicosmk.h;h=251e3662589c8bb50ec9ce4ab6608d8e3ce44600;hp=02b3dde3db58946fa1c34bbe32dbda5ab1f89e56;hb=dbddc6c40d60108eff1004ab455c8c371d7d5deb;hpb=f054eb3c16ec5aec863986d2e14a6174a77e3cd4 diff --git a/gcc/config/alpha/unicosmk.h b/gcc/config/alpha/unicosmk.h index 02b3dde3db5..251e3662589 100644 --- a/gcc/config/alpha/unicosmk.h +++ b/gcc/config/alpha/unicosmk.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha on Cray T3E running Unicos/Mk. - Copyright (C) 2001, 2002, 2004 + Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc. Contributed by Roman Lechtchinsky (rl@cs.tu-berlin.de) @@ -18,8 +18,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #undef TARGET_ABI_UNICOSMK #define TARGET_ABI_UNICOSMK 1 @@ -230,7 +230,7 @@ do { fprintf (FILE, "\tbr $1,0\n"); \ /* We don't support nested functions (yet). */ #undef TRAMPOLINE_TEMPLATE -#define TRAMPOLINE_TEMPLATE(FILE) abort () +#define TRAMPOLINE_TEMPLATE(FILE) gcc_unreachable () /* Specify the machine mode that this machine uses for the index in the tablejump instruction. On Unicos/Mk, we don't support relative case @@ -374,7 +374,7 @@ ssib_section (void) \ (Unicos/Mk does not use such vectors yet). */ #undef ASM_OUTPUT_ADDR_DIFF_ELT -#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) abort () +#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) gcc_unreachable () /* We can't output case vectors in the same section as the function code because CAM doesn't allow data definitions in code sections. Thus, we @@ -384,7 +384,7 @@ ssib_section (void) \ #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ unicosmk_defer_case_vector ((LAB),(VEC)) -#define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) abort () +#define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) gcc_unreachable () /* This is how to output an assembler line that says to advance the location counter to a multiple of 2**LOG bytes. Annoyingly, CAM always uses zeroes