arm.md (UNSPEC_STACK_ALIGN, [...]): Renumber to avoid conflicts.
authorPaul Brook <paul@codesourcery.com>
Mon, 10 Mar 2008 14:52:02 +0000 (14:52 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Mon, 10 Mar 2008 14:52:02 +0000 (14:52 +0000)
2008-03-10  Paul Brook  <paul@codesourcery.com>

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

From-SVN: r133080

gcc/ChangeLog
gcc/config/arm/arm.md

index 5eab262ced6c8cf9bf73465447cddab20109b917..1d79570845c1b5d5b905ce7cf2abc8e8439e1f02 100644 (file)
@@ -1,7 +1,11 @@
+2008-03-10  Paul Brook  <paul@codesourcery.com>
+
+       * config/arm/arm.md (UNSPEC_STACK_ALIGN, UNSPEC_PIC_OFFSET): Renumber
+       to avoid conflicts.
+
 2008-03-10  Paul Brook  <paul@codesourcery.com>
        Mark Shinwell  <shinwell@codesourcery.com>
 
-       gcc/
        * config/arm/cortex-r4.md: New.
        * config/arm/thumb2.md (divsi3, udivsi3): Annotate with
        insn attributes.
index 6eef65025603130e9701059ae8d1c056f8752d47..5b40449cee143b874e579db19b3a7e786b6fa4b2 100644 (file)
@@ -94,9 +94,9 @@
    (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.
   ]
 )