diff options
author | Alan Modra <amodra@gmail.com> | 2002-04-20 03:25:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-04-20 03:25:20 +0000 |
commit | aa3d5824a4aafe70fe75c0c5a3e1590f3a65e387 (patch) | |
tree | b5de73aa9a40abdbb414d234913d321173e58f53 /bfd/archures.c | |
parent | f91305dd5e0ccf48cf6f8e13a756e1010d8cd312 (diff) | |
download | gdb-aa3d5824a4aafe70fe75c0c5a3e1590f3a65e387.zip gdb-aa3d5824a4aafe70fe75c0c5a3e1590f3a65e387.tar.gz gdb-aa3d5824a4aafe70fe75c0c5a3e1590f3a65e387.tar.bz2 |
* archures.c (bfd_lookup_arch): Move the list order comment..
(struct bfd_arch_info): ..to where it belongs.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 4f6c90f..40102e8 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -288,7 +288,9 @@ DESCRIPTION . const char *arch_name; . const char *printable_name; . unsigned int section_align_power; -. {* True if this is the default machine for the architecture. *} +. {* True if this is the default machine for the architecture. +. The default arch should be the first entry for an arch so that +. all the entries for that arch can be accessed via <<next>>. *} . boolean the_default; . const struct bfd_arch_info * (*compatible) . PARAMS ((const struct bfd_arch_info *a, @@ -973,9 +975,7 @@ DESCRIPTION Look for the architecure info structure which matches the arguments @var{arch} and @var{machine}. A machine of 0 matches the machine/architecture structure which marks itself as the - default. gdb relies on the default arch being the first - entry for the given ARCH so that all the entries for that - arch can be accessed via ap->next. + default. */ const bfd_arch_info_type * |