OSDN Git Service

* pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the
[pf3gnuchains/gcc-fork.git] / gcc / config / pa / pa-linux.h
index 7f372fa..5b3c704 100644 (file)
@@ -18,10 +18,6 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Use DWARF2 debugging info and unwind.  */
-#undef PREFERRED_DEBUGGING_TYPE
-#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
-#define DWARF2_ASM_LINE_DEBUG_INFO 1
 
 /* A C expression whose value is RTL representing the location of the
    incoming return address at the beginning of any function, before the
@@ -135,18 +131,6 @@ Boston, MA 02111-1307, USA.  */
     }                                                          \
    while (0)
 
-/* Output a definition */
-#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \
-  do                                                           \
-    {                                                          \
-      fprintf ((FILE), "\t%s\t", SET_ASM_OP);                  \
-      assemble_name (FILE, LABEL1);                            \
-      fprintf (FILE, ",");                                     \
-      assemble_name (FILE, LABEL2);                            \
-      fprintf (FILE, "\n");                                    \
-    }                                                          \
-  while (0)
-
 /* We want local labels to start with period if made with asm_fprintf.  */
 #undef LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX "."