summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-09 16:29:38 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-09 16:29:38 +0000
commit7369aba45235c9bf15e6bde49a56c141af1961bf (patch)
tree9323152f1d8b03a57d6fbd964855714de35655d7 /gcc
parent0d946853d70acece617a9568f5786def450d55be (diff)
downloadgcc-7369aba45235c9bf15e6bde49a56c141af1961bf.tar.gz
* pa-linux.h (PREFERRED_DEBUGGING_TYPE, DWARF2_ASM_LINE_DEBUG_INFO,
ASM_OUTPUT_DEF): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58953 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/pa/pa-linux.h16
2 files changed, 5 insertions, 16 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index affba0a03ea..fc96e701dcc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * pa-linux.h (PREFERRED_DEBUGGING_TYPE, DWARF2_ASM_LINE_DEBUG_INFO,
+ ASM_OUTPUT_DEF): Delete.
+
2002-11-09 Neil Booth <neil@daikokuya.co.uk>
* c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h
index 7f372faa8d3..5b3c7045165 100644
--- a/gcc/config/pa/pa-linux.h
+++ b/gcc/config/pa/pa-linux.h
@@ -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 "."