diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-05-09 05:03:01 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-05-09 05:03:01 +0000 |
commit | c064f384c9752d3906924c3e642853bc07647ca6 (patch) | |
tree | e40d531a06318931d640d5c141343d337ce979f9 /gdb/mn10300-tdep.c | |
parent | 2343651077b403e5810808286218b7923965bd9f (diff) | |
download | gdb-c064f384c9752d3906924c3e642853bc07647ca6.zip gdb-c064f384c9752d3906924c3e642853bc07647ca6.tar.gz gdb-c064f384c9752d3906924c3e642853bc07647ca6.tar.bz2 |
* mn10300-tdep.c (mn10300_extract_return_value): Mark this as
static. (This was accidentally omitted from the earlier patch.)
Diffstat (limited to 'gdb/mn10300-tdep.c')
-rw-r--r-- | gdb/mn10300-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c index d0d710a..dd7674e 100644 --- a/gdb/mn10300-tdep.c +++ b/gdb/mn10300-tdep.c @@ -92,7 +92,7 @@ mn10300_saved_pc_after_call (struct frame_info *fi) return read_memory_integer (read_register (SP_REGNUM), 4); } -void +static void mn10300_extract_return_value (struct type *type, char *regbuf, char *valbuf) { if (TYPE_CODE (type) == TYPE_CODE_PTR) |