#315 closed defect (fixed)

Cygwin: Alignment warnings

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 2
Component: score Version: unknown
Severity: major Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

i386-cygwin-gcc --pipe -isystem ../../../../../posix/lib/include -DHAVE_CONFIG_H

-DRTEMS_INSIDE -ansi -fasm -D_BSD_SOURCE -O2 -g -O2 -o o-optimize/

exinit.o -c ../../../../../../../../rtems.ac55/c/src/../../cpukit/sapi/src/exini
t.c
../../../../../posix/lib/include/rtems/score/priority.h:62: warning: alignment o
f `_Priority_Bit_map' is greater than maximum object file alignment. Using 16.

I would expect this warning to cause functional problems.

Release:
RTEMS-CVS

Environment:
linux -> cygwin cross
i386-cygwin-gcc-2.95.2-9

Change History (1)

comment:1 Changed on 01/03/03 at 19:08:54 by Joel Sherrill

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Patch applied which eliminates request to align structures

on unix port. It is a performance enhancing option which is
not particularly critical for this port.

Note: See TracTickets for help on using tickets.