OSDN Git Service

Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
authorPeter Schauer <pes@regent.e-technik.tu-muenchen.de>
Sat, 10 Feb 2001 12:01:11 +0000 (12:01 +0000)
committerPeter Schauer <pes@regent.e-technik.tu-muenchen.de>
Sat, 10 Feb 2001 12:01:11 +0000 (12:01 +0000)
commite01e30dc01a6ba113066282aa10abaa3d6312066
treed33b9ac89701a5aaa627873f1c2a36f00e612fe5
parent3f96853eb3d6e5f303c8ea845727b17b772f161b
Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
* xcoffsolib.c (xcoff_solib_address):  Renamed from
pc_load_segment_name.  Return NULL if address is not in a shared
library.  Cleanup shared library name construction, using xasprintf.
Format shared library member names consistent with format in exec.c.
(solib_info):  Format shared library member names consistent with
format in exec.c.
* config/rs6000/nm-rs6000.h:  Replace PC_LOAD_SEGMENT with PC_SOLIB,
using xcoff_solib_address for PC_SOLIB definition.
* stack.c (print_frame):  Remove PC_LOAD_SEGMENT code, no longer
needed.
gdb/ChangeLog
gdb/config/rs6000/nm-rs6000.h
gdb/stack.c
gdb/xcoffsolib.c