X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=e8e58fdac682e8b4e7b1beb72fe5548ba1257b85;hb=4a826962e76042a7ec1126e1e24b1850faa52443;hp=374c60e3a337b70a5a7e84fabe4a646aba58c4c1;hpb=3df4e177c9bdd2dd095a3c4e437ffba47cf32b37;p=thirdparty%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 374c60e3a33..e8e58fdac68 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2010-12-01 Maciej W. Rozycki + + * symbols.h (dot_symbol): New declaration. + (dot_symbol_init): New prototype. + * symbols.c (dot_symbol): New variable. + (symbol_clone): Assert it's not dot_symbol being cloned. + (dot_symbol_init): New function. + (symbol_clone_if_forward_ref): Create a new temporary symbol + when trying to clone dot_symbol. + * expr.c (current_location): Refer to dot_symbol instead of + making a new temporary symbol. + * read.c (read_a_source_file): Update dot_symbol as we go. + * as.c (main): Call dot_symbol_init. + 2010-12-01 Maciej W. Rozycki * symbols.c (symbol_clone_if_forward_ref): Don't limit cloning