OSDN Git Service

Strip '*' prefix from label names.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Apr 2000 20:13:21 +0000 (20:13 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Apr 2000 20:13:21 +0000 (20:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33045 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.h

index 6c8074d..1e058c6 100644 (file)
@@ -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,
index 268f1c5..52d83df 100644 (file)
@@ -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