From d1716c989b9a5b708d3fcdee085fdd2e62126374 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Jun 2000 22:02:28 +0000 Subject: [PATCH] Remove pragma align 4 --- c/src/exec/score/cpu/i960/rtems/score/cpu.h | 2 -- cpukit/score/cpu/i960/rtems/score/cpu.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/c/src/exec/score/cpu/i960/rtems/score/cpu.h b/c/src/exec/score/cpu/i960/rtems/score/cpu.h index ef7c3ad968..dd9ced0704 100644 --- a/c/src/exec/score/cpu/i960/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/i960/rtems/score/cpu.h @@ -20,8 +20,6 @@ extern "C" { #endif -#pragma align 4 /* for GNU C structure alignment */ - #include /* pick up machine definitions */ #ifndef ASM #include diff --git a/cpukit/score/cpu/i960/rtems/score/cpu.h b/cpukit/score/cpu/i960/rtems/score/cpu.h index ef7c3ad968..dd9ced0704 100644 --- a/cpukit/score/cpu/i960/rtems/score/cpu.h +++ b/cpukit/score/cpu/i960/rtems/score/cpu.h @@ -20,8 +20,6 @@ extern "C" { #endif -#pragma align 4 /* for GNU C structure alignment */ - #include /* pick up machine definitions */ #ifndef ASM #include