OSDN Git Service

* config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
authorNicholas Duffek <nsd@redhat.com>
Tue, 1 May 2001 19:36:11 +0000 (19:36 +0000)
committerNicholas Duffek <nsd@redhat.com>
Tue, 1 May 2001 19:36:11 +0000 (19:36 +0000)
commit1790c1faf9ba27cdadbca0e3f03cc952ba05a036
tree1f7b4b8d7cf3a8c5d690fbf3c751c78bf3313c5c
parent564223f066f375802904c5c357afaeb19af12318
* config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
(rs6000_in_solib_return_trampoline): Declare.
* rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
function.
(rs6000_skip_trampoline_code): Skip bigtoc fixup code.
* xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
check after the CSECT check rather than before it.  Allocate
separate symtabs for CSECTs whose names begin with '@'.
(scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
Activate the misc_func_recorded mechanism for whose names begin
with '@'.
gdb/ChangeLog
gdb/config/rs6000/tm-rs6000.h
gdb/rs6000-tdep.c
gdb/xcoffread.c