diff options
author | Jim Wilson <wilson@tuliptree.org> | 2002-09-26 22:04:19 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2002-09-26 22:04:19 +0000 |
commit | 825487fa2d21327c25aebcdac2be47117e26791f (patch) | |
tree | a1106303d99417c171465e71261eff6b5917c666 /gas/ChangeLog | |
parent | afbcd36fc184d101d697b2fab62546a03702ae2f (diff) | |
download | gdb-825487fa2d21327c25aebcdac2be47117e26791f.zip gdb-825487fa2d21327c25aebcdac2be47117e26791f.tar.gz gdb-825487fa2d21327c25aebcdac2be47117e26791f.tar.bz2 |
Fix v850 .offset pseudo-op
* config/tc-v850.c (v850_offset): Use frag_var instead of frag_now_fix
and frag_more.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d88670b..b1b96d4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-09-26 Jim Wilson <wilson@redhat.com> + + * config/tc-v850.c (v850_offset): Use frag_var instead of frag_now_fix + and frag_more. + 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * config/tc-mips.c (CPU_HAS_MIPS16): Add mips-lsi-elf as MIPS16 |