aboutsummaryrefslogtreecommitdiff
path: root/bfd/archures.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-10-01 18:29:28 +0000
committerSteve Chamberlain <steve@cygnus>1991-10-01 18:29:28 +0000
commit30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044 (patch)
tree451309c5659558f339d763cc3912191dd5cc840d /bfd/archures.c
parent090811c1b921e323bfd3d38da503f386c2680e20 (diff)
downloadfsf-binutils-gdb-30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044.zip
fsf-binutils-gdb-30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044.tar.gz
fsf-binutils-gdb-30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044.tar.bz2
*** empty log message ***
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 4ffb328..f8d7418 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -32,7 +32,7 @@ open bfd.
The arch information is provided by each architecture package. The
set of default architectures is selected by the #define
@code{SELECT_ARCHITECTURES}. This is normally set up in the
-@ital{config/h-} file of your choice. If the name is not defined,
+@code{config\/h\-} file of your choice. If the name is not defined,
then all the architectures supported are included.
When BFD starts up, all the architectures are called with an
@@ -155,7 +155,7 @@ DEFUN(bfd_printable_arch_mach,(arch, machine),
unsigned long machine)
{
bfd_arch_info_struct_type *ap;
-
+ bfd_check_init();
for (ap = bfd_arch_info_list;
ap != (bfd_arch_info_struct_type *)NULL;
ap = ap->next) {