This is the mail archive of the gcc-patches@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]

[PATCH] fix debug info register numbering on x86 vxworks


VxWorks debug info on x86 uses the SVR4 register numbering scheme.  This
patch makes that a reality.

Bootstrapped and regtested on i586-wrs-vxworks.  I also visually
inspected the readelf -wf output of -g compiled object files to ensure
the register numbering is as expected.  OK to commit?

:ADDPATCH vxworks:

-Nathan

2007-08-03  Nathan Froyd  <froydnj@codesourcery.com>

	gcc/
	* config/i386/vx-common.h (DBX_REGISTER_NUMBER): Define.

Attachment: regnums.patch
Description: Text document


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