summaryrefslogtreecommitdiffstats
path: root/include/opcode/pj.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade header files to use GPLv3Nick Clifton2010-04-151-13/+13
|
* Update the address and phone number of the FSF organizationNick Clifton2005-05-101-1/+1
|
* Convert to C90.Alan Modra2003-08-071-2/+2
|
* * pj.h (pj_opc_info_t): Add union.Alan Modra2002-12-121-2/+5
| | | | | | | | | | | | | * 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.
* Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton2001-03-141-1/+1
|
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-041-0/+46
* pj.h: New file.