diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-22 14:53:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-22 14:53:01 +0000 |
commit | 7dcc9865504dca99a950c4d11d54c3a3a5f0b8c9 (patch) | |
tree | c4e20310082b203277f32490e0c765536bdc0a47 /gas/config/tc-sparc.c | |
parent | a77f5182c7d7ee65904c073161053e330bc8eed1 (diff) | |
download | fsf-binutils-gdb-7dcc9865504dca99a950c4d11d54c3a3a5f0b8c9.zip fsf-binutils-gdb-7dcc9865504dca99a950c4d11d54c3a3a5f0b8c9.tar.gz fsf-binutils-gdb-7dcc9865504dca99a950c4d11d54c3a3a5f0b8c9.tar.bz2 |
* config/tc-alpha.c: More use of symbol accessor functions.
* config/tc-arc.c: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-fr30.c: Likewise.
* config/tc-i860.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-mcore.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-v850.c: Likewise.
Diffstat (limited to 'gas/config/tc-sparc.c')
-rw-r--r-- | gas/config/tc-sparc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 1ed91f5..fe8c890 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -3462,7 +3462,7 @@ s_common (ignore) S_SET_EXTERNAL (symbolP); #endif } - know (symbolP->sy_frag == &zero_address_frag); + know (symbol_get_frag (symbolP) == &zero_address_frag); if (*input_line_pointer != ',') { as_bad (_("Expected comma after common length")); |