Commit 2c210617 by Richard Earnshaw Committed by Richard Earnshaw

* arm/linux-elf.h (text_section): Delete declaration.

From-SVN: r35706
parent e45b72c4
2000-08-15 Richard Earnshaw <rearnsha@arm.com> 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
* arm/linux-elf.h (text_section): Delete declaration.
2000-08-15 Richard Earnshaw <rearnsha@arm.com>
ARM support for unordered FP operations. ARM support for unordered FP operations.
* arm-protos.h (arm_comparison_operator): Declare. * arm-protos.h (arm_comparison_operator): Declare.
* arm.c (arm_comparison_operator): New function. * arm.c (arm_comparison_operator): New function.
......
...@@ -159,8 +159,6 @@ do { \ ...@@ -159,8 +159,6 @@ do { \
definition in the target-specific file which includes this file. */ definition in the target-specific file which includes this file. */
#define SUBTARGET_EXTRA_SECTION_FUNCTIONS CONST_SECTION_FUNCTION #define SUBTARGET_EXTRA_SECTION_FUNCTIONS CONST_SECTION_FUNCTION
extern void text_section ();
#define CONST_SECTION_ASM_OP ".section\t.rodata" #define CONST_SECTION_ASM_OP ".section\t.rodata"
#define CONST_SECTION_FUNCTION \ #define CONST_SECTION_FUNCTION \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment