* expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the
authorRichard Henderson <rth@redhat.com>
Tue, 27 May 2003 19:19:29 +0000 (19:19 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 27 May 2003 19:19:29 +0000 (19:19 +0000)
commit756d1d01889f120348ff040ef9599b595524d4b9
tree6824960fd4c6210bea420d1b45687511fa8090d5
parenta4447b93785ea7fd86d583bb892f3cb5f6db71d3
    * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the
        symbol_create call.
        (current_location): Use symbol_temp_new_now.
        * stabs.c (s_stab_generic): Use symbol_temp_new.
        * symbols.c (temp_label_name): Remove.
        (symbol_temp_new, symbol_temp_make): Use FAKE_LABEL_NAME.
gas/ChangeLog
gas/expr.c
gas/stabs.c
gas/symbols.c