Searched refs:m68k_lookup_cpu (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68k.c | 744 static const struct m68k_cpu *m68k_lookup_cpu 7403 m68k_lookup_cpu (const char *arg, const struct m68k_cpu *table, in m68k_lookup_cpu() function 7450 cpu = m68k_lookup_cpu (name, m68k_cpus, allow_m, NULL); in m68k_set_cpu() 7469 arch = m68k_lookup_cpu (name, m68k_archs, allow_m, NULL); in m68k_set_arch() 7490 ext = m68k_lookup_cpu (name, m68k_extensions, allow_m, &negated); in m68k_set_extension()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2006 | 2205 (m68k_lookup_cpu): Give deprecated warning when necessary. 2602 (m68k_lookup_cpu, m68k_set_arch, m68k_set_cpu, m68k_set_extension,
|