mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
Update comment
This commit is contained in:
parent
9c19a80986
commit
e15e4a6398
@ -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.
|
||||
|
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user