diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-02-22 18:02:54 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-02-22 18:02:54 +0000 |
commit | 7db9cdd24e884d70f3444fcd3abdf87b0df24479 (patch) | |
tree | 00f49685d2c756891dc69dfc30f6af71d6ed19db /libgloss/m68k/crt0.S | |
parent | 2eecb0478c16a0bd6122bab83d22e47ec4c65933 (diff) | |
download | cygnal-7db9cdd24e884d70f3444fcd3abdf87b0df24479.tar.gz cygnal-7db9cdd24e884d70f3444fcd3abdf87b0df24479.tar.bz2 cygnal-7db9cdd24e884d70f3444fcd3abdf87b0df24479.zip |
2006-02-22 Nathan Sidwell <nathan@codesourcery.com>
* m68k/Makefile.in (CF_SCRIPTS): New.
(all): Add CF_SCRIPTS.
(m5208evb.ld, m5213evb.ld, m5235evb.ld, m5272c3.ld,
m5282evb.ld): New targets
(install): Iterate over CF_SCRIPTS.
* m68k/crt0.S: Don't use dbra on any cf chips.
* m68k/dbug-cf.sc: New.
Diffstat (limited to 'libgloss/m68k/crt0.S')
-rw-r--r-- | libgloss/m68k/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m68k/crt0.S b/libgloss/m68k/crt0.S index 321b97f03..1aa0dd6bb 100644 --- a/libgloss/m68k/crt0.S +++ b/libgloss/m68k/crt0.S @@ -84,7 +84,7 @@ SYM (start): subql IMM(1), d0 2: clrb (a0)+ -#if !defined(__mcoldfire__) && !defined(__mcf5200__) +#if !defined(__mcoldfire__) dbra d0, 2b clrw d0 subql IMM(1), d0 |