OSDN Git Service

Update comment
authornickc <nickc>
Fri, 28 May 1999 10:47:29 +0000 (10:47 +0000)
committernickc <nickc>
Fri, 28 May 1999 10:47:29 +0000 (10:47 +0000)
include/elf/ChangeLog
include/elf/reloc-macros.h

index 5a5d518..107143f 100644 (file)
@@ -1,3 +1,7 @@
+1999-05-28  Nick Clifton  <nickc@cygnus.com>
+
+       * reloc-macros.h: Update comment.
+
 1999-05-28  Ian Lance Taylor  <ian@zembu.com>
 
        * i960.h: New file.
index 9762291..42174ca 100644 (file)
@@ -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;
        {