• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisione6c7cdec063514bb9ffe2a62fb280e5ec676cac0 (tree)
l'heure2016-04-20 20:04:49
AuteurTrevor Saunders <tbsaunde+binutils@tbsa...>
CommiterTrevor Saunders

Message de Log

update many old style function definitions

This includes regenerating a bunch of files in opcodes/ with trunk cgen.

gprof/ChangeLog:

2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

* basic_blocks.c: Update old style function definitions.
* cg_arcs.c: Likewise.
* cg_print.c: Likewise.
* gen-c-prog.awk: Likewise.
* gmon_io.c: Likewise.
* hertz.c: Likewise.
* hist.c: Likewise.
* sym_ids.c: Likewise.

bfd/ChangeLog:

2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

* cache.c: Update old style function definitions.
* elf32-m68k.c: Likewise.
* elf64-mmix.c: Likewise.
* stab-syms.c: Likewise.

opcodes/ChangeLog:

2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

* alpha-dis.c: Regenerate.
* crx-dis.c: Likewise.
* disassemble.c: Likewise.
* epiphany-opc.c: Likewise.
* fr30-opc.c: Likewise.
* frv-opc.c: Likewise.
* ip2k-opc.c: Likewise.
* iq2000-opc.c: Likewise.
* lm32-opc.c: Likewise.
* lm32-opinst.c: Likewise.
* m32c-opc.c: Likewise.
* m32r-opc.c: Likewise.
* m32r-opinst.c: Likewise.
* mep-opc.c: Likewise.
* mt-opc.c: Likewise.
* or1k-opc.c: Likewise.
* or1k-opinst.c: Likewise.
* tic80-opc.c: Likewise.
* xc16x-opc.c: Likewise.
* xstormy16-opc.c: Likewise.

ld/ChangeLog:

2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

* emultempl/scoreelf.em: Likewise.

binutils/ChangeLog:

2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

* resres.c: Likewise.

gas/ChangeLog:

2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

* cgen.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-mep.c: Likewise.
* config/tc-metag.c: Likewise.
* config/tc-nios2.c: Likewise.
* config/tc-rl78.c: Likewise.

Change Summary

