i386.c (legitimize_tls_address): Generate tls_initial_exec_64_sun only when !TARGET_X32.
[gcc.git] / gcc / alias.h
index d4dd3038292faaefb603e4f36ad6cee96f6d523b..9e0d1872658d506a78d02d0602ce3f2cb77aab0d 100644 (file)
@@ -51,11 +51,4 @@ extern int nonoverlapping_memrefs_p (const_rtx, const_rtx, bool);
    memory barriers, including an address of SCRATCH.  */
 #define ALIAS_SET_MEMORY_BARRIER       ((alias_set_type) -1)
 
-/* Values of XWINT (address, 0) of Pmode ADDRESS rtxes for special
-   registers.  */
-#define UNIQUE_BASE_VALUE_SP   -1
-#define UNIQUE_BASE_VALUE_ARGP -2
-#define UNIQUE_BASE_VALUE_FP   -3
-#define UNIQUE_BASE_VALUE_HFP  -4
-
 #endif /* GCC_ALIAS_H */