From 5541d1043ecdc6368bdbfb40017f5bb1a9b4ba9a Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 27 May 2003 19:19:29 +0000 Subject: * 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/stabs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gas/stabs.c') diff --git a/gas/stabs.c b/gas/stabs.c index 38bbc24687..900826b231 100644 --- a/gas/stabs.c +++ b/gas/stabs.c @@ -371,13 +371,11 @@ s_stab_generic (what, stab_secname, stabstr_secname) } else { - const char *fake; symbolS *symbol; expressionS exp; /* Arrange for a value representing the current location. */ - fake = FAKE_LABEL_NAME; - symbol = symbol_new (fake, saved_seg, dot, saved_frag); + symbol = symbol_temp_new (saved_seg, dot, saved_frag); exp.X_op = O_symbol; exp.X_add_symbol = symbol; -- cgit v1.2.1