aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPhilip Blundell <philb@gnu.org>2000-04-09 20:13:21 +0000
committerNick Clifton <nickc@gcc.gnu.org>2000-04-09 20:13:21 +0000
commit00fdafefd637a8b5e8ca0751a3f2eb4cab5af665 (patch)
tree4678f791b5a5cf75e9ae2df316efd39c195a97c3 /gcc
parent46d21d2c8260c792f9cc5a92bffec3e987c63c2d (diff)
downloadgcc-00fdafefd637a8b5e8ca0751a3f2eb4cab5af665.zip
gcc-00fdafefd637a8b5e8ca0751a3f2eb4cab5af665.tar.gz
gcc-00fdafefd637a8b5e8ca0751a3f2eb4cab5af665.tar.bz2
Strip '*' prefix from label names.
From-SVN: r33045
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/arm.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6c8074d..1e058c6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-09 Philip Blundell <philb@gnu.org>
+
+ * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
+
Sun Apr 9 15:16:14 EDT 2000 John Wehle (john@feith.com)
* i386.md (fix_truncsfhi2, fix_truncdfhi2,
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 268f1c5..52d83df 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -1835,6 +1835,7 @@ typedef struct
#define ARM_NAME_ENCODING_LENGTHS \
case SHORT_CALL_FLAG_CHAR: return 1; \
case LONG_CALL_FLAG_CHAR: return 1; \
+ case '*': return 1; \
SUBTARGET_NAME_ENCODING_LENGTHS
/* This has to be handled by a function because more than part of the