forked from Imagelibrary/binutils-gdb
2000-04-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* cxux-nat.c (add_shared_symbol_files): Don't treat .text section as special in the section_addr_info structure. * pa64solib.c (pa64_solib_add_solib_objfile): Ditto. * osfsolib.c (symbol_add_stub): Ditto. * irix5-nat.c (symbol_add_stub): Ditto.
This commit is contained in:
@@ -852,7 +852,9 @@ symbol_add_stub (arg)
|
||||
text_addr = bfd_section_vma (so->abfd, lowest_sect) + LM_OFFSET (so);
|
||||
}
|
||||
|
||||
section_addrs.text_addr = text_addr;
|
||||
|
||||
section_addrs.other[0].name = ".text";
|
||||
section_addrs.other[0].addr = text_addr;
|
||||
so->objfile = symbol_file_add (so->so_name, so->from_tty,
|
||||
§ion_addrs, 0, 0);
|
||||
return (1);
|
||||
|
||||
Reference in New Issue
Block a user