From: Steve Chamberlain Date: Wed, 22 May 1991 15:04:00 +0000 (+0000) Subject: Not only compiles, but spells _do_getl64 right too X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ad1d8304204d3e81726319bf7262e571156f9da;p=binutils-gdb.git Not only compiles, but spells _do_getl64 right too --- diff --git a/bfd/libbfd.c b/bfd/libbfd.c index aad52fef5bc..ff64c281827 100644 --- a/bfd/libbfd.c +++ b/bfd/libbfd.c @@ -215,8 +215,8 @@ boolean DEFUN(bfd_add_to_string_table,(table, new_string, table_length, free_ptr), char **table AND char *new_string AND - char **free_ptr AND - unsigned int *table_length) + unsigned int *table_length AND + char **free_ptr) { size_t string_length = strlen (new_string) + 1; /* include null here */ char *base = *table; @@ -339,7 +339,7 @@ DEFUN(_do_getb64,(addr), } bfd_64_type -DEFUN(do_getl64,(addr), +DEFUN(_do_getl64,(addr), register bfd_byte *addr) { bfd_64_type low, high;