From 02433683072585bfffaef02567c3a496081cff55 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 14 Mar 2006 18:14:52 +0000 Subject: [PATCH] bfin.h (UNALIGNED_WORD_ASM_OP): Remove. * config/bfin/bfin.h (UNALIGNED_WORD_ASM_OP): Remove. * system.h (UNALIGNED_WORD_ASM_OP): Poison. From-SVN: r112061 --- gcc/ChangeLog | 3 +++ gcc/config/bfin/bfin.h | 4 ---- gcc/system.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 441819c5954..5a272de5a24 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -9,6 +9,9 @@ (reg_to_stack): Update the uses of stack_regs_mentioned_data. Don't include gt-reg-stack.h. + * config/bfin/bfin.h (UNALIGNED_WORD_ASM_OP): Remove. + * system.h (UNALIGNED_WORD_ASM_OP): Poison. + 2006-03-14 John David Anglin * pa/pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Fix typo. diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index 04559485912..0e931cdc015 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -1126,10 +1126,6 @@ extern struct rtx_def *bfin_cc_rtx, *bfin_rets_rtx; /* This works for GAS and some other assemblers. */ #define SET_ASM_OP ".set " -/* Don't know how to order these. UNALIGNED_WORD_ASM_OP is in - dwarf2.out. */ -#define UNALIGNED_WORD_ASM_OP ".4byte" - /* DBX register number for a given compiler register number */ #define DBX_REGISTER_NUMBER(REGNO) (REGNO) diff --git a/gcc/system.h b/gcc/system.h index d3100e15f1a..c89394b47cd 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -734,7 +734,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; EXTRA_SECTIONS EXTRA_SECTION_FUNCTIONS READONLY_DATA_SECTION \ TARGET_ASM_EXCEPTION_SECTION TARGET_ASM_EH_FRAME_SECTION \ SMALL_ARG_MAX ASM_OUTPUT_SHARED_BSS ASM_OUTPUT_SHARED_COMMON \ - ASM_OUTPUT_SHARED_LOCAL + ASM_OUTPUT_SHARED_LOCAL UNALIGNED_WORD_ASM_OP /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ -- 2.30.2