diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 21:52:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 21:52:06 +0000 |
commit | 0e073f4ce8c5907ba76b3d7aeb5b373a308b25d4 (patch) | |
tree | 228d8971410cdf4d30f178d9f112b2983e53205c /gas/ChangeLog | |
parent | a798260029f9c36a51ffe2abe41a6dd77914e266 (diff) | |
download | gdb-0e073f4ce8c5907ba76b3d7aeb5b373a308b25d4.zip gdb-0e073f4ce8c5907ba76b3d7aeb5b373a308b25d4.tar.gz gdb-0e073f4ce8c5907ba76b3d7aeb5b373a308b25d4.tar.bz2 |
* pj.h (pj_opc_info_t): Add union.
* pj-dis.c (print_insn_pj): Adjust for pj_opc_info_t change.
* config/tc-pj.c (little, big, parse_exp_save_ilp): Prototype.
(c_to_r, ipush_code, fake_opcode, alias): Likewise.
(fake_opcode): Adjust for pj_opc_int_t change.
(md_begin): Likewise.
(md_assemble): Likewise.
(ipush_code): Correct parse_exp_save_ilp call. Test pending_reloc
instead of non-existent third arg of parse_exp_save_ilp.
(md_parse_option): Correct "little" and "big" calls.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1ec063c..7cddfbb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 2002-12-13 Alan Modra <amodra@bigpond.net.au> + * config/tc-pj.c (little, big, parse_exp_save_ilp): Prototype. + (c_to_r, ipush_code, fake_opcode, alias): Likewise. + (fake_opcode): Adjust for pj_opc_int_t change. + (md_begin): Likewise. + (md_assemble): Likewise. + (ipush_code): Correct parse_exp_save_ilp call. Test pending_reloc + instead of non-existent third arg of parse_exp_save_ilp. + (md_parse_option): Correct "little" and "big" calls. * config/tc-sparc.c (s_register): Only declare #ifdef OBJ_ELF. (md_apply_fix3 <segment>): Add ATTRIBUTE_UNUSED. (tc_gen_reloc <section>): Likewise. |