* coff-m68k.c (m68k_howto2rtype): Make arg CONST to match callers.
authorFred Fish <fnf@specifix.com>
Tue, 20 Jul 1993 23:20:36 +0000 (23:20 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 20 Jul 1993 23:20:36 +0000 (23:20 +0000)
bfd/ChangeLog
bfd/coff-m68k.c

index 0d5e26e7f93d7a3bc47cff08f12a675ea5368945..015fa2efbf8f6d9e4b443501c5497614b3bef739 100644 (file)
@@ -1,5 +1,7 @@
 Tue Jul 20 15:02:23 1993  Fred Fish  (fnf@deneb.cygnus.com)
 
+       * coff-m68k.c (m68k_howto2rtype):  Make arg CONST to match callers.
+
        * elfcode.h:  Fix several illegal pointer combination warnings for
        usages of bfd_alloc and alloca.
 
index fc2f8c536ed99e5b40706f7aaee749e0a50bb6c9..ee113ecb395ed346152fe846444ba97dadf18f6e 100644 (file)
@@ -50,7 +50,7 @@ reloc_howto_type m68kcoff_howto_table[] =
 
 #ifdef ONLY_DECLARE_RELOCS
 extern void m68k_rtype2howto PARAMS ((arelent *internal, int relocentry));
-extern int m68k_howto2rtype PARAMS ((struct reloc_howto_struct *));
+extern int m68k_howto2rtype PARAMS ((CONST struct reloc_howto_struct *));
 #else
 void
 m68k_rtype2howto(internal, relocentry)
@@ -71,7 +71,7 @@ m68k_rtype2howto(internal, relocentry)
 
 int 
 m68k_howto2rtype (internal)
-     struct reloc_howto_struct *internal;
+     CONST struct reloc_howto_struct *internal;
 {
   if (internal->pc_relative) 
   {
This page took 0.02798 seconds and 4 git commands to generate.