Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2003 14:38:00 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43099 for review
Message-ID:  <200311272238.hARMc0uG048643@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=43099

Change 43099 by marcel@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 } }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311272238.hARMc0uG048643>