summaryrefslogtreecommitdiff
path: root/opcodes/ia64-opc.c
Commit message (Collapse)AuthorAgeFilesLines
* * ia64-opc.c: Remove #include "ansidecl.h".Alan Modra2012-05-181-2/+2
| | | | * z8kgen.c: Include sysdep.h first.
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-6/+6
| | | | Fix up all warnings generated by the addition of this switch.
* Change source files over to GPLv3.Nick Clifton2007-07-051-12/+12
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-2/+2
|
* Fix ia64-hpux build failure.Jim Wilson2005-05-051-1/+1
| | | | * ia64-opc.c: Include sysdep.h before libiberty.h.
* update copyright datesAlan Modra2005-03-031-1/+1
|
* Fix compile time warnings generated by gcc 4.0Nick Clifton2005-02-231-1/+1
|
* * i386-dis.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-09-141-60/+28
| | | | | | | * i370-dis.c: Likewise. * i370-opc.c: Likewiwse. * i960-dis.c: Likewise. * ia64-opc.c: Likewise.
* * mips-dis.c: Add missing prototypes.Andreas Jaeger2001-08-211-5/+19
| | | | | | * a29k-dis.c: Likewise. * arc-dis.c: Likewise. * ia64-opc.c: Likewise.
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-1/+1
|
* Eliminate ia64 compiler warnings. Fix ia64 gas testsuite again.Jim Wilson2000-12-121-1/+2
| | | | | | | | | | | | | | | | * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *. * config/tc-ia64.h (ia64_init): Add prototype. * gas/ia64/dv-imply.d, gas/ia64/dv-mutex.d, gas/ia64/dv-safe.d, gas/ia64/dv-srlz.d, gas/ia64/opc-m.d: Update. * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode argument. * ia64_gen.c (insert_deplist): Cast sizeof result to int. (print_dependency_table): Print NULL if semantics field not set. (insert_opcode_dependencies): Mark cmp parameter as unused. (print_main_table): Use fprintf_vma to print long long fields. (main): Mark argv paramter as unused. Convert to old style definition. * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int. * ia64-asmtab.c: Regnerate.
* Misc assembly/disassembly fixes.Timothy Wall2000-04-231-9/+15
|
* IA-64 ELF support.Jim Wilson2000-04-211-0/+741