diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-13 20:54:33 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-13 20:54:33 +0000 |
| commit | 55a860e23bac521056fe1918d46cf13e2e2ad5ff (patch) | |
| tree | bfc44b5445e5ccd8ff59b872be6725694bb4a569 | |
| parent | 59da58724bca082687e69ba78cea645728e8b7df (diff) | |
| download | ppe42-gcc-55a860e23bac521056fe1918d46cf13e2e2ad5ff.tar.gz ppe42-gcc-55a860e23bac521056fe1918d46cf13e2e2ad5ff.zip | |
* config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34522 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/m68k/openbsd.h | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2516b21784e..0dadd30727e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 13 14:45:10 2000 Jeffrey A Law (law@cygnus.com) + + * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler + correctly. + 2000-06-13 James E. Wilson <wilson@cygnus.com> * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf. diff --git a/gcc/config/m68k/openbsd.h b/gcc/config/m68k/openbsd.h index bdec4563393..fe3dabdbde2 100644 --- a/gcc/config/m68k/openbsd.h +++ b/gcc/config/m68k/openbsd.h @@ -33,12 +33,12 @@ Boston, MA 02111-1307, USA. */ #undef CPP_SPEC #define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}" -/* Run-time target specifications */ +/* Run-time target specifications. */ #define CPP_PREDEFINES "-D__unix__ -D__m68k__ -D__mc68000__ -D__mc68020__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(m68k) -Amachine(m68k)" -/* TODO: activate subtarget types when gas is updated. +/* m68k as needs to know about the processor subtype. */ +#undef ASM_SPEC #define ASM_SPEC "%| %{m68030} %{m68040} %{m68060} %{fpic:-k} %{fPIC:-k -K}" - */ /* Layout of source language data types. */ |