Modification

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
11 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
22
3+ * cache.c: Update old style function definitions.
4+ * elf32-m68k.c: Likewise.
5+ * elf64-mmix.c: Likewise.
6+ * stab-syms.c: Likewise.
7+
8+2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
9+
310 * elf32-arm.c (put_thumb2_insn): Change argument type to bfd_byte *.
411
512 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
--- a/bfd/cache.c
+++ b/bfd/cache.c
@@ -566,7 +566,7 @@ RETURNS
566566 */
567567
568568 bfd_boolean
569-bfd_cache_close_all ()
569+bfd_cache_close_all (void)
570570 {
571571 bfd_boolean ret = TRUE;
572572
--- a/bfd/elf32-m68k.c
+++ b/bfd/elf32-m68k.c
@@ -4579,12 +4579,9 @@ elf_m68k_finish_dynamic_sections (bfd *output_bfd, struct bfd_link_info *info)
45794579 objects, and before the final_link entry point is called. */
45804580
45814581 bfd_boolean
4582-bfd_m68k_elf32_create_embedded_relocs (abfd, info, datasec, relsec, errmsg)
4583- bfd *abfd;
4584- struct bfd_link_info *info;
4585- asection *datasec;
4586- asection *relsec;
4587- char **errmsg;
4582+bfd_m68k_elf32_create_embedded_relocs (bfd *abfd, struct bfd_link_info *info,
4583+ asection *datasec, asection *relsec,
4584+ char **errmsg)
45884585 {
45894586 Elf_Internal_Shdr *symtab_hdr;
45904587 Elf_Internal_Sym *isymbuf = NULL;
--- a/bfd/elf64-mmix.c
+++ b/bfd/elf64-mmix.c
@@ -2114,9 +2114,7 @@ static asymbol *mmix_elf_reg_section_symbol_ptr;
21142114 /* Handle the special section numbers that a symbol may use. */
21152115
21162116 void
2117-mmix_elf_symbol_processing (abfd, asym)
2118- bfd *abfd ATTRIBUTE_UNUSED;
2119- asymbol *asym;
2117+mmix_elf_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED, asymbol *asym)
21202118 {
21212119 elf_symbol_type *elfsym;
21222120
@@ -2491,9 +2489,8 @@ bpo_reloc_request_sort_fn (const void * p1, const void * p2)
24912489 from base-plus-offset relocs. */
24922490
24932491 void
2494-mmix_dump_bpo_gregs (link_info, pf)
2495- struct bfd_link_info *link_info;
2496- bfd_error_handler_type pf;
2492+mmix_dump_bpo_gregs (struct bfd_link_info *link_info,
2493+ bfd_error_handler_type pf)
24972494 {
24982495 bfd *bpo_greg_owner;
24992496 asection *bpo_gregs_section;
--- a/bfd/stab-syms.c
+++ b/bfd/stab-syms.c
@@ -45,8 +45,7 @@
4545 __define_name (N_WARNING, "WARNING")
4646
4747 const char *
48-bfd_get_stab_name (code)
49- int code;
48+bfd_get_stab_name (int code)
5049 {
5150 switch (code)
5251 {
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
1+2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2+
3+ * resres.c: Likewise.
4+
15 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
26
37 * Makefile.in: Regenerated with automake 1.11.6.
--- a/binutils/resres.c
+++ b/binutils/resres.c
@@ -386,8 +386,7 @@ write_res_bin (windres_bfd *wrbfd, rc_uint_type off, const rc_res_resource *res,
386386
387387 /* Get number of bytes needed to store an id in binary format */
388388 static unsigned long
389-get_id_size (id)
390- const rc_res_id *id;
389+get_id_size (const rc_res_id *id)
391390 {
392391 if (id->named)
393392 return sizeof (unichar) * (id->u.n.length + 1);
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
1+2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2+
3+ * cgen.c: Likewise.
4+ * config/tc-bfin.c: Likewise.
5+ * config/tc-ia64.c: Likewise.
6+ * config/tc-mep.c: Likewise.
7+ * config/tc-metag.c: Likewise.
8+ * config/tc-nios2.c: Likewise.
9+ * config/tc-rl78.c: Likewise.
10+
111 2016-04-20 Andrew Burgess <andrew.burgess@embecosm.com>
212
313 * doc/c-arc.texi (ARC Options): Add nps400 to list of valus for
--- a/gas/cgen.c
+++ b/gas/cgen.c
@@ -92,7 +92,7 @@ static int num_fixups;
9292 ??? May wish to make this static and delete calls in md_assemble. */
9393
9494 void
95-gas_cgen_init_parse ()
95+gas_cgen_init_parse (void)
9696 {
9797 num_fixups = 0;
9898 }
@@ -154,7 +154,7 @@ struct saved_fixups
154154 static struct saved_fixups stored_fixups[MAX_SAVED_FIXUP_CHAINS];
155155
156156 void
157-gas_cgen_initialize_saved_fixups_array ()
157+gas_cgen_initialize_saved_fixups_array (void)
158158 {
159159 int i = 0;
160160
@@ -1047,7 +1047,7 @@ gas_cgen_tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixP)
10471047 Called after gas_cgen_cpu_desc has been created. */
10481048
10491049 void
1050-gas_cgen_begin ()
1050+gas_cgen_begin (void)
10511051 {
10521052 if (flag_signed_overflow_ok)
10531053 cgen_set_signed_overflow_ok (gas_cgen_cpu_desc);
--- a/gas/config/tc-bfin.c
+++ b/gas/config/tc-bfin.c
@@ -446,7 +446,7 @@ md_show_usage (FILE * stream)
446446
447447 /* Perform machine-specific initializations. */
448448 void
449-md_begin ()
449+md_begin (void)
450450 {
451451 /* Set the ELF flags if desired. */
452452 if (bfin_flags)
--- a/gas/config/tc-ia64.c
+++ b/gas/config/tc-ia64.c
@@ -4120,7 +4120,7 @@ save_prologue_count (unsigned long lbl, unsigned int count)
41204120 }
41214121
41224122 static void
4123-free_saved_prologue_counts ()
4123+free_saved_prologue_counts (void)
41244124 {
41254125 label_prologue_count *lpc = unwind.saved_prologue_counts;
41264126 label_prologue_count *next;
--- a/gas/config/tc-mep.c
+++ b/gas/config/tc-mep.c
@@ -465,7 +465,7 @@ mep_parse_operand (CGEN_CPU_DESC cd, enum cgen_parse_operand_type want,
465465 }
466466
467467 void
468-md_begin ()
468+md_begin (void)
469469 {
470470 /* Initialize the `cgen' interface. */
471471
@@ -1934,7 +1934,7 @@ mep_cgen_record_fixup_exp (fragS *frag,
19341934 tc_gen_reloc. */
19351935
19361936 void
1937-mep_frob_file ()
1937+mep_frob_file (void)
19381938 {
19391939 struct mep_hi_fixup * l;
19401940
--- a/gas/config/tc-metag.c
+++ b/gas/config/tc-metag.c
@@ -7002,9 +7002,7 @@ metag_parse_name (char const * name, expressionS * exprP, enum expr_mode mode,
70027002 then it is done here. */
70037003
70047004 arelent *
7005-tc_gen_reloc (seg, fixp)
7006- asection *seg ATTRIBUTE_UNUSED;
7007- fixS *fixp;
7005+tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED, fixS *fixp)
70087006 {
70097007 arelent *reloc;
70107008
--- a/gas/config/tc-nios2.c
+++ b/gas/config/tc-nios2.c
@@ -3910,7 +3910,7 @@ md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)
39103910
39113911 /* Called just before the assembler exits. */
39123912 void
3913-md_end ()
3913+md_end (void)
39143914 {
39153915 /* FIXME - not yet implemented */
39163916 }
--- a/gas/config/tc-rl78.c
+++ b/gas/config/tc-rl78.c
@@ -131,7 +131,7 @@ rl78_prefix (int p)
131131 }
132132
133133 int
134-rl78_has_prefix ()
134+rl78_has_prefix (void)
135135 {
136136 return rl78_bytes.n_prefix;
137137 }
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,14 @@
1+2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2+
3+ * basic_blocks.c: Update old style function definitions.
4+ * cg_arcs.c: Likewise.
5+ * cg_print.c: Likewise.
6+ * gen-c-prog.awk: Likewise.
7+ * gmon_io.c: Likewise.
8+ * hertz.c: Likewise.
9+ * hist.c: Likewise.
10+ * sym_ids.c: Likewise.
11+
112 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
213
314 * Makefile.in: Regenerated with automake 1.11.6.
--- a/gprof/basic_blocks.c
+++ b/gprof/basic_blocks.c
@@ -248,7 +248,7 @@ bb_write_blocks (FILE *ofp, const char *filename)
248248 <filename>:<line-number>: (<function-name>:<bb-addr): <ncalls> */
249249
250250 void
251-print_exec_counts ()
251+print_exec_counts (void)
252252 {
253253 Sym **sorted_bbs, *sym;
254254 unsigned int i, j, len;
@@ -459,7 +459,7 @@ annotate_with_count (char *buf, unsigned int width, int line_num, PTR arg)
459459 regarding that source file are printed. */
460460
461461 void
462-print_annotated_source ()
462+print_annotated_source (void)
463463 {
464464 Sym *sym, *line_stats, *new_line;
465465 Source_File *sf;
--- a/gprof/cg_arcs.c
+++ b/gprof/cg_arcs.c
@@ -245,7 +245,7 @@ propagate_time (Sym *parent)
245245 * its members.
246246 */
247247 static void
248-cycle_time ()
248+cycle_time (void)
249249 {
250250 Sym *member, *cyc;
251251
@@ -269,7 +269,7 @@ cycle_time ()
269269
270270
271271 static void
272-cycle_link ()
272+cycle_link (void)
273273 {
274274 Sym *sym, *cyc, *member;
275275 Arc *arc;
--- a/gprof/cg_print.c
+++ b/gprof/cg_print.c
@@ -61,7 +61,7 @@ double print_time = 0.0;
6161
6262
6363 static void
64-print_header ()
64+print_header (void)
6565 {
6666 if (first_output)
6767 first_output = FALSE;
@@ -561,7 +561,7 @@ cmp_name (const PTR left, const PTR right)
561561
562562
563563 void
564-cg_print_index ()
564+cg_print_index (void)
565565 {
566566 unsigned int sym_index;
567567 unsigned int nnames, todo, i, j;
@@ -984,13 +984,9 @@ cg_print_function_ordering (void)
984984
985985 #define MOST 0.99
986986 static void
987-order_and_dump_functions_by_arcs (the_arcs, arc_count, all,
988- unplaced_arcs, unplaced_arc_count)
989- Arc **the_arcs;
990- unsigned long arc_count;
991- int all;
992- Arc **unplaced_arcs;
993- unsigned long *unplaced_arc_count;
987+order_and_dump_functions_by_arcs (Arc **the_arcs, unsigned long arc_count,
988+ int all, Arc **unplaced_arcs,
989+ unsigned long *unplaced_arc_count)
994990 {
995991 #ifdef __GNUC__
996992 unsigned long long tmp_arcs, total_arcs;
--- a/gprof/gen-c-prog.awk
+++ b/gprof/gen-c-prog.awk
@@ -15,8 +15,7 @@ NR == 1 {
1515 print ""
1616 print "void ", FUNCTION, "(FILE *);"
1717 print "void";
18- printf "%s (file)\n", FUNCTION
19- print " FILE *file;";
18+ printf "%s (FILE *file)\n", FUNCTION
2019 print "{";
2120 }
2221 printf " fputs (\"";
--- a/gprof/gmon_io.c
+++ b/gprof/gmon_io.c
@@ -61,7 +61,7 @@ int gmon_input = 0;
6161 int gmon_file_version = 0; /* 0 == old (non-versioned) file format. */
6262
6363 static enum gmon_ptr_size
64-gmon_get_ptr_size ()
64+gmon_get_ptr_size (void)
6565 {
6666 int size;
6767
@@ -87,7 +87,7 @@ gmon_get_ptr_size ()
8787 }
8888
8989 static enum gmon_ptr_signedness
90-gmon_get_ptr_signedness ()
90+gmon_get_ptr_signedness (void)
9191 {
9292 int sext;
9393
--- a/gprof/hertz.c
+++ b/gprof/hertz.c
@@ -31,7 +31,7 @@
3131
3232
3333 int
34-hertz ()
34+hertz (void)
3535 {
3636 #ifdef HERTZ
3737 return HERTZ;
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -289,7 +289,7 @@ hist_write_hist (FILE * ofp, const char *filename)
289289 next bin. */
290290
291291 static void
292-scale_and_align_entries ()
292+scale_and_align_entries (void)
293293 {
294294 Sym *sym;
295295 bfd_vma bin_of_entry;
@@ -445,7 +445,7 @@ hist_assign_samples_1 (histogram *r)
445445
446446 /* Calls 'hist_assign_sampes_1' for all histogram records read so far. */
447447 void
448-hist_assign_samples ()
448+hist_assign_samples (void)
449449 {
450450 unsigned i;
451451
@@ -562,7 +562,7 @@ cmp_time (const PTR lp, const PTR rp)
562562 /* Print the flat histogram profile. */
563563
564564 void
565-hist_print ()
565+hist_print (void)
566566 {
567567 Sym **time_sorted_syms, *top_dog, *sym;
568568 unsigned int sym_index;
--- a/gprof/sym_ids.c
+++ b/gprof/sym_ids.c
@@ -273,7 +273,7 @@ extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass
273273 requests---you get what you ask for! */
274274
275275 void
276-sym_id_parse ()
276+sym_id_parse (void)
277277 {
278278 Sym *sym, *left, *right;
279279 struct sym_id *id;
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
1+2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2+
3+ * emultempl/scoreelf.em: Likewise.
4+
15 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
26
37 PR ld/19719
--- a/ld/emultempl/scoreelf.em
+++ b/ld/emultempl/scoreelf.em
@@ -31,7 +31,7 @@ fragment <<EOF
3131 #include "elf32-score.h"
3232
3333 static void
34-gld${EMULATION_NAME}_before_parse ()
34+gld${EMULATION_NAME}_before_parse (void)
3535 {
3636 #ifndef TARGET_ /* I.e., if not generic. */
3737 ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,26 @@
1+2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2+
3+ * alpha-dis.c: Regenerate.
4+ * crx-dis.c: Likewise.
5+ * disassemble.c: Likewise.
6+ * epiphany-opc.c: Likewise.
7+ * fr30-opc.c: Likewise.
8+ * frv-opc.c: Likewise.
9+ * ip2k-opc.c: Likewise.
10+ * iq2000-opc.c: Likewise.
11+ * lm32-opc.c: Likewise.
12+ * lm32-opinst.c: Likewise.
13+ * m32c-opc.c: Likewise.
14+ * m32r-opc.c: Likewise.
15+ * m32r-opinst.c: Likewise.
16+ * mep-opc.c: Likewise.
17+ * mt-opc.c: Likewise.
18+ * or1k-opc.c: Likewise.
19+ * or1k-opinst.c: Likewise.
20+ * tic80-opc.c: Likewise.
21+ * xc16x-opc.c: Likewise.
22+ * xstormy16-opc.c: Likewise.
23+
124 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
225
326 * arc-nps400-tbl.h: Add addb, subb, adcb, sbcb, andb, xorb, orb,
--- a/opcodes/alpha-dis.c
+++ b/opcodes/alpha-dis.c
@@ -54,9 +54,7 @@ static const char * const vms_regnames[64] = {
5454 /* Disassemble Alpha instructions. */
5555
5656 int
57-print_insn_alpha (memaddr, info)
58- bfd_vma memaddr;
59- struct disassemble_info *info;
57+print_insn_alpha (bfd_vma memaddr, struct disassemble_info *info)
6058 {
6159 static const struct alpha_opcode *opcode_index[AXP_NOPS+1];
6260 const char * const * regnames;
--- a/opcodes/crx-dis.c
+++ b/opcodes/crx-dis.c
@@ -714,9 +714,7 @@ get_words_at_PC (bfd_vma memaddr, struct disassemble_info *info)
714714 /* Prints the instruction by calling print_arguments after proper matching. */
715715
716716 int
717-print_insn_crx (memaddr, info)
718- bfd_vma memaddr;
719- struct disassemble_info *info;
717+print_insn_crx (bfd_vma memaddr, struct disassemble_info *info)
720718 {
721719 int is_decoded; /* Nonzero means instruction has a match. */
722720
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -106,8 +106,7 @@
106106 #endif
107107
108108 disassembler_ftype
109-disassembler (abfd)
110- bfd *abfd;
109+disassembler (bfd *abfd)
111110 {
112111 enum bfd_architecture a = bfd_get_arch (abfd);
113112 disassembler_ftype disassemble;
@@ -543,8 +542,7 @@ disassembler (abfd)
543542 }
544543
545544 void
546-disassembler_usage (stream)
547- FILE * stream ATTRIBUTE_UNUSED;
545+disassembler_usage (FILE *stream ATTRIBUTE_UNUSED)
548546 {
549547 #ifdef ARCH_aarch64
550548 print_aarch64_disassembler_options (stream);
--- a/opcodes/epiphany-opc.c
+++ b/opcodes/epiphany-opc.c
@@ -3922,15 +3922,13 @@ static const CGEN_OPCODE epiphany_cgen_macro_insn_opcode_table[] =
39223922 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
39233923
39243924 static int
3925-asm_hash_insn_p (insn)
3926- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
3925+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
39273926 {
39283927 return CGEN_ASM_HASH_P (insn);
39293928 }
39303929
39313930 static int
3932-dis_hash_insn_p (insn)
3933- const CGEN_INSN *insn;
3931+dis_hash_insn_p (const CGEN_INSN *insn)
39343932 {
39353933 /* If building the hash table and the NO-DIS attribute is present,
39363934 ignore. */
@@ -3962,8 +3960,7 @@ dis_hash_insn_p (insn)
39623960 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
39633961
39643962 static unsigned int
3965-asm_hash_insn (mnem)
3966- const char * mnem;
3963+asm_hash_insn (const char *mnem)
39673964 {
39683965 return CGEN_ASM_HASH (mnem);
39693966 }
@@ -3972,9 +3969,8 @@ asm_hash_insn (mnem)
39723969 VALUE is the first base_insn_bitsize bits as an int in host order. */
39733970
39743971 static unsigned int
3975-dis_hash_insn (buf, value)
3976- const char * buf ATTRIBUTE_UNUSED;
3977- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
3972+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
3973+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
39783974 {
39793975 return CGEN_DIS_HASH (buf, value);
39803976 }
--- a/opcodes/fr30-opc.c
+++ b/opcodes/fr30-opc.c
@@ -1259,15 +1259,13 @@ static const CGEN_OPCODE fr30_cgen_macro_insn_opcode_table[] =
12591259 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
12601260
12611261 static int
1262-asm_hash_insn_p (insn)
1263- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
1262+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
12641263 {
12651264 return CGEN_ASM_HASH_P (insn);
12661265 }
12671266
12681267 static int
1269-dis_hash_insn_p (insn)
1270- const CGEN_INSN *insn;
1268+dis_hash_insn_p (const CGEN_INSN *insn)
12711269 {
12721270 /* If building the hash table and the NO-DIS attribute is present,
12731271 ignore. */
@@ -1299,8 +1297,7 @@ dis_hash_insn_p (insn)
12991297 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
13001298
13011299 static unsigned int
1302-asm_hash_insn (mnem)
1303- const char * mnem;
1300+asm_hash_insn (const char *mnem)
13041301 {
13051302 return CGEN_ASM_HASH (mnem);
13061303 }
@@ -1309,9 +1306,8 @@ asm_hash_insn (mnem)
13091306 VALUE is the first base_insn_bitsize bits as an int in host order. */
13101307
13111308 static unsigned int
1312-dis_hash_insn (buf, value)
1313- const char * buf ATTRIBUTE_UNUSED;
1314- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
1309+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
1310+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
13151311 {
13161312 return CGEN_DIS_HASH (buf, value);
13171313 }
--- a/opcodes/frv-opc.c
+++ b/opcodes/frv-opc.c
@@ -6124,15 +6124,13 @@ static const CGEN_OPCODE frv_cgen_macro_insn_opcode_table[] =
61246124 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
61256125
61266126 static int
6127-asm_hash_insn_p (insn)
6128- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
6127+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
61296128 {
61306129 return CGEN_ASM_HASH_P (insn);
61316130 }
61326131
61336132 static int
6134-dis_hash_insn_p (insn)
6135- const CGEN_INSN *insn;
6133+dis_hash_insn_p (const CGEN_INSN *insn)
61366134 {
61376135 /* If building the hash table and the NO-DIS attribute is present,
61386136 ignore. */
@@ -6164,8 +6162,7 @@ dis_hash_insn_p (insn)
61646162 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
61656163
61666164 static unsigned int
6167-asm_hash_insn (mnem)
6168- const char * mnem;
6165+asm_hash_insn (const char *mnem)
61696166 {
61706167 return CGEN_ASM_HASH (mnem);
61716168 }
@@ -6174,9 +6171,8 @@ asm_hash_insn (mnem)
61746171 VALUE is the first base_insn_bitsize bits as an int in host order. */
61756172
61766173 static unsigned int
6177-dis_hash_insn (buf, value)
6178- const char * buf ATTRIBUTE_UNUSED;
6179- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
6174+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
6175+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
61806176 {
61816177 return CGEN_DIS_HASH (buf, value);
61826178 }
--- a/opcodes/ip2k-opc.c
+++ b/opcodes/ip2k-opc.c
@@ -790,15 +790,13 @@ static const CGEN_OPCODE ip2k_cgen_macro_insn_opcode_table[] =
790790 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
791791
792792 static int
793-asm_hash_insn_p (insn)
794- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
793+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
795794 {
796795 return CGEN_ASM_HASH_P (insn);
797796 }
798797
799798 static int
800-dis_hash_insn_p (insn)
801- const CGEN_INSN *insn;
799+dis_hash_insn_p (const CGEN_INSN *insn)
802800 {
803801 /* If building the hash table and the NO-DIS attribute is present,
804802 ignore. */
@@ -830,8 +828,7 @@ dis_hash_insn_p (insn)
830828 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
831829
832830 static unsigned int
833-asm_hash_insn (mnem)
834- const char * mnem;
831+asm_hash_insn (const char *mnem)
835832 {
836833 return CGEN_ASM_HASH (mnem);
837834 }
@@ -840,9 +837,8 @@ asm_hash_insn (mnem)
840837 VALUE is the first base_insn_bitsize bits as an int in host order. */
841838
842839 static unsigned int
843-dis_hash_insn (buf, value)
844- const char * buf ATTRIBUTE_UNUSED;
845- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
840+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
841+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
846842 {
847843 return CGEN_DIS_HASH (buf, value);
848844 }
--- a/opcodes/iq2000-opc.c
+++ b/opcodes/iq2000-opc.c
@@ -3344,15 +3344,13 @@ static const CGEN_OPCODE iq2000_cgen_macro_insn_opcode_table[] =
33443344 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
33453345
33463346 static int
3347-asm_hash_insn_p (insn)
3348- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
3347+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
33493348 {
33503349 return CGEN_ASM_HASH_P (insn);
33513350 }
33523351
33533352 static int
3354-dis_hash_insn_p (insn)
3355- const CGEN_INSN *insn;
3353+dis_hash_insn_p (const CGEN_INSN *insn)
33563354 {
33573355 /* If building the hash table and the NO-DIS attribute is present,
33583356 ignore. */
@@ -3384,8 +3382,7 @@ dis_hash_insn_p (insn)
33843382 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
33853383
33863384 static unsigned int
3387-asm_hash_insn (mnem)
3388- const char * mnem;
3385+asm_hash_insn (const char *mnem)
33893386 {
33903387 return CGEN_ASM_HASH (mnem);
33913388 }
@@ -3394,9 +3391,8 @@ asm_hash_insn (mnem)
33943391 VALUE is the first base_insn_bitsize bits as an int in host order. */
33953392
33963393 static unsigned int
3397-dis_hash_insn (buf, value)
3398- const char * buf ATTRIBUTE_UNUSED;
3399- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
3394+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
3395+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
34003396 {
34013397 return CGEN_DIS_HASH (buf, value);
34023398 }
--- a/opcodes/lm32-opc.c
+++ b/opcodes/lm32-opc.c
@@ -742,15 +742,13 @@ static const CGEN_OPCODE lm32_cgen_macro_insn_opcode_table[] =
742742 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
743743
744744 static int
745-asm_hash_insn_p (insn)
746- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
745+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
747746 {
748747 return CGEN_ASM_HASH_P (insn);
749748 }
750749
751750 static int
752-dis_hash_insn_p (insn)
753- const CGEN_INSN *insn;
751+dis_hash_insn_p (const CGEN_INSN *insn)
754752 {
755753 /* If building the hash table and the NO-DIS attribute is present,
756754 ignore. */
@@ -782,8 +780,7 @@ dis_hash_insn_p (insn)
782780 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
783781
784782 static unsigned int
785-asm_hash_insn (mnem)
786- const char * mnem;
783+asm_hash_insn (const char *mnem)
787784 {
788785 return CGEN_ASM_HASH (mnem);
789786 }
@@ -792,9 +789,8 @@ asm_hash_insn (mnem)
792789 VALUE is the first base_insn_bitsize bits as an int in host order. */
793790
794791 static unsigned int
795-dis_hash_insn (buf, value)
796- const char * buf ATTRIBUTE_UNUSED;
797- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
792+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
793+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
798794 {
799795 return CGEN_DIS_HASH (buf, value);
800796 }
--- a/opcodes/lm32-opinst.c
+++ b/opcodes/lm32-opinst.c
@@ -465,8 +465,7 @@ static const CGEN_OPINST *lm32_cgen_opinst_table[MAX_INSNS] = {
465465 /* Function to call before using the operand instance table. */
466466
467467 void
468-lm32_cgen_init_opinst_table (cd)
469- CGEN_CPU_DESC cd;
468+lm32_cgen_init_opinst_table (CGEN_CPU_DESC cd)
470469 {
471470 int i;
472471 const CGEN_OPINST **oi = & lm32_cgen_opinst_table[0];
--- a/opcodes/m32c-opc.c
+++ b/opcodes/m32c-opc.c
@@ -80111,15 +80111,13 @@ static const CGEN_OPCODE m32c_cgen_macro_insn_opcode_table[] =
8011180111 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
8011280112
8011380113 static int
80114-asm_hash_insn_p (insn)
80115- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
80114+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
8011680115 {
8011780116 return CGEN_ASM_HASH_P (insn);
8011880117 }
8011980118
8012080119 static int
80121-dis_hash_insn_p (insn)
80122- const CGEN_INSN *insn;
80120+dis_hash_insn_p (const CGEN_INSN *insn)
8012380121 {
8012480122 /* If building the hash table and the NO-DIS attribute is present,
8012580123 ignore. */
@@ -80151,8 +80149,7 @@ dis_hash_insn_p (insn)
8015180149 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
8015280150
8015380151 static unsigned int
80154-asm_hash_insn (mnem)
80155- const char * mnem;
80152+asm_hash_insn (const char *mnem)
8015680153 {
8015780154 return CGEN_ASM_HASH (mnem);
8015880155 }
@@ -80161,9 +80158,8 @@ asm_hash_insn (mnem)
8016180158 VALUE is the first base_insn_bitsize bits as an int in host order. */
8016280159
8016380160 static unsigned int
80164-dis_hash_insn (buf, value)
80165- const char * buf ATTRIBUTE_UNUSED;
80166- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
80161+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
80162+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
8016780163 {
8016880164 return CGEN_DIS_HASH (buf, value);
8016980165 }
--- a/opcodes/m32r-opc.c
+++ b/opcodes/m32r-opc.c
@@ -1695,15 +1695,13 @@ static const CGEN_OPCODE m32r_cgen_macro_insn_opcode_table[] =
16951695 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
16961696
16971697 static int
1698-asm_hash_insn_p (insn)
1699- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
1698+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
17001699 {
17011700 return CGEN_ASM_HASH_P (insn);
17021701 }
17031702
17041703 static int
1705-dis_hash_insn_p (insn)
1706- const CGEN_INSN *insn;
1704+dis_hash_insn_p (const CGEN_INSN *insn)
17071705 {
17081706 /* If building the hash table and the NO-DIS attribute is present,
17091707 ignore. */
@@ -1735,8 +1733,7 @@ dis_hash_insn_p (insn)
17351733 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
17361734
17371735 static unsigned int
1738-asm_hash_insn (mnem)
1739- const char * mnem;
1736+asm_hash_insn (const char *mnem)
17401737 {
17411738 return CGEN_ASM_HASH (mnem);
17421739 }
@@ -1745,9 +1742,8 @@ asm_hash_insn (mnem)
17451742 VALUE is the first base_insn_bitsize bits as an int in host order. */
17461743
17471744 static unsigned int
1748-dis_hash_insn (buf, value)
1749- const char * buf ATTRIBUTE_UNUSED;
1750- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
1745+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
1746+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
17511747 {
17521748 return CGEN_DIS_HASH (buf, value);
17531749 }
--- a/opcodes/m32r-opinst.c
+++ b/opcodes/m32r-opinst.c
@@ -751,8 +751,7 @@ static const CGEN_OPINST *m32r_cgen_opinst_table[MAX_INSNS] = {
751751 /* Function to call before using the operand instance table. */
752752
753753 void
754-m32r_cgen_init_opinst_table (cd)
755- CGEN_CPU_DESC cd;
754+m32r_cgen_init_opinst_table (CGEN_CPU_DESC cd)
756755 {
757756 int i;
758757 const CGEN_OPINST **oi = & m32r_cgen_opinst_table[0];
--- a/opcodes/mep-opc.c
+++ b/opcodes/mep-opc.c
@@ -6316,15 +6316,13 @@ static const CGEN_OPCODE mep_cgen_macro_insn_opcode_table[] =
63166316 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
63176317
63186318 static int
6319-asm_hash_insn_p (insn)
6320- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
6319+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
63216320 {
63226321 return CGEN_ASM_HASH_P (insn);
63236322 }
63246323
63256324 static int
6326-dis_hash_insn_p (insn)
6327- const CGEN_INSN *insn;
6325+dis_hash_insn_p (const CGEN_INSN *insn)
63286326 {
63296327 /* If building the hash table and the NO-DIS attribute is present,
63306328 ignore. */
@@ -6356,8 +6354,7 @@ dis_hash_insn_p (insn)
63566354 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
63576355
63586356 static unsigned int
6359-asm_hash_insn (mnem)
6360- const char * mnem;
6357+asm_hash_insn (const char *mnem)
63616358 {
63626359 return CGEN_ASM_HASH (mnem);
63636360 }
@@ -6366,9 +6363,8 @@ asm_hash_insn (mnem)
63666363 VALUE is the first base_insn_bitsize bits as an int in host order. */
63676364
63686365 static unsigned int
6369-dis_hash_insn (buf, value)
6370- const char * buf ATTRIBUTE_UNUSED;
6371- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
6366+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
6367+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
63726368 {
63736369 return CGEN_DIS_HASH (buf, value);
63746370 }
--- a/opcodes/mt-opc.c
+++ b/opcodes/mt-opc.c
@@ -813,15 +813,13 @@ static const CGEN_OPCODE mt_cgen_macro_insn_opcode_table[] =
813813 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
814814
815815 static int
816-asm_hash_insn_p (insn)
817- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
816+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
818817 {
819818 return CGEN_ASM_HASH_P (insn);
820819 }
821820
822821 static int
823-dis_hash_insn_p (insn)
824- const CGEN_INSN *insn;
822+dis_hash_insn_p (const CGEN_INSN *insn)
825823 {
826824 /* If building the hash table and the NO-DIS attribute is present,
827825 ignore. */
@@ -853,8 +851,7 @@ dis_hash_insn_p (insn)
853851 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
854852
855853 static unsigned int
856-asm_hash_insn (mnem)
857- const char * mnem;
854+asm_hash_insn (const char *mnem)
858855 {
859856 return CGEN_ASM_HASH (mnem);
860857 }
@@ -863,9 +860,8 @@ asm_hash_insn (mnem)
863860 VALUE is the first base_insn_bitsize bits as an int in host order. */
864861
865862 static unsigned int
866-dis_hash_insn (buf, value)
867- const char * buf ATTRIBUTE_UNUSED;
868- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
863+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
864+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
869865 {
870866 return CGEN_DIS_HASH (buf, value);
871867 }
--- a/opcodes/or1k-opc.c
+++ b/opcodes/or1k-opc.c
@@ -968,15 +968,13 @@ static const CGEN_OPCODE or1k_cgen_macro_insn_opcode_table[] =
968968 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
969969
970970 static int
971-asm_hash_insn_p (insn)
972- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
971+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
973972 {
974973 return CGEN_ASM_HASH_P (insn);
975974 }
976975
977976 static int
978-dis_hash_insn_p (insn)
979- const CGEN_INSN *insn;
977+dis_hash_insn_p (const CGEN_INSN *insn)
980978 {
981979 /* If building the hash table and the NO-DIS attribute is present,
982980 ignore. */
@@ -1008,8 +1006,7 @@ dis_hash_insn_p (insn)
10081006 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
10091007
10101008 static unsigned int
1011-asm_hash_insn (mnem)
1012- const char * mnem;
1009+asm_hash_insn (const char *mnem)
10131010 {
10141011 return CGEN_ASM_HASH (mnem);
10151012 }
@@ -1018,9 +1015,8 @@ asm_hash_insn (mnem)
10181015 VALUE is the first base_insn_bitsize bits as an int in host order. */
10191016
10201017 static unsigned int
1021-dis_hash_insn (buf, value)
1022- const char * buf ATTRIBUTE_UNUSED;
1023- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
1018+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
1019+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
10241020 {
10251021 return CGEN_DIS_HASH (buf, value);
10261022 }
--- a/opcodes/or1k-opinst.c
+++ b/opcodes/or1k-opinst.c
@@ -579,8 +579,7 @@ static const CGEN_OPINST *or1k_cgen_opinst_table[MAX_INSNS] = {
579579 /* Function to call before using the operand instance table. */
580580
581581 void
582-or1k_cgen_init_opinst_table (cd)
583- CGEN_CPU_DESC cd;
582+or1k_cgen_init_opinst_table (CGEN_CPU_DESC cd)
584583 {
585584 int i;
586585 const CGEN_OPINST **oi = & or1k_cgen_opinst_table[0];
--- a/opcodes/tic80-opc.c
+++ b/opcodes/tic80-opc.c
@@ -233,9 +233,7 @@ const int tic80_num_predefined_symbols = sizeof (tic80_predefined_symbols) / siz
233233 */
234234
235235 int
236-tic80_symbol_to_value (name, symbol_class)
237- char *name;
238- int symbol_class;
236+tic80_symbol_to_value (char *name, int symbol_class)
239237 {
240238 const struct predefined_symbol *pdsp;
241239 int low = 0;
@@ -275,9 +273,7 @@ tic80_symbol_to_value (name, symbol_class)
275273 is zero, the first matching symbol is returned. */
276274
277275 const char *
278-tic80_value_to_symbol (val, symbol_class)
279- int val;
280- int symbol_class;
276+tic80_value_to_symbol (int val, int symbol_class)
281277 {
282278 const struct predefined_symbol *pdsp;
283279 int ival;
@@ -310,8 +306,7 @@ tic80_value_to_symbol (val, symbol_class)
310306 returns NULL. */
311307
312308 const struct predefined_symbol *
313-tic80_next_predefined_symbol (pdsp)
314- const struct predefined_symbol *pdsp;
309+tic80_next_predefined_symbol (const struct predefined_symbol *pdsp)
315310 {
316311 if (pdsp == NULL)
317312 {
--- a/opcodes/xc16x-opc.c
+++ b/opcodes/xc16x-opc.c
@@ -2939,15 +2939,13 @@ static const CGEN_OPCODE xc16x_cgen_macro_insn_opcode_table[] =
29392939 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
29402940
29412941 static int
2942-asm_hash_insn_p (insn)
2943- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
2942+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
29442943 {
29452944 return CGEN_ASM_HASH_P (insn);
29462945 }
29472946
29482947 static int
2949-dis_hash_insn_p (insn)
2950- const CGEN_INSN *insn;
2948+dis_hash_insn_p (const CGEN_INSN *insn)
29512949 {
29522950 /* If building the hash table and the NO-DIS attribute is present,
29532951 ignore. */
@@ -2979,8 +2977,7 @@ dis_hash_insn_p (insn)
29792977 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
29802978
29812979 static unsigned int
2982-asm_hash_insn (mnem)
2983- const char * mnem;
2980+asm_hash_insn (const char *mnem)
29842981 {
29852982 return CGEN_ASM_HASH (mnem);
29862983 }
@@ -2989,9 +2986,8 @@ asm_hash_insn (mnem)
29892986 VALUE is the first base_insn_bitsize bits as an int in host order. */
29902987
29912988 static unsigned int
2992-dis_hash_insn (buf, value)
2993- const char * buf ATTRIBUTE_UNUSED;
2994- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
2989+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
2990+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
29952991 {
29962992 return CGEN_DIS_HASH (buf, value);
29972993 }
--- a/opcodes/xstormy16-opc.c
+++ b/opcodes/xstormy16-opc.c
@@ -1063,15 +1063,13 @@ static const CGEN_OPCODE xstormy16_cgen_macro_insn_opcode_table[] =
10631063 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
10641064
10651065 static int
1066-asm_hash_insn_p (insn)
1067- const CGEN_INSN *insn ATTRIBUTE_UNUSED;
1066+asm_hash_insn_p (const CGEN_INSN *insn ATTRIBUTE_UNUSED)
10681067 {
10691068 return CGEN_ASM_HASH_P (insn);
10701069 }
10711070
10721071 static int
1073-dis_hash_insn_p (insn)
1074- const CGEN_INSN *insn;
1072+dis_hash_insn_p (const CGEN_INSN *insn)
10751073 {
10761074 /* If building the hash table and the NO-DIS attribute is present,
10771075 ignore. */
@@ -1103,8 +1101,7 @@ dis_hash_insn_p (insn)
11031101 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
11041102
11051103 static unsigned int
1106-asm_hash_insn (mnem)
1107- const char * mnem;
1104+asm_hash_insn (const char *mnem)
11081105 {
11091106 return CGEN_ASM_HASH (mnem);
11101107 }
@@ -1113,9 +1110,8 @@ asm_hash_insn (mnem)
11131110 VALUE is the first base_insn_bitsize bits as an int in host order. */
11141111
11151112 static unsigned int
1116-dis_hash_insn (buf, value)
1117- const char * buf ATTRIBUTE_UNUSED;
1118- CGEN_INSN_INT value ATTRIBUTE_UNUSED;
1113+dis_hash_insn (const char *buf ATTRIBUTE_UNUSED,
1114+ CGEN_INSN_INT value ATTRIBUTE_UNUSED)
11191115 {
11201116 return CGEN_DIS_HASH (buf, value);
11211117 }