diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2003-07-14 20:19:26 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2003-07-14 20:19:26 +0000 |
commit | 060ff934f6761ce16f8ee199d2b9275918d1b42e (patch) | |
tree | a06c5d30741b4ebe50968a153227b274916b5def | |
parent | d82783b609ab480b445e08c737533b63727590ca (diff) | |
download | gcc-060ff934f6761ce16f8ee199d2b9275918d1b42e.zip gcc-060ff934f6761ce16f8ee199d2b9275918d1b42e.tar.gz gcc-060ff934f6761ce16f8ee199d2b9275918d1b42e.tar.bz2 |
elf.h (SBSS_SECTION_ASM_OP): Delete.
* config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
* config/mips/linux.h: Likewise.
From-SVN: r69350
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/mips/elf.h | 3 | ||||
-rw-r--r-- | gcc/config/mips/linux.h | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af7d3e9..37c8737 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-07-14 Richard Sandiford <rsandifo@redhat.com> + * 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 a500243..f801525 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 6fc2428..133ce28 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 |