diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-15 12:02:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-15 12:02:38 +0000 |
commit | 8d8199c3110e24159be80561d243efe948f23a04 (patch) | |
tree | a00e2abe816fcd2ed874abe1ce3630b2808cd75b /gas/ChangeLog | |
parent | 25c80428af3311e761c87d8f706596b9701602ec (diff) | |
download | binutils-8d8199c3110e24159be80561d243efe948f23a04.zip binutils-8d8199c3110e24159be80561d243efe948f23a04.tar.gz binutils-8d8199c3110e24159be80561d243efe948f23a04.tar.bz2 |
(obj_crawl_symbol_chain): Skip defined symbols which resolve to symbolic values.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 710a435..4f52e87 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2003-12-15 Nick Clifton <nickc@redhat.com> + + * config/obj-aout.c (obj_crawl_symbol_chain): Skip defined + symbols which resolve to symbolic values. + 2003-12-13 Alan Modra <amodra@bigpond.net.au> * config/obj-elf.c: Convert to C90, remove unneeded prototypes and |