summaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-02-24 01:56:31 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-02-24 01:56:31 +0000
commit6b78e72e90209ebb26ed06692e0b903340820715 (patch)
tree9278675b92412e8bacc2227393b96f046fa9ddbb /gas/config/tc-hppa.h
parenta42391ac8eb96aab975290eb0ee536a8431da407 (diff)
downloadbinutils-redhat-6b78e72e90209ebb26ed06692e0b903340820715.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 67d55dc92a..266c8caac6 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.