Add initialiser for membership field
[deliverable/binutils-gdb.git] / bfd / archures.c
CommitLineData
252b5132 1/* BFD library support routines for architectures.
d4845d57
JR
2 Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999, 2000
3 Free Software Foundation, Inc.
252b5132
RH
4 Hacked by John Gilmore and Steve Chamberlain of Cygnus Support.
5
6This file is part of BFD, the Binary File Descriptor library.
7
8This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software
20Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
21
22#include "bfd.h"
23#include "sysdep.h"
24#include "libbfd.h"
25#include <ctype.h>
26
27/*
28
29SECTION
30 Architectures
31
32 BFD keeps one atom in a BFD describing the
33 architecture of the data attached to the BFD: a pointer to a
0ef5a5bd 34 <<bfd_arch_info_type>>.
252b5132
RH
35
36 Pointers to structures can be requested independently of a BFD
37 so that an architecture's information can be interrogated
38 without access to an open BFD.
39
40 The architecture information is provided by each architecture package.
41 The set of default architectures is selected by the macro
42 <<SELECT_ARCHITECTURES>>. This is normally set up in the
43 @file{config/@var{target}.mt} file of your choice. If the name is not
0ef5a5bd 44 defined, then all the architectures supported are included.
252b5132
RH
45
46 When BFD starts up, all the architectures are called with an
47 initialize method. It is up to the architecture back end to
48 insert as many items into the list of architectures as it wants to;
49 generally this would be one for each machine and one for the
0ef5a5bd 50 default case (an item with a machine field of 0).
252b5132
RH
51
52 BFD's idea of an architecture is implemented in @file{archures.c}.
53*/
54
55/*
56
57SUBSECTION
58 bfd_architecture
59
60DESCRIPTION
61 This enum gives the object file's CPU architecture, in a
62 global sense---i.e., what processor family does it belong to?
63 Another field indicates which processor within
64 the family is in use. The machine gives a number which
65 distinguishes different versions of the architecture,
66 containing, for example, 2 and 3 for Intel i960 KA and i960 KB,
0ef5a5bd 67 and 68020 and 68030 for Motorola 68020 and 68030.
252b5132 68
0ef5a5bd 69.enum bfd_architecture
252b5132
RH
70.{
71. bfd_arch_unknown, {* File arch not known *}
72. bfd_arch_obscure, {* Arch known, not one of these *}
73. bfd_arch_m68k, {* Motorola 68xxx *}
74.#define bfd_mach_m68000 1
75.#define bfd_mach_m68008 2
76.#define bfd_mach_m68010 3
77.#define bfd_mach_m68020 4
78.#define bfd_mach_m68030 5
79.#define bfd_mach_m68040 6
80.#define bfd_mach_m68060 7
81.#define bfd_mach_cpu32 8
0ef5a5bd 82. bfd_arch_vax, {* DEC Vax *}
252b5132
RH
83. bfd_arch_i960, {* Intel 960 *}
84. {* The order of the following is important.
0ef5a5bd 85. lower number indicates a machine type that
252b5132
RH
86. only accepts a subset of the instructions
87. available to machines with higher numbers.
88. The exception is the "ca", which is
0ef5a5bd 89. incompatible with all other machines except
252b5132
RH
90. "core". *}
91.
92.#define bfd_mach_i960_core 1
93.#define bfd_mach_i960_ka_sa 2
94.#define bfd_mach_i960_kb_sb 3
95.#define bfd_mach_i960_mc 4
96.#define bfd_mach_i960_xa 5
97.#define bfd_mach_i960_ca 6
98.#define bfd_mach_i960_jx 7
99.#define bfd_mach_i960_hx 8
100.
101. bfd_arch_a29k, {* AMD 29000 *}
102. bfd_arch_sparc, {* SPARC *}
103.#define bfd_mach_sparc 1
104.{* The difference between v8plus and v9 is that v9 is a true 64 bit env. *}
105.#define bfd_mach_sparc_sparclet 2
106.#define bfd_mach_sparc_sparclite 3
107.#define bfd_mach_sparc_v8plus 4
108.#define bfd_mach_sparc_v8plusa 5 {* with ultrasparc add'ns *}
109.#define bfd_mach_sparc_sparclite_le 6
110.#define bfd_mach_sparc_v9 7
111.#define bfd_mach_sparc_v9a 8 {* with ultrasparc add'ns *}
19f7b010
JJ
112.#define bfd_mach_sparc_v8plusb 9 {* with cheetah add'ns *}
113.#define bfd_mach_sparc_v9b 10 {* with cheetah add'ns *}
252b5132
RH
114.{* Nonzero if MACH has the v9 instruction set. *}
115.#define bfd_mach_sparc_v9_p(mach) \
19f7b010
JJ
116. ((mach) >= bfd_mach_sparc_v8plus && (mach) <= bfd_mach_sparc_v9b \
117. && (mach) != bfd_mach_sparc_sparclite_le)
252b5132
RH
118. bfd_arch_mips, {* MIPS Rxxxx *}
119.#define bfd_mach_mips3000 3000
120.#define bfd_mach_mips3900 3900
121.#define bfd_mach_mips4000 4000
122.#define bfd_mach_mips4010 4010
123.#define bfd_mach_mips4100 4100
124.#define bfd_mach_mips4111 4111
125.#define bfd_mach_mips4300 4300
126.#define bfd_mach_mips4400 4400
127.#define bfd_mach_mips4600 4600
128.#define bfd_mach_mips4650 4650
129.#define bfd_mach_mips5000 5000
130.#define bfd_mach_mips6000 6000
131.#define bfd_mach_mips8000 8000
132.#define bfd_mach_mips10000 10000
156c2f8b 133.#define bfd_mach_mips4K 32
252b5132
RH
134.#define bfd_mach_mips16 16
135. bfd_arch_i386, {* Intel 386 *}
136.#define bfd_mach_i386_i386 0
137.#define bfd_mach_i386_i8086 1
138.#define bfd_mach_i386_i386_intel_syntax 2
8d88c4ca
NC
139.#define bfd_mach_x86_64 3
140.#define bfd_mach_x86_64_intel_syntax 4
252b5132
RH
141. bfd_arch_we32k, {* AT&T WE32xxx *}
142. bfd_arch_tahoe, {* CCI/Harris Tahoe *}
143. bfd_arch_i860, {* Intel 860 *}
5b93d8bb 144. bfd_arch_i370, {* IBM 360/370 Mainframes *}
252b5132
RH
145. bfd_arch_romp, {* IBM ROMP PC/RT *}
146. bfd_arch_alliant, {* Alliant *}
147. bfd_arch_convex, {* Convex *}
148. bfd_arch_m88k, {* Motorola 88xxx *}
149. bfd_arch_pyramid, {* Pyramid Technology *}
150. bfd_arch_h8300, {* Hitachi H8/300 *}
151.#define bfd_mach_h8300 1
152.#define bfd_mach_h8300h 2
153.#define bfd_mach_h8300s 3
154. bfd_arch_powerpc, {* PowerPC *}
87f33987
ND
155.#define bfd_mach_ppc 0
156.#define bfd_mach_ppc_403 403
157.#define bfd_mach_ppc_403gc 4030
158.#define bfd_mach_ppc_505 505
159.#define bfd_mach_ppc_601 601
160.#define bfd_mach_ppc_602 602
161.#define bfd_mach_ppc_603 603
162.#define bfd_mach_ppc_ec603e 6031
163.#define bfd_mach_ppc_604 604
164.#define bfd_mach_ppc_620 620
165.#define bfd_mach_ppc_630 630
166.#define bfd_mach_ppc_750 750
167.#define bfd_mach_ppc_860 860
168.#define bfd_mach_ppc_a35 35
169.#define bfd_mach_ppc_rs64ii 642
170.#define bfd_mach_ppc_rs64iii 643
171.#define bfd_mach_ppc_7400 7400
252b5132 172. bfd_arch_rs6000, {* IBM RS/6000 *}
87f33987
ND
173.#define bfd_mach_rs6k 0
174.#define bfd_mach_rs6k_rs1 6001
175.#define bfd_mach_rs6k_rsc 6003
176.#define bfd_mach_rs6k_rs2 6002
252b5132
RH
177. bfd_arch_hppa, {* HP PA RISC *}
178. bfd_arch_d10v, {* Mitsubishi D10V *}
7af8cca9
MM
179.#define bfd_mach_d10v 0
180.#define bfd_mach_d10v_ts2 2
181.#define bfd_mach_d10v_ts3 3
252b5132 182. bfd_arch_d30v, {* Mitsubishi D30V *}
60bcf0fa
NC
183. bfd_arch_m68hc11, {* Motorola 68HC11 *}
184. bfd_arch_m68hc12, {* Motorola 68HC12 *}
252b5132
RH
185. bfd_arch_z8k, {* Zilog Z8000 *}
186.#define bfd_mach_z8001 1
187.#define bfd_mach_z8002 2
188. bfd_arch_h8500, {* Hitachi H8/500 *}
189. bfd_arch_sh, {* Hitachi SH *}
190.#define bfd_mach_sh 0
d4845d57
JR
191.#define bfd_mach_sh2 0x20
192.#define bfd_mach_sh_dsp 0x2d
252b5132 193.#define bfd_mach_sh3 0x30
d4845d57 194.#define bfd_mach_sh3_dsp 0x3d
252b5132 195.#define bfd_mach_sh3e 0x3e
d4845d57 196.#define bfd_mach_sh4 0x40
252b5132
RH
197. bfd_arch_alpha, {* Dec Alpha *}
198.#define bfd_mach_alpha_ev4 0x10
199.#define bfd_mach_alpha_ev5 0x20
200.#define bfd_mach_alpha_ev6 0x30
201. bfd_arch_arm, {* Advanced Risc Machines ARM *}
202.#define bfd_mach_arm_2 1
478d07d6 203.#define bfd_mach_arm_2a 2
252b5132
RH
204.#define bfd_mach_arm_3 3
205.#define bfd_mach_arm_3M 4
478d07d6 206.#define bfd_mach_arm_4 5
252b5132 207.#define bfd_mach_arm_4T 6
478d07d6
NC
208.#define bfd_mach_arm_5 7
209.#define bfd_mach_arm_5T 8
077b8428
NC
210.#define bfd_mach_arm_5TE 9
211.#define bfd_mach_arm_XScale 10
252b5132
RH
212. bfd_arch_ns32k, {* National Semiconductors ns32000 *}
213. bfd_arch_w65, {* WDC 65816 *}
214. bfd_arch_tic30, {* Texas Instruments TMS320C30 *}
81635ce4 215. bfd_arch_tic54x, {* Texas Instruments TMS320C54X *}
252b5132
RH
216. bfd_arch_tic80, {* TI TMS320c80 (MVP) *}
217. bfd_arch_v850, {* NEC V850 *}
218.#define bfd_mach_v850 0
219.#define bfd_mach_v850e 'E'
220.#define bfd_mach_v850ea 'A'
221. bfd_arch_arc, {* Argonaut RISC Core *}
222.#define bfd_mach_arc_base 0
223. bfd_arch_m32r, {* Mitsubishi M32R/D *}
224.#define bfd_mach_m32r 0 {* backwards compatibility *}
a23ef39f 225.#define bfd_mach_m32rx 'x'
252b5132
RH
226. bfd_arch_mn10200, {* Matsushita MN10200 *}
227. bfd_arch_mn10300, {* Matsushita MN10300 *}
228.#define bfd_mach_mn10300 300
31f8dc8f 229.#define bfd_mach_am33 330
252b5132
RH
230. bfd_arch_fr30,
231.#define bfd_mach_fr30 0x46523330
232. bfd_arch_mcore,
800eeca4 233. bfd_arch_ia64, {* HP/Intel ia64 *}
bbe66d08
JW
234.#define bfd_mach_ia64_elf64 0
235.#define bfd_mach_ia64_elf32 1
0bcb993b 236. bfd_arch_pj,
adde6300
AM
237. bfd_arch_avr, {* Atmel AVR microcontrollers *}
238.#define bfd_mach_avr1 1
239.#define bfd_mach_avr2 2
240.#define bfd_mach_avr3 3
241.#define bfd_mach_avr4 4
65aa24b6 242.#define bfd_mach_avr5 5
06c15ad7 243. bfd_arch_cris, {* Axis CRIS *}
252b5132
RH
244. bfd_arch_last
245. };
252b5132
RH
246*/
247
248/*
252b5132
RH
249SUBSECTION
250 bfd_arch_info
251
252DESCRIPTION
253 This structure contains information on architectures for use
254 within BFD.
255
256.
0ef5a5bd 257.typedef struct bfd_arch_info
252b5132
RH
258.{
259. int bits_per_word;
260. int bits_per_address;
261. int bits_per_byte;
262. enum bfd_architecture arch;
263. unsigned long mach;
264. const char *arch_name;
265. const char *printable_name;
266. unsigned int section_align_power;
52b219b5 267. {* True if this is the default machine for the architecture. *}
0ef5a5bd 268. boolean the_default;
252b5132
RH
269. const struct bfd_arch_info * (*compatible)
270. PARAMS ((const struct bfd_arch_info *a,
271. const struct bfd_arch_info *b));
272.
273. boolean (*scan) PARAMS ((const struct bfd_arch_info *, const char *));
274.
275. const struct bfd_arch_info *next;
276.} bfd_arch_info_type;
277*/
278
279extern const bfd_arch_info_type bfd_a29k_arch;
280extern const bfd_arch_info_type bfd_alpha_arch;
281extern const bfd_arch_info_type bfd_arc_arch;
282extern const bfd_arch_info_type bfd_arm_arch;
06c15ad7 283extern const bfd_arch_info_type bfd_cris_arch;
252b5132
RH
284extern const bfd_arch_info_type bfd_d10v_arch;
285extern const bfd_arch_info_type bfd_d30v_arch;
286extern const bfd_arch_info_type bfd_h8300_arch;
287extern const bfd_arch_info_type bfd_h8500_arch;
288extern const bfd_arch_info_type bfd_hppa_arch;
5b93d8bb 289extern const bfd_arch_info_type bfd_i370_arch;
252b5132
RH
290extern const bfd_arch_info_type bfd_i386_arch;
291extern const bfd_arch_info_type bfd_i860_arch;
292extern const bfd_arch_info_type bfd_i960_arch;
293extern const bfd_arch_info_type bfd_m32r_arch;
60bcf0fa
NC
294extern const bfd_arch_info_type bfd_m68hc11_arch;
295extern const bfd_arch_info_type bfd_m68hc12_arch;
252b5132
RH
296extern const bfd_arch_info_type bfd_m68k_arch;
297extern const bfd_arch_info_type bfd_m88k_arch;
298extern const bfd_arch_info_type bfd_mips_arch;
299extern const bfd_arch_info_type bfd_mn10200_arch;
300extern const bfd_arch_info_type bfd_mn10300_arch;
301extern const bfd_arch_info_type bfd_powerpc_arch;
302extern const bfd_arch_info_type bfd_rs6000_arch;
0bcb993b 303extern const bfd_arch_info_type bfd_pj_arch;
252b5132
RH
304extern const bfd_arch_info_type bfd_sh_arch;
305extern const bfd_arch_info_type bfd_sparc_arch;
306extern const bfd_arch_info_type bfd_tic30_arch;
81635ce4 307extern const bfd_arch_info_type bfd_tic54x_arch;
252b5132
RH
308extern const bfd_arch_info_type bfd_tic80_arch;
309extern const bfd_arch_info_type bfd_vax_arch;
310extern const bfd_arch_info_type bfd_we32k_arch;
311extern const bfd_arch_info_type bfd_z8k_arch;
312extern const bfd_arch_info_type bfd_ns32k_arch;
313extern const bfd_arch_info_type bfd_w65_arch;
314extern const bfd_arch_info_type bfd_v850_arch;
315extern const bfd_arch_info_type bfd_fr30_arch;
316extern const bfd_arch_info_type bfd_mcore_arch;
adde6300 317extern const bfd_arch_info_type bfd_avr_arch;
800eeca4 318extern const bfd_arch_info_type bfd_ia64_arch;
252b5132 319
047066e1 320static const bfd_arch_info_type * const bfd_archures_list[] = {
252b5132
RH
321#ifdef SELECT_ARCHITECTURES
322 SELECT_ARCHITECTURES,
323#else
324 &bfd_a29k_arch,
325 &bfd_alpha_arch,
326 &bfd_arc_arch,
327 &bfd_arm_arch,
06c15ad7 328 &bfd_cris_arch,
252b5132
RH
329 &bfd_d10v_arch,
330 &bfd_d30v_arch,
331 &bfd_h8300_arch,
332 &bfd_h8500_arch,
333 &bfd_hppa_arch,
5b93d8bb 334 &bfd_i370_arch,
252b5132
RH
335 &bfd_i386_arch,
336 &bfd_i860_arch,
337 &bfd_i960_arch,
338 &bfd_m32r_arch,
60bcf0fa
NC
339 &bfd_m68hc11_arch,
340 &bfd_m68hc12_arch,
252b5132
RH
341 &bfd_m68k_arch,
342 &bfd_m88k_arch,
343 &bfd_mips_arch,
344 &bfd_mn10200_arch,
345 &bfd_mn10300_arch,
346 &bfd_powerpc_arch,
347 &bfd_rs6000_arch,
348 &bfd_sh_arch,
349 &bfd_sparc_arch,
350 &bfd_tic30_arch,
81635ce4 351 &bfd_tic54x_arch,
252b5132
RH
352 &bfd_tic80_arch,
353 &bfd_vax_arch,
354 &bfd_we32k_arch,
355 &bfd_z8k_arch,
356 &bfd_ns32k_arch,
357 &bfd_w65_arch,
358 &bfd_v850_arch,
359 &bfd_fr30_arch,
adde6300
AM
360 &bfd_mcore_arch,
361 &bfd_avr_arch,
800eeca4 362 &bfd_ia64_arch,
252b5132
RH
363#endif
364 0
365};
366
367/*
368FUNCTION
369 bfd_printable_name
370
371SYNOPSIS
372 const char *bfd_printable_name(bfd *abfd);
373
374DESCRIPTION
375 Return a printable string representing the architecture and machine
376 from the pointer to the architecture info structure.
377
378*/
379
380const char *
381bfd_printable_name (abfd)
382 bfd *abfd;
383{
384 return abfd->arch_info->printable_name;
385}
386
252b5132
RH
387/*
388FUNCTION
389 bfd_scan_arch
390
391SYNOPSIS
392 const bfd_arch_info_type *bfd_scan_arch(const char *string);
393
394DESCRIPTION
395 Figure out if BFD supports any cpu which could be described with
396 the name @var{string}. Return a pointer to an <<arch_info>>
397 structure if a machine is found, otherwise NULL.
252b5132
RH
398*/
399
400const bfd_arch_info_type *
401bfd_scan_arch (string)
402 const char *string;
403{
404 const bfd_arch_info_type * const *app, *ap;
405
047066e1 406 /* Look through all the installed architectures. */
252b5132
RH
407 for (app = bfd_archures_list; *app != NULL; app++)
408 {
409 for (ap = *app; ap != NULL; ap = ap->next)
410 {
411 if (ap->scan (ap, string))
412 return ap;
413 }
414 }
415
416 return NULL;
417}
418
252b5132
RH
419/*
420FUNCTION
421 bfd_arch_list
422
423SYNOPSIS
424 const char **bfd_arch_list(void);
425
426DESCRIPTION
427 Return a freshly malloced NULL-terminated vector of the names
428 of all the valid BFD architectures. Do not modify the names.
252b5132
RH
429*/
430
431const char **
432bfd_arch_list ()
433{
434 int vec_length = 0;
435 const char **name_ptr;
436 const char **name_list;
437 const bfd_arch_info_type * const *app;
438
047066e1 439 /* Determine the number of architectures. */
252b5132
RH
440 vec_length = 0;
441 for (app = bfd_archures_list; *app != NULL; app++)
442 {
443 const bfd_arch_info_type *ap;
444 for (ap = *app; ap != NULL; ap = ap->next)
445 {
446 vec_length++;
447 }
448 }
449
52b219b5 450 name_list = (const char **)
252b5132
RH
451 bfd_malloc ((vec_length + 1) * sizeof (char **));
452 if (name_list == NULL)
453 return NULL;
454
047066e1 455 /* Point the list at each of the names. */
252b5132
RH
456 name_ptr = name_list;
457 for (app = bfd_archures_list; *app != NULL; app++)
458 {
459 const bfd_arch_info_type *ap;
460 for (ap = *app; ap != NULL; ap = ap->next)
461 {
462 *name_ptr = ap->printable_name;
463 name_ptr++;
464 }
465 }
466 *name_ptr = NULL;
467
468 return name_list;
469}
470
252b5132
RH
471/*
472FUNCTION
473 bfd_arch_get_compatible
474
475SYNOPSIS
476 const bfd_arch_info_type *bfd_arch_get_compatible(
477 const bfd *abfd,
478 const bfd *bbfd);
479
480DESCRIPTION
481 Determine whether two BFDs'
482 architectures and machine types are compatible. Calculates
483 the lowest common denominator between the two architectures
484 and machine types implied by the BFDs and returns a pointer to
485 an <<arch_info>> structure describing the compatible machine.
486*/
487
488const bfd_arch_info_type *
489bfd_arch_get_compatible (abfd, bbfd)
490 const bfd *abfd;
491 const bfd *bbfd;
492{
493 /* If either architecture is unknown, then all we can do is assume
494 the user knows what he's doing. */
495 if (abfd->arch_info->arch == bfd_arch_unknown)
047066e1 496 return bbfd->arch_info;
252b5132 497 if (bbfd->arch_info->arch == bfd_arch_unknown)
047066e1 498 return abfd->arch_info;
252b5132
RH
499
500 /* Otherwise architecture-specific code has to decide. */
501 return abfd->arch_info->compatible (abfd->arch_info, bbfd->arch_info);
502}
503
252b5132
RH
504/*
505INTERNAL_DEFINITION
506 bfd_default_arch_struct
507
508DESCRIPTION
509 The <<bfd_default_arch_struct>> is an item of
510 <<bfd_arch_info_type>> which has been initialized to a fairly
511 generic state. A BFD starts life by pointing to this
512 structure, until the correct back end has determined the real
513 architecture of the file.
514
515.extern const bfd_arch_info_type bfd_default_arch_struct;
252b5132
RH
516*/
517
047066e1
KH
518const bfd_arch_info_type bfd_default_arch_struct = {
519 32, 32, 8, bfd_arch_unknown, 0, "unknown", "unknown", 2, true,
520 bfd_default_compatible,
521 bfd_default_scan,
522 0,
252b5132
RH
523};
524
525/*
526FUNCTION
527 bfd_set_arch_info
528
529SYNOPSIS
530 void bfd_set_arch_info(bfd *abfd, const bfd_arch_info_type *arg);
531
532DESCRIPTION
533 Set the architecture info of @var{abfd} to @var{arg}.
534*/
535
536void
537bfd_set_arch_info (abfd, arg)
538 bfd *abfd;
539 const bfd_arch_info_type *arg;
540{
541 abfd->arch_info = arg;
542}
543
544/*
545INTERNAL_FUNCTION
546 bfd_default_set_arch_mach
547
548SYNOPSIS
549 boolean bfd_default_set_arch_mach(bfd *abfd,
550 enum bfd_architecture arch,
551 unsigned long mach);
552
553DESCRIPTION
554 Set the architecture and machine type in BFD @var{abfd}
555 to @var{arch} and @var{mach}. Find the correct
556 pointer to a structure and insert it into the <<arch_info>>
0ef5a5bd 557 pointer.
252b5132
RH
558*/
559
560boolean
561bfd_default_set_arch_mach (abfd, arch, mach)
562 bfd *abfd;
563 enum bfd_architecture arch;
564 unsigned long mach;
565{
566 const bfd_arch_info_type * const *app, *ap;
567
568 for (app = bfd_archures_list; *app != NULL; app++)
569 {
570 for (ap = *app; ap != NULL; ap = ap->next)
571 {
572 if (ap->arch == arch
573 && (ap->mach == mach
574 || (mach == 0 && ap->the_default)))
575 {
576 abfd->arch_info = ap;
577 return true;
578 }
579 }
580 }
581
582 abfd->arch_info = &bfd_default_arch_struct;
583 bfd_set_error (bfd_error_bad_value);
584 return false;
585}
586
252b5132
RH
587/*
588FUNCTION
589 bfd_get_arch
590
591SYNOPSIS
592 enum bfd_architecture bfd_get_arch(bfd *abfd);
593
594DESCRIPTION
595 Return the enumerated type which describes the BFD @var{abfd}'s
596 architecture.
252b5132
RH
597*/
598
599enum bfd_architecture
600bfd_get_arch (abfd)
601 bfd *abfd;
602{
047066e1 603 return abfd->arch_info->arch;
252b5132
RH
604}
605
606/*
607FUNCTION
608 bfd_get_mach
609
610SYNOPSIS
611 unsigned long bfd_get_mach(bfd *abfd);
612
613DESCRIPTION
614 Return the long type which describes the BFD @var{abfd}'s
615 machine.
616*/
617
0ef5a5bd 618unsigned long
252b5132
RH
619bfd_get_mach (abfd)
620 bfd *abfd;
621{
047066e1 622 return abfd->arch_info->mach;
252b5132
RH
623}
624
625/*
626FUNCTION
627 bfd_arch_bits_per_byte
628
629SYNOPSIS
630 unsigned int bfd_arch_bits_per_byte(bfd *abfd);
631
632DESCRIPTION
633 Return the number of bits in one of the BFD @var{abfd}'s
634 architecture's bytes.
252b5132
RH
635*/
636
637unsigned int
638bfd_arch_bits_per_byte (abfd)
639 bfd *abfd;
640{
641 return abfd->arch_info->bits_per_byte;
642}
643
644/*
645FUNCTION
646 bfd_arch_bits_per_address
647
648SYNOPSIS
649 unsigned int bfd_arch_bits_per_address(bfd *abfd);
650
651DESCRIPTION
652 Return the number of bits in one of the BFD @var{abfd}'s
653 architecture's addresses.
654*/
655
656unsigned int
657bfd_arch_bits_per_address (abfd)
658 bfd *abfd;
659{
660 return abfd->arch_info->bits_per_address;
661}
662
252b5132 663/*
0ef5a5bd 664INTERNAL_FUNCTION
252b5132
RH
665 bfd_default_compatible
666
667SYNOPSIS
668 const bfd_arch_info_type *bfd_default_compatible
669 (const bfd_arch_info_type *a,
670 const bfd_arch_info_type *b);
671
672DESCRIPTION
673 The default function for testing for compatibility.
674*/
675
676const bfd_arch_info_type *
047066e1 677bfd_default_compatible (a, b)
252b5132
RH
678 const bfd_arch_info_type *a;
679 const bfd_arch_info_type *b;
680{
681 if (a->arch != b->arch)
682 return NULL;
683
684 if (a->mach > b->mach)
685 return a;
686
687 if (b->mach > a->mach)
688 return b;
689
690 return a;
691}
692
252b5132
RH
693/*
694INTERNAL_FUNCTION
695 bfd_default_scan
696
697SYNOPSIS
698 boolean bfd_default_scan(const struct bfd_arch_info *info, const char *string);
699
700DESCRIPTION
701 The default function for working out whether this is an
702 architecture hit and a machine hit.
703*/
704
0ef5a5bd 705boolean
252b5132
RH
706bfd_default_scan (info, string)
707 const struct bfd_arch_info *info;
708 const char *string;
709{
710 const char *ptr_src;
711 const char *ptr_tst;
712 unsigned long number;
713 enum bfd_architecture arch;
714 const char *printable_name_colon;
715
716 /* Exact match of the architecture name (ARCH_NAME) and also the
047066e1 717 default architecture? */
252b5132
RH
718 if (strcasecmp (string, info->arch_name) == 0
719 && info->the_default)
720 return true;
721
047066e1 722 /* Exact match of the machine name (PRINTABLE_NAME)? */
252b5132
RH
723 if (strcasecmp (string, info->printable_name) == 0)
724 return true;
0ef5a5bd 725
252b5132 726 /* Given that printable_name contains no colon, attempt to match:
047066e1 727 ARCH_NAME [ ":" ] PRINTABLE_NAME? */
252b5132
RH
728 printable_name_colon = strchr (info->printable_name, ':');
729 if (printable_name_colon == NULL)
730 {
731 int strlen_arch_name = strlen (info->arch_name);
732 if (strncasecmp (string, info->arch_name, strlen_arch_name) == 0)
733 {
734 if (string[strlen_arch_name] == ':')
735 {
736 if (strcasecmp (string + strlen_arch_name + 1,
737 info->printable_name) == 0)
738 return true;
739 }
740 else
741 {
742 if (strcasecmp (string + strlen_arch_name,
743 info->printable_name) == 0)
744 return true;
745 }
746 }
747 }
748
749 /* Given that PRINTABLE_NAME has the form: <arch> ":" <mach>;
047066e1 750 Attempt to match: <arch> <mach>? */
252b5132
RH
751 if (printable_name_colon != NULL)
752 {
753 int colon_index = printable_name_colon - info->printable_name;
754 if (strncasecmp (string, info->printable_name, colon_index) == 0
755 && strcasecmp (string + colon_index,
756 info->printable_name + colon_index + 1) == 0)
757 return true;
758 }
759
760 /* Given that PRINTABLE_NAME has the form: <arch> ":" <mach>; Do not
761 attempt to match just <mach>, it could be ambigious. This test
0ef5a5bd 762 is left until later. */
252b5132 763
047066e1
KH
764 /* NOTE: The below is retained for compatibility only. Please do
765 not add to this code. */
252b5132
RH
766
767 /* See how much of the supplied string matches with the
768 architecture, eg the string m68k:68020 would match the 68k entry
047066e1 769 up to the :, then we get left with the machine number. */
252b5132 770
0ef5a5bd 771 for (ptr_src = string, ptr_tst = info->arch_name;
252b5132 772 *ptr_src && *ptr_tst;
0ef5a5bd 773 ptr_src++, ptr_tst++)
252b5132 774 {
047066e1
KH
775 if (*ptr_src != *ptr_tst)
776 break;
252b5132
RH
777 }
778
779 /* Chewed up as much of the architecture as will match, skip any
047066e1 780 colons. */
252b5132
RH
781 if (*ptr_src == ':')
782 ptr_src++;
0ef5a5bd 783
252b5132
RH
784 if (*ptr_src == 0)
785 {
047066e1
KH
786 /* Nothing more, then only keep this one if it is the default
787 machine for this architecture. */
252b5132
RH
788 return info->the_default;
789 }
790
791 number = 0;
792 while (isdigit ((unsigned char) *ptr_src))
793 {
047066e1 794 number = number * 10 + *ptr_src - '0';
252b5132
RH
795 ptr_src++;
796 }
797
798 /* NOTE: The below is retained for compatibility only.
0ef5a5bd 799 PLEASE DO NOT ADD TO THIS CODE. */
252b5132 800
0ef5a5bd 801 switch (number)
252b5132
RH
802 {
803 /* FIXME: These are needed to parse IEEE objects. */
83ea41ad
NC
804 /* The following seven case's are here only for compatibility with
805 older binutils (at least IEEE objects from binutils 2.9.1 require
806 them). */
807 case bfd_mach_m68000:
808 case bfd_mach_m68010:
809 case bfd_mach_m68020:
810 case bfd_mach_m68030:
811 case bfd_mach_m68040:
812 case bfd_mach_m68060:
813 case bfd_mach_cpu32:
814 arch = bfd_arch_m68k;
815 break;
0ef5a5bd 816 case 68000:
252b5132
RH
817 arch = bfd_arch_m68k;
818 number = bfd_mach_m68000;
819 break;
820 case 68010:
821 arch = bfd_arch_m68k;
822 number = bfd_mach_m68010;
823 break;
824 case 68020:
825 arch = bfd_arch_m68k;
826 number = bfd_mach_m68020;
827 break;
828 case 68030:
829 arch = bfd_arch_m68k;
830 number = bfd_mach_m68030;
831 break;
832 case 68040:
833 arch = bfd_arch_m68k;
834 number = bfd_mach_m68040;
835 break;
836 case 68060:
837 arch = bfd_arch_m68k;
838 number = bfd_mach_m68060;
839 break;
840 case 68332:
841 arch = bfd_arch_m68k;
842 number = bfd_mach_cpu32;
843 break;
844
845 case 32000:
846 arch = bfd_arch_we32k;
847 break;
848
849 case 3000:
850 arch = bfd_arch_mips;
851 number = bfd_mach_mips3000;
852 break;
853
854 case 4000:
855 arch = bfd_arch_mips;
856 number = bfd_mach_mips4000;
857 break;
858
859 case 6000:
860 arch = bfd_arch_rs6000;
861 break;
862
d4845d57
JR
863 case 7410:
864 arch = bfd_arch_sh;
865 number = bfd_mach_sh_dsp;
866 break;
867
868 case 7708:
869 arch = bfd_arch_sh;
870 number = bfd_mach_sh3;
871 break;
872
873 case 7729:
874 arch = bfd_arch_sh;
875 number = bfd_mach_sh3_dsp;
876 break;
877
878 case 7750:
879 arch = bfd_arch_sh;
880 number = bfd_mach_sh4;
881 break;
882
0ef5a5bd 883 default:
252b5132
RH
884 return false;
885 }
886
0ef5a5bd 887 if (arch != info->arch)
252b5132
RH
888 return false;
889
890 if (number != info->mach)
891 return false;
892
893 return true;
894}
895
252b5132
RH
896/*
897FUNCTION
898 bfd_get_arch_info
899
900SYNOPSIS
901 const bfd_arch_info_type * bfd_get_arch_info(bfd *abfd);
902
903DESCRIPTION
904 Return the architecture info struct in @var{abfd}.
905*/
906
907const bfd_arch_info_type *
908bfd_get_arch_info (abfd)
909 bfd *abfd;
910{
911 return abfd->arch_info;
912}
913
252b5132
RH
914/*
915FUNCTION
916 bfd_lookup_arch
917
918SYNOPSIS
919 const bfd_arch_info_type *bfd_lookup_arch
920 (enum bfd_architecture
921 arch,
922 unsigned long machine);
923
924DESCRIPTION
925 Look for the architecure info structure which matches the
926 arguments @var{arch} and @var{machine}. A machine of 0 matches the
927 machine/architecture structure which marks itself as the
928 default.
929*/
930
0ef5a5bd 931const bfd_arch_info_type *
252b5132
RH
932bfd_lookup_arch (arch, machine)
933 enum bfd_architecture arch;
934 unsigned long machine;
935{
936 const bfd_arch_info_type * const *app, *ap;
937
938 for (app = bfd_archures_list; *app != NULL; app++)
939 {
940 for (ap = *app; ap != NULL; ap = ap->next)
941 {
942 if (ap->arch == arch
943 && (ap->mach == machine
944 || (machine == 0 && ap->the_default)))
945 return ap;
946 }
947 }
948
949 return NULL;
950}
951
252b5132
RH
952/*
953FUNCTION
954 bfd_printable_arch_mach
955
956SYNOPSIS
957 const char *bfd_printable_arch_mach
958 (enum bfd_architecture arch, unsigned long machine);
959
960DESCRIPTION
961 Return a printable string representing the architecture and
0ef5a5bd 962 machine type.
252b5132
RH
963
964 This routine is depreciated.
965*/
966
967const char *
968bfd_printable_arch_mach (arch, machine)
969 enum bfd_architecture arch;
970 unsigned long machine;
971{
047066e1 972 const bfd_arch_info_type *ap = bfd_lookup_arch (arch, machine);
252b5132 973
047066e1
KH
974 if (ap)
975 return ap->printable_name;
976 return "UNKNOWN!";
252b5132 977}
9a968f43
NC
978
979/*
980FUNCTION
981 bfd_octets_per_byte
982
983SYNOPSIS
f6af82bd 984 unsigned int bfd_octets_per_byte(bfd *abfd);
9a968f43
NC
985
986DESCRIPTION
987 Return the number of octets (8-bit quantities) per target byte
988 (minimum addressable unit). In most cases, this will be one, but some
989 DSP targets have 16, 32, or even 48 bits per byte.
9a968f43
NC
990*/
991
f6af82bd 992unsigned int
9a968f43 993bfd_octets_per_byte (abfd)
047066e1 994 bfd *abfd;
9a968f43 995{
047066e1
KH
996 return bfd_arch_mach_octets_per_byte (bfd_get_arch (abfd),
997 bfd_get_mach (abfd));
9a968f43
NC
998}
999
1000/*
1001FUNCTION
1002 bfd_arch_mach_octets_per_byte
1003
1004SYNOPSIS
f6af82bd
AM
1005 unsigned int bfd_arch_mach_octets_per_byte(enum bfd_architecture arch,
1006 unsigned long machine);
9a968f43
NC
1007
1008DESCRIPTION
1009 See bfd_octets_per_byte.
0ef5a5bd 1010
9a968f43
NC
1011 This routine is provided for those cases where a bfd * is not
1012 available
1013*/
1014
f6af82bd 1015unsigned int
9a968f43 1016bfd_arch_mach_octets_per_byte (arch, mach)
047066e1
KH
1017 enum bfd_architecture arch;
1018 unsigned long mach;
9a968f43 1019{
047066e1 1020 const bfd_arch_info_type *ap = bfd_lookup_arch (arch, mach);
0ef5a5bd 1021
047066e1
KH
1022 if (ap)
1023 return ap->bits_per_byte / 8;
1024 return 1;
9a968f43 1025}
This page took 0.102083 seconds and 4 git commands to generate.