aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/linux.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2007-05-22 06:55:27 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2007-05-22 06:55:27 +0000
commitbebb3a98ce0bc52e797e70e16cb1796dfd40998c (patch)
tree7e58274f27fe1fab5b2663b402df612ae0e375d2 /gcc/config/m68k/linux.h
parentc076e75f302976d9c9befa9951242b70f0604ace (diff)
downloadgcc-bebb3a98ce0bc52e797e70e16cb1796dfd40998c.zip
gcc-bebb3a98ce0bc52e797e70e16cb1796dfd40998c.tar.gz
gcc-bebb3a98ce0bc52e797e70e16cb1796dfd40998c.tar.bz2
linux.h (ASM_SPEC): Add asm_pcrel_spec.
* config/m68k/linux.h (ASM_SPEC): Add asm_pcrel_spec. * config/m68k/m68k-none.h (ASM_SPEC): Don't override here. * config/m68k/m68k.h (ASM_PCREL_SPEC): New. (ASM_SPEC): Add asm_pcrel_spec. (EXTRA_SPECS): Add asm_pcrel_spec. From-SVN: r124937
Diffstat (limited to 'gcc/config/m68k/linux.h')
-rw-r--r--gcc/config/m68k/linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h
index 31d0a58..5338996 100644
--- a/gcc/config/m68k/linux.h
+++ b/gcc/config/m68k/linux.h
@@ -25,8 +25,8 @@ Boston, MA 02110-1301, USA. */
/* Add %(asm_cpu_spec) to the svr4.h definition of ASM_SPEC. */
#undef ASM_SPEC
-#define ASM_SPEC \
- "%(asm_cpu_spec) %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*}"
+#define ASM_SPEC "%(asm_cpu_spec) %(asm_pcrel_spec) \
+ %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*}"
/* for 68k machines this only needs to be TRUE for the 68000 */