summaryrefslogtreecommitdiff
path: root/bfd/archures.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-07-08 12:08:43 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-07-08 12:08:43 +0000
commit5ca9a3d26a0b8c399c527fc61edc5871ad271054 (patch)
tree5318a10a97e3c9770c53c13183a8cba3e953e482 /bfd/archures.c
parentc1d0790ee43fb2dd4900ab3a3ae3ef3f1df7a5b3 (diff)
downloadgdb-5ca9a3d26a0b8c399c527fc61edc5871ad271054.tar.gz
Add sequence id field to asection.
Tidy comments and replace deprecated CONST with const.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r--bfd/archures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/archures.c b/bfd/archures.c
index bafb9c8b2cb..69ca6b12bea 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -256,7 +256,7 @@ 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. *}
. boolean the_default;
. const struct bfd_arch_info * (*compatible)
. PARAMS ((const struct bfd_arch_info *a,
@@ -444,7 +444,7 @@ bfd_arch_list ()
}
}
- name_list = (CONST char **)
+ name_list = (const char **)
bfd_malloc ((vec_length + 1) * sizeof (char **));
if (name_list == NULL)
return NULL;