diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/arm/linux-elf.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 641f3c2..3864fdd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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-protos.h (arm_comparison_operator): Declare. * arm.c (arm_comparison_operator): New function. diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index f357d67..cd1cd46 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -159,8 +159,6 @@ do { \ definition in the target-specific file which includes this file. */ #define SUBTARGET_EXTRA_SECTION_FUNCTIONS CONST_SECTION_FUNCTION -extern void text_section (); - #define CONST_SECTION_ASM_OP ".section\t.rodata" #define CONST_SECTION_FUNCTION \ |
