diff options
author | Nick Clifton <nickc@redhat.com> | 1998-04-23 22:00:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-04-23 22:00:45 +0000 |
commit | 8efdd180353c92a7421d5fff92766ffc7de3bf20 (patch) | |
tree | 8d4e9d4266597c2344c402a18804d67d4dc07e60 /gas | |
parent | 519aebdcc64529005b05cdbab18d1ee0f8bb6499 (diff) | |
download | gdb-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/ChangeLog | 6 |
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> |