PERFORCE change 43099 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Nov 27 14:38:02 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=43099

Change 43099 by marcel at marcel_nfs on 2003/11/27 14:37:11

	Teach gas about Linux and FreeBSD unwind ABI constants.
	This needs to be contributed back to binutils.

Affected files ...

.. //depot/projects/ia64/contrib/binutils/gas/config/tc-ia64.c#8 edit

Differences ...

==== //depot/projects/ia64/contrib/binutils/gas/config/tc-ia64.c#8 (text+ko) ====

@@ -523,6 +523,8 @@
     { "svr4",	PSEUDO_FUNC_CONST, { 0 } },
     { "hpux",	PSEUDO_FUNC_CONST, { 1 } },
     { "nt",	PSEUDO_FUNC_CONST, { 2 } },
+    { "linux",	PSEUDO_FUNC_CONST, { 3 } },
+    { "freebsd",PSEUDO_FUNC_CONST, { 9 } },
 
     /* unwind-related registers:  */
     { "priunat",PSEUDO_FUNC_REG, { REG_PRIUNAT } }


More information about the p4-projects mailing list