diff options
author | Nick Clifton <nickc@redhat.com> | 1999-05-28 10:47:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-05-28 10:47:30 +0000 |
commit | 8d7a95a647a307ff2fc70045f83b37974ca3b825 (patch) | |
tree | 2ad55db0e524dd0e1f169b9d0c9ebba3233efcf9 /include/elf | |
parent | 6a26bbce7b008cd12281be2e9e81d19275b9d4fb (diff) | |
download | newlib-8d7a95a647a307ff2fc70045f83b37974ca3b825.zip newlib-8d7a95a647a307ff2fc70045f83b37974ca3b825.tar.gz newlib-8d7a95a647a307ff2fc70045f83b37974ca3b825.tar.bz2 |
Update comment
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/reloc-macros.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5a5d518..107143f 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 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; { |