From 060ff934f6761ce16f8ee199d2b9275918d1b42e Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 14 Jul 2003 20:19:26 +0000 Subject: [PATCH] elf.h (SBSS_SECTION_ASM_OP): Delete. * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete. * config/mips/linux.h: Likewise. From-SVN: r69350 --- gcc/ChangeLog | 3 +++ gcc/config/mips/elf.h | 3 --- gcc/config/mips/linux.h | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af7d3e96a2b..37c87370655 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-07-14 Richard Sandiford + * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete. + * config/mips/linux.h: Likewise. + * config/mips/mips.c (inside_function): Delete. (file_in_function_warning, ignore_line_number): Delete. (mips_output_filename): Don't warn about changing filenames within diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h index a50024342f9..f8015258c00 100644 --- a/gcc/config/mips/elf.h +++ b/gcc/config/mips/elf.h @@ -73,9 +73,6 @@ Boston, MA 02111-1307, USA. */ #define BSS_SECTION_ASM_OP "\t.section\t.bss" #endif -#undef SBSS_SECTION_ASM_OP -#define SBSS_SECTION_ASM_OP "\t.section .sbss" - /* Like `ASM_OUTPUT_BSS' except takes the required alignment as a separate, explicit argument. If you define this macro, it is used in place of `ASM_OUTPUT_BSS', and gives you more flexibility in diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 6fc24285d4d..133ce288448 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -34,8 +34,6 @@ Boston, MA 02111-1307, USA. */ used. */ #define BSS_SECTION_ASM_OP "\t.section\t.bss" -#define SBSS_SECTION_ASM_OP "\t.section .sbss" - /* Like `ASM_OUTPUT_BSS' except takes the required alignment as a separate, explicit argument. If you define this macro, it is used in place of `ASM_OUTPUT_BSS', and gives you more flexibility in