diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-03 20:54:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-03 20:54:43 +0000 |
commit | a9596cd98aa07c137ed362c7d92df64213b4fa04 (patch) | |
tree | 93d2aea2e0fa868da0f9b56626e5cfe8c2341869 /gdb/config | |
parent | 74eda9eb7acc3c2bd375826f92e8ca233d5f767a (diff) | |
download | binutils-gdb-a9596cd98aa07c137ed362c7d92df64213b4fa04.tar.gz |
Snap const char * mess.cagney_writestrings-20030508-branch
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/rs6000/tm-rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h index c73658922bd..f377353ad5a 100644 --- a/gdb/config/rs6000/tm-rs6000.h +++ b/gdb/config/rs6000/tm-rs6000.h @@ -34,7 +34,7 @@ struct frame_info; #define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) \ rs6000_in_solib_return_trampoline (pc, name) -extern int rs6000_in_solib_return_trampoline (CORE_ADDR, char *); +extern int rs6000_in_solib_return_trampoline (CORE_ADDR, const char *); /* If PC is in some function-call trampoline code, return the PC where the function itself actually starts. If not, return NULL. */ |