]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (DBX_REGISTER_NUMBER): Delete. releases/gcc-4.1
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 24 Jan 2009 20:50:11 +0000 (20:50 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 24 Jan 2009 20:50:11 +0000 (20:50 +0000)
* config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
* config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
* config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.

From-SVN: r143652

gcc/ChangeLog
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/config/sparc/sysv4.h

index f1e0cf2d6b6e80153819d2c170b31f38f4b43ccd..13992a005d415cb2bb00e5380b1a1e40105b29eb 100644 (file)
@@ -1,3 +1,9 @@
+2009-01-24  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
+       * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
+       * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
+
 2008-11-30  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/38287
index 9b465fdf3b04f994659f0d2d3825df14dbf1d572..534a76de085dd8fa3644b0cb6b753027e56179c4 100644 (file)
@@ -142,10 +142,6 @@ Boston, MA 02110-1301, USA.  */
   "%{V} %{v:%{!V:-V}} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s \
    %{fpic|fPIC|fpie|fPIE:-K PIC} %(asm_cpu) %(asm_relax)"
 
-/* Same as sparc.h */
-#undef DBX_REGISTER_NUMBER
-#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
-
 #undef ASM_OUTPUT_ALIGNED_LOCAL
 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN)              \
 do {                                                                   \
index d025eb7b862f17a4d17cb8820ba9bcc9de958a52..ef4b854f3d7b31c7014e1e11acb3d00724cab2e0 100644 (file)
@@ -280,10 +280,6 @@ Boston, MA 02110-1301, USA.  */
 %{mlittle-endian:-EL} \
 %(asm_cpu) %(asm_arch) %(asm_relax)"
 
-/* Same as sparc.h */
-#undef DBX_REGISTER_NUMBER
-#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
-
 #undef ASM_OUTPUT_ALIGNED_LOCAL
 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN)              \
 do {                                                                   \
index 0c0c8e0d0556eb0da39303ad99d7a6ea11d4205d..bc014e7379b8d93bf39a2d2b2757f4e1274b118a 100644 (file)
@@ -101,22 +101,6 @@ do { ASM_OUTPUT_ALIGN ((FILE), Pmode == SImode ? 2 : 3);           \
        fprintf (FILE, "\n");                                           \
   } while (0)
 
-/* Define how the SPARC registers should be numbered for Dwarf output.
-   The numbering provided here should be compatible with the native
-   svr4 SDB debugger in the SPARC/svr4 reference port.  The numbering
-   is as follows:
-
-   Assembly name       gcc internal regno      Dwarf regno
-   ----------------------------------------------------------
-   g0-g7               0-7                     0-7
-   o0-o7               8-15                    8-15
-   l0-l7               16-23                   16-23
-   i0-i7               24-31                   24-31
-   f0-f31              32-63                   40-71
-*/
-
-#define DBX_REGISTER_NUMBER(REGNO) ((REGNO) < 32 ? (REGNO) : (REGNO) + 8)
-
 /* A set of symbol definitions for assembly pseudo-ops which will
    get us switched to various sections of interest.  These are used
    in all places where we simply want to switch to a section, and