diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-17 15:59:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-17 15:59:38 +0000 |
commit | ec7ef0338174cf3b27c2dc8279cc672ca976d487 (patch) | |
tree | e0e666c2b8fa77fda2838a4761cd2ca00d2a1875 | |
parent | 25ba8e7b961896f12205132368b690db25d94785 (diff) | |
download | gdb-ec7ef0338174cf3b27c2dc8279cc672ca976d487.zip gdb-ec7ef0338174cf3b27c2dc8279cc672ca976d487.tar.gz gdb-ec7ef0338174cf3b27c2dc8279cc672ca976d487.tar.bz2 |
Adfd entry for patch to symbols.c that was accidentally omitted.
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 54fd56e..12f0505 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2005-05-17 Nick Clifton <nickc@redhat.com> + + PR 876 + * symbols.c (resolve_symbol_value): Do not move symbols whose + value expression has not been resolved or finalized into the + absolute section as this will confuse other parts of the assembler + into thinking that their value is zero. + 2005-05-17 Jan Beulich <jbeulich@novell.com> * read.c (_find_end_of_line): New. |