aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-04-23 22:00:45 +0000
committerNick Clifton <nickc@redhat.com>1998-04-23 22:00:45 +0000
commit8efdd180353c92a7421d5fff92766ffc7de3bf20 (patch)
tree8d4e9d4266597c2344c402a18804d67d4dc07e60 /gas
parent519aebdcc64529005b05cdbab18d1ee0f8bb6499 (diff)
downloadgdb-8efdd180353c92a7421d5fff92766ffc7de3bf20.zip
gdb-8efdd180353c92a7421d5fff92766ffc7de3bf20.tar.gz
gdb-8efdd180353c92a7421d5fff92766ffc7de3bf20.tar.bz2
Fix bug compiling math/k_standard.c
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 067c958..e556929 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 23 14:58:31 1998 Nick Clifton <nickc@cygnus.com>
+
+ * config/tc-arm.c (find_real_start): Ignore symbols starting with
+ .L - they are local labels and the branches are not really
+ function calls but rather far jumps.
+
start-sanitize-sky
Thu Apr 23 11:09:34 1998 Doug Evans <devans@canuck.cygnus.com>