This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/53378] gcc/regs.h hides system header regs.h on vxWorks
- From: "rbmj at verizon dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 May 2012 16:33:36 +0000
- Subject: [Bug target/53378] gcc/regs.h hides system header regs.h on vxWorks
- Auto-submitted: auto-generated
- References: <bug-53378-4@http.gcc.gnu.org/bugzilla/>
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.