diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-25 19:55:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-25 19:55:14 +0000 |
commit | 2051ec0e35f48e9b0134226032eb637000a450eb (patch) | |
tree | bfa4d6f44195fe0e548c149e5aaf012f43c6a002 /gas/ChangeLog | |
parent | a77b3837e3bf4541a1c8047f42ca5d66a17cca40 (diff) | |
download | gdb-2051ec0e35f48e9b0134226032eb637000a450eb.zip gdb-2051ec0e35f48e9b0134226032eb637000a450eb.tar.gz gdb-2051ec0e35f48e9b0134226032eb637000a450eb.tar.bz2 |
* symbols.c (resolve_symbol_value): Store the value back into the
symbol expression, to handle add or subtract simplification
correctly. Handle O_symbol_rva. Add default case.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c7449eb..91d143b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Mon Aug 25 14:25:48 1997 Ian Lance Taylor <ian@cygnus.com> + * symbols.c (resolve_symbol_value): Store the value back into the + symbol expression, to handle add or subtract simplification + correctly. Handle O_symbol_rva. Add default case. + * config/tc-ppc.c (ppc_change_csect): Temporarily lower the chunksize while creating the new subsection. * as.c (chunksize): Initialize to zero. |