diff options
author | Mikael Pettersson <mikpe@it.uu.se> | 2010-02-18 04:28:52 +0100 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 2010-02-17 19:28:52 -0800 |
commit | ccb265d66e333378076c8be0bb0a64392c54aa38 (patch) | |
tree | ba7254e12dd46dbf6dfae249faf298c5d74f1356 /gcc/config.gcc | |
parent | c226be28436ade27e1802fad1f67a18ab140744e (diff) | |
download | gcc-ccb265d66e333378076c8be0bb0a64392c54aa38.zip gcc-ccb265d66e333378076c8be0bb0a64392c54aa38.tar.gz gcc-ccb265d66e333378076c8be0bb0a64392c54aa38.tar.bz2 |
gas.h: New file.
2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
* config/sparc/gas.h: New file. Restore
TARGET_ASM_NAMED_SECTION to its ELF default.
* config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
check !HAVE_GNU_AS.
* config/sparc/sparc.c (sparc_elf_asm_named_section):
Likewise. Add ATTRIBUTE_UNUSED to prototype.
* config.gcc (sparc*-*-linux*): Include sparc/gas.h
after sparc/sysv4.h.
From-SVN: r156854
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 849e667..06b3daa 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2354,7 +2354,7 @@ sparc-*-elf*) extra_parts="crti.o crtn.o crtbegin.o crtend.o" ;; sparc-*-linux*) # SPARC's running GNU/Linux, libc6 - tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h" + tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/gas.h linux.h glibc-stdint.h" extra_options="${extra_options} sparc/long-double-switch.opt" tmake_file="${tmake_file} sparc/t-linux" if test x$enable_targets = xall; then @@ -2474,7 +2474,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*) esac ;; sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux - tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h sparc/linux64.h" + tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/gas.h linux.h glibc-stdint.h sparc/linux64.h" extra_options="${extra_options} sparc/long-double-switch.opt" tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm" ;; |