--- gcc/config/m68k/amix.h 2018/04/24 18:14:18 1.1.1.2 +++ gcc/config/m68k/amix.h 2018/04/24 18:28:01 1.1.1.4 @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler. Commodore Amiga A3000UX version. - Copyright (C) 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1993 Free Software Foundation, Inc. This file is part of GNU CC. @@ -17,7 +17,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include "m68k/m68kv4.h" @@ -98,9 +99,9 @@ do { \ #undef ASM_OUTPUT_ASCII #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ -{ \ +do { \ register int sp = 0, lp = 0, ch; \ - fprintf ((FILE), "\t%s ", BYTE_ASM_OP); \ + fprintf ((FILE), "\t%s ", BYTE_ASM_OP); \ do { \ ch = (PTR)[sp]; \ if (ch > ' ' && ! (ch & 0x80) && ch != '\\') \ @@ -124,7 +125,7 @@ do { \ } \ } while (sp < (LEN)); \ putc ('\n', (FILE)); \ -} +} while (0) /* The following should be unnecessary as a result of PIC_CASE_VECTOR_ADDRESS. But rhealey@aggregate.com says they are still needed. */