diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-08-16 00:58:11 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-08-16 00:58:11 +0000 |
commit | f21f824289798324355d9f6521a93b598bf883a9 (patch) | |
tree | cd3ec4ae88f56eff0c9b679ec939f7a185334ab3 /gas/ChangeLog | |
parent | e76f1f2e332de69d2a48bd8ac7bf6d0390991f43 (diff) | |
download | gdb-f21f824289798324355d9f6521a93b598bf883a9.zip gdb-f21f824289798324355d9f6521a93b598bf883a9.tar.gz gdb-f21f824289798324355d9f6521a93b598bf883a9.tar.bz2 |
* config/tc-mips.c (macro_build_jalr): Make sure we generate
the fix-up against on the right frag.
(s_cpsetup): Likewise. Parse third argument as expression, to
handle global symbols and forward/backward labels correctly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 60ace3a..1d9468f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2002-08-15 Alexandre Oliva <aoliva@redhat.com> + + * config/tc-mips.c (macro_build_jalr): Make sure we generate + the fix-up against on the right frag. + (s_cpsetup): Likewise. Parse third argument as expression, to + handle global symbols and forward/backward labels correctly. + 2002-08-14 Nick Clifton <nickc@redhat.com> * read.c (stringer): Catch attempts to create strings in the abs |