Build regression [Re: [patch libiberty include]: Add additional helper functions for directory-separator searching]
Pedro Alves
pedro@codesourcery.com
Wed Mar 9 15:02:00 GMT 2011
More information about the Binutils mailing list
Wed Mar 9 15:02:00 GMT 2011
- Previous message (by thread): Build regression [Re: [patch libiberty include]: Add additional helper functions for directory-separator searching]
- Next message (by thread): Build regression [Re: [patch libiberty include]: Add additional helper functions for directory-separator searching]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wednesday 09 March 2011 14:37:15, Jan Kratochvil wrote: > On Wed, 09 Mar 2011 13:58:38 +0100, Pedro Alves wrote: > > Thanks. I've applied it. > > nto-tdep.c:130:8: error: assignment discards ‘const’ qualifier from pointer target type [-Werror] Thanks, had forgotten --enable-targets=all. Sorry about that. Applied. -- Pedro Alves 2011-03-09 Pedro Alves <pedro@codesourcery.com> gdb/ * nto-tdep.c (nto_find_and_open_solib): Constify local `base'. --- gdb/nto-tdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: src/gdb/nto-tdep.c =================================================================== --- src.orig/gdb/nto-tdep.c 2011-03-09 12:47:34.000000000 +0000 +++ src/gdb/nto-tdep.c 2011-03-09 14:56:44.182800000 +0000 @@ -89,7 +89,8 @@ nto_map_arch_to_cputype (const char *arc int nto_find_and_open_solib (char *solib, unsigned o_flags, char **temp_pathname) { - char *buf, *arch_path, *nto_root, *endian, *base; + char *buf, *arch_path, *nto_root, *endian; + const char *base; const char *arch; int ret; #define PATH_FMT \
- Previous message (by thread): Build regression [Re: [patch libiberty include]: Add additional helper functions for directory-separator searching]
- Next message (by thread): Build regression [Re: [patch libiberty include]: Add additional helper functions for directory-separator searching]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list