This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r185677 - in /trunk/gcc: ChangeLog config.gcc c...


Author: uros
Date: Thu Mar 22 07:41:38 2012
New Revision: 185677

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185677
Log:
	* config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
	(alpha*-*-freebsd*): Ditto.
	(alpha*-*-netbsd*): Ditto.
	(alpha*-*-openbsd*): Ditto.
	* config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
	(DWARF2_DEBUGGING_INFO): Remove.
	(PREFERRED_DEBUGGING_TYPE): Remove.
	(ASM_FINAL_SPEC): Remove.
	(IDENT_ASM_OP): Remove.
	(ASM_OUTPUT_IDENT): Remove.
	(SKIP_ASM_OP): Remove.
	(ASM_OUTPUT_SKIP): Remove.
	(ALIGN_ASM_OP): Remove.
	(ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
	(ASM_OUTPUT_CASE_LABEL): Remove.
	(ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
	(COMMON_ASM_OP): Remove.
	(ASM_OUTPUT_ALIGNED_COMMON): Remove.
	(ASCII_DATA_ASM_OP): Remove.
	(READONLY_DATA_SECTION_ASM_OP): Remove.
	(INIT_SECTION_ASM_OP): Remove.
	(FINI_SECTION_ASM_OP): Remove.
	(ASM_SECTION_START_OP): Remove.
	(ASM_OUTPUT_SECTION_START_FILE): Remove.
	(TARGET_ASM_NAMED_SECTION): Remove.
	(TARGET_ASM_SELECT_SECTION): Remove.
	(MAKE_DECL_ONE_ONLY): Remove.
	(TYPE_ASM_OP): Remove.
	(SIZE_ASM_OP): Remove.
	(ASM_WEAKEN_LABEL): Remove.
	(TYPE_OPERAND_FMT): Remove.
	(ASM_DECLARE_RESULT): Remove.
	(ASM_DECLARE_OBJECT_NAME): Remove.
	(ASM_FINISH_DECLARE_OBJECT): Remove.
	(ELF_ASCII_ESCAPES): Remove.
	(ELF_STRING_LIMIT): Remove.
	(STRING_ASM_OP): Remove.
	(ASM_OUTPUT_EXTERNAL): Remove.
	(TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
	* config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
	before define.
	(ASM_DECLARE_FUNCTION_NAME): Ditto.
	(ASM_DECLARE_FUNCTION_SIZE): Ditto.
	(ASM_GENERATE_INTERNAL_LABEL): Ditto.
	(ASM_OUTPUT_SKIP): Ditto.
	(READONLY_DATA_SECTION_ASM_OP): Remove.
	(USER_LABEL_PREFIX): Remove.
	(ASM_OUTPUT_ASCII): Remove.
	(ASM_OUTPUT_CASE_LABEL): Remove.
	(NO_DOLLAR_IN_LABEL): Undefine.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/alpha/alpha.h
    trunk/gcc/config/alpha/elf.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]