diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-07-20 17:55:02 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-07-20 17:55:02 +0000 |
commit | 01a3f561abcabb8b794dfa8a580691075dbf03c6 (patch) | |
tree | 7e806060344cc4f3715f331dceff425140ed5f61 /gas/ChangeLog | |
parent | 1586d91e32ea5f8352ea442c38cd261c2de73d7a (diff) | |
download | binutils-gdb-01a3f561abcabb8b794dfa8a580691075dbf03c6.tar.gz |
* config/tc-mips.c (append_insn): Handle constant expressions with
no associated relocation.
(mips_ip): Cancel the expression after use for the Q format
specifier.
(parse_relocation): Return no relocation for unsupported
operators.
(my_getSmallExpression): Return no relocation if no relocation
operators are used.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 450c0866693..33ac7fc283e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> + + * config/tc-mips.c (append_insn): Handle constant expressions with + no associated relocation. + (mips_ip): Cancel the expression after use for the Q format + specifier. + (parse_relocation): Return no relocation for unsupported + operators. + (my_getSmallExpression): Return no relocation if no relocation + operators are used. + 2004-07-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * config/obj-som.c (adjust_stab_sections): Add prototype. |