Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: gdb/solib-pa64.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/solib-osf.c ('k') | gdb/solib-spu.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/solib-pa64.c
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c
index c3a0b31c97246212174557c0ae5694f3ad38d10e..2b8d06156025893b063aeba131112e14b9c3b5a2 100644
--- a/gdb/solib-pa64.c
+++ b/gdb/solib-pa64.c
@@ -383,8 +383,8 @@ manpage for methods to privately map shared library text."));
routine. */
load_addr = regcache_read_pc (get_current_regcache ())
- tmp_bfd->start_address;
- sym_addr = bfd_lookup_symbol_from_symtab (tmp_bfd, cmp_name,
- "__dld_break");
+ sym_addr = gdb_bfd_lookup_symbol_from_symtab (tmp_bfd, cmp_name,
+ "__dld_break");
sym_addr = load_addr + sym_addr + 4;
/* Create the shared library breakpoint. */
« no previous file with comments | « gdb/solib-osf.c ('k') | gdb/solib-spu.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698