]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
authorJim Blandy <jimb@codesourcery.com>
Tue, 26 Aug 2003 23:35:19 +0000 (23:35 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 26 Aug 2003 23:35:19 +0000 (23:35 +0000)
commit87f84c9d11a20c3863a13027050d1f9ca1120c06
tree653cb92a3b563f513f1e4c8e0058b9c24be73a6c
parent102d615a7c09e7c91c8e44c0850806e6d854138d
* solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
(enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
bfd_lookup_symbol, since we only want symbols in code sections.
(look_for_base): Pass zero as the SECT_FLAGS argument to
bfd_lookup_symbol, since we're not concerned about which section
the symbol is in.
gdb/ChangeLog
gdb/solib-svr4.c