diff options
| author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-19 09:59:50 +0000 |
|---|---|---|
| committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-19 09:59:50 +0000 |
| commit | 7443303eeb6a898bd944cfee655bfd85f80abb53 (patch) | |
| tree | dc742082b16a3bc3255acaa75be6513322bfc9fa | |
| parent | 3a1fbde803a835ad2e3125846d5157bcc953cb68 (diff) | |
| download | ppe42-gcc-7443303eeb6a898bd944cfee655bfd85f80abb53.tar.gz ppe42-gcc-7443303eeb6a898bd944cfee655bfd85f80abb53.zip | |
* configure.in (assembler dwarf2 debug_line support): Define nop
insn for m68k.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44149 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rwxr-xr-x | gcc/configure | 2 | ||||
| -rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c24d83eac13..61401d15c5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-07-19 Andreas Schwab <schwab@suse.de> + + * configure.in (assembler dwarf2 debug_line support): Define nop + insn for m68k. + * configure: Regenerated. + 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk> * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on diff --git a/gcc/configure b/gcc/configure index ac140a042b0..b99d36fa1d1 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7368,7 +7368,7 @@ gcc_cv_as_dwarf2_debug_line=no # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$target" in - i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-*) + i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*) insn="nop" ;; ia64*-*-*) diff --git a/gcc/configure.in b/gcc/configure.in index ee5b06d1fcd..907dfe7e814 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1638,7 +1638,7 @@ gcc_cv_as_dwarf2_debug_line=no # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$target" in - i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-*) + i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*) insn="nop" ;; ia64*-*-*) |

