summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-28 10:47:30 +0000
committerNick Clifton <nickc@redhat.com>1999-05-28 10:47:30 +0000
commit33a254c38b02323b6482c96a8a5c8055803fa7cc (patch)
tree3a85ad03f24d5b1b26b1d5ed1a62aa1e85bcd926 /include
parent383964cf94b87585c919e314f93f2944b65bd197 (diff)
downloadgdb-33a254c38b02323b6482c96a8a5c8055803fa7cc.tar.gz
Update comment
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/reloc-macros.h4
2 files changed, 6 insertions, 2 deletions
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 <nickc@cygnus.com>
+
+ * reloc-macros.h: Update comment.
+
1999-05-28 Ian Lance Taylor <ian@zembu.com>
* 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;
{