public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* ARM unspec numbering fix
@ 2008-03-10 14:52 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-03-10 14:52 UTC (permalink / raw)
  To: gcc-patches

The patch below renumbers some of the arm UNSPEC constants to avoid conflicts.

Applied to SVN trunk.

Paul

2008-03-10  Paul Brook  <paul@codesourcery.com>

	gcc/
	* config/arm/arm.md (UNSPEC_STACK_ALIGN, UNSPEC_PIC_OFFSET): Renumber
	to avoid conflicts.

Index: gcc/config/arm/arm.md
===================================================================
--- gcc/config/arm/arm.md	(revision 133079)
+++ gcc/config/arm/arm.md	(working copy)
@@ -94,9 +94,9 @@ (define_constants
    (UNSPEC_TLS      20) ; A symbol that has been treated properly for TLS 
usage.
    (UNSPEC_PIC_LABEL 21) ; A label used for PIC access that does not appear 
in the
                          ; instruction stream.
-   (UNSPEC_STACK_ALIGN 20) ; Doubleword aligned stack pointer.  Used to
+   (UNSPEC_STACK_ALIGN 22) ; Doubleword aligned stack pointer.  Used to
 			   ; generate correct unwind information.
-   (UNSPEC_PIC_OFFSET 22) ; A symbolic 12-bit OFFSET that has been treated
+   (UNSPEC_PIC_OFFSET 23) ; A symbolic 12-bit OFFSET that has been treated
 			  ; correctly for PIC usage.
   ]
 )

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-10 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10 14:52 ARM unspec numbering fix Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).