OSDN Git Service

2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
authorgdr <gdr>
Fri, 9 Feb 2007 20:52:16 +0000 (20:52 +0000)
committergdr <gdr>
Fri, 9 Feb 2007 20:52:16 +0000 (20:52 +0000)
commit4f4084d3849b0e83fe255051931e87ce6b7fc78e
tree0ce89d6ba112e6aee30e2d4a615d96783b74b576
parentc80c6ddb8b7beccf7458b5c1b0e77a13d43eff3e
2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>

        * ada-lang.c (remove_out_of_scope_renamings): Change third
          parameter's
        type to a pointer to const struct block.
        (ada_lookup_symbol_list): Don't cast away constness when
          calling
        remove_out_of_scope_renamings.

2007-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>

        * linux-nat.c (linux_nat_find_memory_regions): Don't check the
        address of 'filename'; it is always non null.
gdb/ChangeLog
gdb/ada-lang.c
gdb/linux-nat.c