aboutsummaryrefslogtreecommitdiff
path: root/gas/stabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/stabs.c')
-rw-r--r--gas/stabs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/stabs.c b/gas/stabs.c
index a7de9af..9e055c4 100644
--- a/gas/stabs.c
+++ b/gas/stabs.c
@@ -457,11 +457,10 @@ s_desc (ignore)
symbolS *symbolP;
int temp;
- name = input_line_pointer;
- c = get_symbol_end ();
+ c = get_symbol_name (&name);
p = input_line_pointer;
*p = c;
- SKIP_WHITESPACE ();
+ SKIP_WHITESPACE_AFTER_NAME ();
if (*input_line_pointer != ',')
{
*p = 0;