This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/53378] gcc/regs.h hides system header regs.h on vxWorks


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53378

--- Comment #2 from rbmj at verizon dot net 2012-05-16 16:33:36 UTC ---
No it is not.  regs.h is a system header on VxWorks.  I can see a big:

/* regs.h - CPU registers */

/* Copyright 1984-2003 Wind River Systems, Inc. */

At the top of /usr/powerpc-wrs-vxworks/sys-include/regs.h.  It includes an
architecture specific register file and then defines a struct regindex.  I
checked gcc/regs.h - they are not the same.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]