From 8e11da7e5e2fe8c1123d1b2e52a6b603ba79bfee Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Jun 2007 19:04:31 +0000 Subject: 2007-06-21 Joel Sherrill * cpu.c: Comment out may_alias so this compiles without a compiler error. --- cpukit/score/cpu/unix/ChangeLog | 5 +++++ cpukit/score/cpu/unix/cpu.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/unix') diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index 149019da4d..5eae597875 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,8 @@ +2007-06-21 Joel Sherrill + + * cpu.c: Comment out may_alias so this compiles without a compiler + error. + 2007-06-21 Joel Sherrill * cpu.c: Merge patch from Till Straumann which would work except gcc diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c index 27cc25c681..9177e376d3 100644 --- a/cpukit/score/cpu/unix/cpu.c +++ b/cpukit/score/cpu/unix/cpu.c @@ -460,7 +460,7 @@ typedef struct AuxFrame_ { void (*eip)(); jmp_buf *pjb; uint32_t old_esp; -} AuxFrame __attribute__((may_alias)); +} AuxFrame /* __attribute__((may_alias)) ICE when not commented out*/; /* MUST make sure this is called in a new frame so it * uses the new stack -- cgit v1.2.3