aboutsummaryrefslogtreecommitdiff
path: root/include/elf/reloc-macros.h
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
commite15e4a63983fda1905c5ca57ddc3b2c573ab8b3b (patch)
tree0cf6912ef10dd0783b37d2067aed06b34b06b105 /include/elf/reloc-macros.h
parent9c19a80986dd5a5b9a7f52bbbfa3318313427bb8 (diff)
downloadfsf-binutils-gdb-e15e4a63983fda1905c5ca57ddc3b2c573ab8b3b.zip
fsf-binutils-gdb-e15e4a63983fda1905c5ca57ddc3b2c573ab8b3b.tar.gz
fsf-binutils-gdb-e15e4a63983fda1905c5ca57ddc3b2c573ab8b3b.tar.bz2
Update comment
Diffstat (limited to 'include/elf/reloc-macros.h')
-rw-r--r--include/elf/reloc-macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h
index 9762291..42174ca 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;
{