summaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-02-24 01:56:31 +0000
committerAlan Modra <amodra@gmail.com>2000-02-24 01:56:31 +0000
commitabd63a324ba0be30ce0f6287400984b5a4560099 (patch)
treef632d3f6373483c5f545e66f8e479afbaeef86bb /gas/config/tc-hppa.h
parentb5ebe70e6edf1e912248bbd98afb3ee7633a6348 (diff)
downloadbinutils-gdb-abd63a324ba0be30ce0f6287400984b5a4560099.tar.gz
Remove dead code when not TC_M68K.
Diffstat (limited to 'gas/config/tc-hppa.h')
-rw-r--r--gas/config/tc-hppa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h
index 67d55dc92a5..266c8caac65 100644
--- a/gas/config/tc-hppa.h
+++ b/gas/config/tc-hppa.h
@@ -1,5 +1,5 @@
/* tc-hppa.h -- Header file for the PA
- Copyright (C) 1989, 93, 94, 95, 96, 97, 98, 1999
+ Copyright (C) 1989, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -72,7 +72,7 @@
#define ASEC_NULL (asection *)0
/* Labels are not required to have a colon for a suffix. */
-#define LABELS_WITHOUT_COLONS
+#define LABELS_WITHOUT_COLONS 1
/* FIXME. This should be static and declared in tc-hppa.c, but
pa_define_label gets used outside of tc-hppa.c via tc_frob_label.