aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-11 01:32:35 +0000
committerNick Clifton <nickc@redhat.com>2001-01-11 01:32:35 +0000
commitaa257fcdbd8bc5816be8bebb39d05dba68de0c95 (patch)
tree8aacf9f5cb35951eb559cc25ba675b6e8b39d67f /gas/ChangeLog
parent69f069696b3aa4a34a0cfac45a4f338129eb1efd (diff)
downloadfsf-binutils-gdb-aa257fcdbd8bc5816be8bebb39d05dba68de0c95.zip
fsf-binutils-gdb-aa257fcdbd8bc5816be8bebb39d05dba68de0c95.tar.gz
fsf-binutils-gdb-aa257fcdbd8bc5816be8bebb39d05dba68de0c95.tar.bz2
Fix local label code to use LOCAL_LABEL_PREFIX
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 12c316e..3555324 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,17 @@
+2001-01-10 Nick Clifton <nickc@redhat.com>
+
+ * symbols.c (DOLLAR_LABEL_CHAR): New constant - the magic
+ character used to dollar local symbols.
+ (LOCAL_LABEL_CHAR): New constant - the magic character used to
+ local label symbols.
+ (dollar_label_name): Use DOLLAR_LABEL_CHAR.
+ (fb_label_name): Prefix local labels with LOCAL_LABEL_PREFIX,
+ if defined.
+ Use LOCAL_LABEL_CHAR.
+ (decode_local_label_name): Skip LOCAL_LABEL_PREFIX.
+ Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
+ (S_IS_LOCAL): Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
+
2001-01-08 Bo Thorsen <bo@suse.de>
* config/tc-i386.c (i386_immediate, i386_displacement):