From: Nick Clifton Date: Fri, 28 May 1999 10:47:30 +0000 (+0000) Subject: Update comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e15e4a63983fda1905c5ca57ddc3b2c573ab8b3b;p=binutils-gdb.git Update comment --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5a5d518ce98..107143f6e6b 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +1999-05-28 Nick Clifton + + * reloc-macros.h: Update comment. + 1999-05-28 Ian Lance Taylor * i960.h: New file. diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h index 976229129c0..42174caeeae 100644 --- a/include/elf/reloc-macros.h +++ b/include/elf/reloc-macros.h @@ -46,8 +46,8 @@ If RELOC_MACROS_GEN_FUNC *is* defined, then instead the following function will be generated: - static char * foo PARAMS ((unsigned long rtype)); - static char * + static const char * foo PARAMS ((unsigned long rtype)); + static const char * foo (rtype) unsigned long rtype; {